Summary: | deco kcm segfaults in QV4::ExecutionEngine::~ExecutionEngine | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Nenad Ilic <nenadilic84> |
Component: | aurorae | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | albbas, allo, altermetax, amanoel, amd.vladas, andresitc, andysem, artem.anufrij, arusahni, danielmarino96, dnmrtnz94, do.weller, dwizz.donowin, efren_2012_1993, ejt000, evolutionv8, fidelleon, fire, gennady.uraltsev, gennmaiko, german.brionest, gronslet, hans.a.rosbach, ieg, igormarquesc29, jason_h, jejones3141, juanreyes, k2mil, kdebuggs, luigi.toscano, m.krasilnikov, mani.zaeim, marrr28899, nc-wittigge, npart, officialturbo2013, paolo, patrick.rifici, phil_salter, pmargeti34, r.oscar, sdicke, simon.vizzini83, thesirdmz, tkrippes, tysmiley, vicecityismyhome, viniciosmendonca16, wagneralvaro80, wu.siyu, yuenjik, zukenj |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.2.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nenad Ilic
2015-03-07 23:07:20 UTC
*** Bug 344943 has been marked as a duplicate of this bug. *** *** Bug 345965 has been marked as a duplicate of this bug. *** *** Bug 346096 has been marked as a duplicate of this bug. *** *** Bug 346187 has been marked as a duplicate of this bug. *** *** Bug 346609 has been marked as a duplicate of this bug. *** *** Bug 346613 has been marked as a duplicate of this bug. *** This #8 0x00007f5302d599d5 in QV8Engine::~QV8Engine() () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 #9 0x00007f5302d59bb9 in QV8Engine::~QV8Engine() () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 and this #11 0x00007f5302cbbbc5 in QQmlEngine::~QQmlEngine() () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 #12 0x00007f5302cbbc99 in QQmlEngine::~QQmlEngine() () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5 looks incredibly fishy, but I cannot reproduce this bug (unlike the other, which occurs when the glowglass deco is insalled) => Can everybody please list their installed decorations/themes to get us a pattern which might cause this? Bart Schouten hinted some Cupertino deco to be the trigger and there's success: at least in- or deinstalling the "cupertino-air" theme reliably (afaics) triggers this trace: (KWin 5.2.2, stock Archlinux version) --------------------------------------- Application: KDE-Kontrollmodul (kcmshell5), signal: Segmentation fault Using host libthread_db library "/usr/lib/libthread_db.so.1". [Current thread is 1 (Thread 0xaf240780 (LWP 14435))] Thread 2 (Thread 0xa6ad3b40 (LWP 14473)): #0 0xb77d9bc0 in __kernel_vsyscall () #1 0xb76b9ac1 in select () from /usr/lib/libc.so.6 #2 0xb64e7964 in ?? () from /usr/lib/libQt5Core.so.5 #3 0xb637f5ab in ?? () from /usr/lib/libQt5Core.so.5 #4 0xb45901a6 in start_thread () from /usr/lib/libpthread.so.0 #5 0xb76c17ce in clone () from /usr/lib/libc.so.6 Thread 1 (Thread 0xaf240780 (LWP 14435)): [KCrash Handler] #6 0xb59e77b6 in ?? () from /usr/lib/libQt5Qml.so.5 #7 0xb598d09b in QV4::ExecutionEngine::~ExecutionEngine() () from /usr/lib/libQt5Qml.so.5 #8 0xb5ad5b11 in QV8Engine::~QV8Engine() () from /usr/lib/libQt5Qml.so.5 #9 0xb5ad5d3a in QV8Engine::~QV8Engine() () from /usr/lib/libQt5Qml.so.5 #10 0xb592899f in QJSEngine::~QJSEngine() () from /usr/lib/libQt5Qml.so.5 #11 0xb5a34142 in QQmlEngine::~QQmlEngine() () from /usr/lib/libQt5Qml.so.5 #12 0xb5a3421a in QQmlEngine::~QQmlEngine() () from /usr/lib/libQt5Qml.so.5 #13 0xaaf559a4 in ?? () from /usr/lib/qt/plugins/org.kde.kdecoration2/kwin5_aurorae.so #14 0xb76068a3 in __run_exit_handlers () from /usr/lib/libc.so.6 #15 0xb7606901 in exit () from /usr/lib/libc.so.6 #16 0xb75f065a in __libc_start_main () from /usr/lib/libc.so.6 #17 0x080485f5 in _start () I had these decorations installed in ~/.local/share/aurorae/themes air-oxygen ambiance cupertino Diamond ElementaryLunaAurorae Ember light nano-deco NewAir osx perfection PlasmaNext-windowdecoration-ideas seven Tenuto-Light Tenuto-Light-ActiveStrong I moved all of them out of that directory, then moved them back one by one. For each of these decorations, I went into Window Decorations, scrolled through the previews and quit systemsettings. All but one decoration caused this crash, PlasmaNext-windowdecoration-ideas, and that one had no preview. So it seems that it is the preview of these decorations that causes the crash. I tried to reproduce it and these were my results: Themes installed: org.kde.breeze Freeze Kdust Plastik It only crashes when I click OK. Not when I change the theme with apply. Going from: Plastik -> Kdust CRASH Kdust -> Plastik no crash Plastik -> Kdust CRASH Kdust -> Freeze CRASH Freeze -> org.kde.breeze no crash org.kde.breeze -> Plastik CRASH Hope this helps. I have never reported bugs before ;) *** Bug 346891 has been marked as a duplicate of this bug. *** *** Bug 346999 has been marked as a duplicate of this bug. *** *** Bug 346693 has been marked as a duplicate of this bug. *** *** Bug 347208 has been marked as a duplicate of this bug. *** *** Bug 347336 has been marked as a duplicate of this bug. *** *** Bug 347363 has been marked as a duplicate of this bug. *** *** Bug 347374 has been marked as a duplicate of this bug. *** My decorations: air-oxygen, widget style: Oxygen, desktop theme: Air. The original crash I reported in bug #347374 happened when I switched decorations from org.kde.oxygen to air-oxygen. But as I was typing this comment I went to the System Settings to see theme names and it still crashed when I pressed the Overview button to exit the decorations selection screen, although I made no changes at all. I'll add that I only have air-oxygen in ~/.local/share/aurorae/themes. *** Bug 347530 has been marked as a duplicate of this bug. *** *** Bug 347722 has been marked as a duplicate of this bug. *** *** Bug 347837 has been marked as a duplicate of this bug. *** *** Bug 347866 has been marked as a duplicate of this bug. *** *** Bug 347888 has been marked as a duplicate of this bug. *** *** Bug 348037 has been marked as a duplicate of this bug. *** *** Bug 348282 has been marked as a duplicate of this bug. *** *** Bug 348470 has been marked as a duplicate of this bug. *** *** Bug 348504 has been marked as a duplicate of this bug. *** *** Bug 349167 has been marked as a duplicate of this bug. *** *** Bug 349430 has been marked as a duplicate of this bug. *** *** Bug 349757 has been marked as a duplicate of this bug. *** *** Bug 349775 has been marked as a duplicate of this bug. *** *** Bug 350644 has been marked as a duplicate of this bug. *** *** Bug 351042 has been marked as a duplicate of this bug. *** *** Bug 351170 has been marked as a duplicate of this bug. *** *** Bug 351465 has been marked as a duplicate of this bug. *** *** Bug 351841 has been marked as a duplicate of this bug. *** *** Bug 354952 has been marked as a duplicate of this bug. *** *** Bug 355753 has been marked as a duplicate of this bug. *** *** Bug 372621 has been marked as a duplicate of this bug. *** *** Bug 357735 has been marked as a duplicate of this bug. *** *** Bug 372626 has been marked as a duplicate of this bug. *** *** Bug 372621 has been marked as a duplicate of this bug. *** *** Bug 372968 has been marked as a duplicate of this bug. *** *** Bug 373094 has been marked as a duplicate of this bug. *** *** Bug 373287 has been marked as a duplicate of this bug. *** *** Bug 373330 has been marked as a duplicate of this bug. *** *** Bug 373320 has been marked as a duplicate of this bug. *** I can reproduce a bit differently on Debian testing, with Qt packages 5.7.1~20161021-5, systemsettings 5.8.2 (and 5.8.4 from unstable, but I don't think it matters) and Frameworks 5.27. It happens when I click on "Desktop Behavior" and then "Screen locking", without touching any widget. It crashes when I click to "All Settings" or (as other reported) when I close it. Maybe the screen locking uses some special setting? Oh, and I use the Oxygen style for widgets, but it happens with Breeze too. Breeze for window decoration. *** Bug 373731 has been marked as a duplicate of this bug. *** *** Bug 373793 has been marked as a duplicate of this bug. *** *** Bug 373811 has been marked as a duplicate of this bug. *** *** Bug 373873 has been marked as a duplicate of this bug. *** *** Bug 373877 has been marked as a duplicate of this bug. *** *** Bug 374295 has been marked as a duplicate of this bug. *** *** Bug 374271 has been marked as a duplicate of this bug. *** *** Bug 374115 has been marked as a duplicate of this bug. *** *** Bug 374150 has been marked as a duplicate of this bug. *** *** Bug 374350 has been marked as a duplicate of this bug. *** *** Bug 374380 has been marked as a duplicate of this bug. *** *** Bug 374391 has been marked as a duplicate of this bug. *** Bug 373628 has full analysis and testcase. *** This bug has been marked as a duplicate of bug 373628 *** |