| Summary: | Crash in ShellCorona::load, related to KScreen | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | skierpage <info> |
| Component: | general | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | bshah, info, mklapetek, plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.3.1 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
skierpage
2015-06-11 07:02:36 UTC
Created attachment 93117 [details] New crash information added by DrKonqi plasmashell (5.3.1) using Qt 5.4.1 - What I was doing when the application crashed: Still trying to get a "start bar" to appear. Googling "restart KDE plasma" pointed me at http://askubuntu.com/questions/481329/can-i-restart-the-kde-plasma-desktop-without-logging-out , where a response suggested running `kwin_x11 --replace`. So I tried that and immediate crash. - Unusual behavior I noticed: -- Backtrace (Reduced): #10 0x00007f72aef6655f in QScriptEngine::QScriptEngine(QObject*) () from /usr/lib/x86_64-linux-gnu/libQt5Script.so.5 #11 0x00000000004709ee in WorkspaceScripting::ScriptEngine::ScriptEngine (this=0x7fff4d478070, corona=0xbc0a20, parent=<optimized out>) at ../../shell/scripting/scriptengine.cpp:63 #12 0x00000000004561e1 in ShellCorona::processUpdateScripts (this=this@entry=0xbc0a20) at ../../shell/shellcorona.cpp:544 #13 0x0000000000456750 in ShellCorona::load (this=0xbc0a20) at ../../shell/shellcorona.cpp:309 #14 0x000000000045725a in operator() (op=<optimized out>, __closure=<synthetic pointer>) at ../../shell/shellcorona.cpp:268 I clicked [Restart Application] from one of the "Plasma closed unexpectedly (Executable: plasmashell ...)" crash dialogs, and finally my desktop color and plasma "start" bar appeared. We no longer use kscreen, so this particular bug as-is is gone. |