Bug 377752 - Repeating plasmashell Crash
Summary: Repeating plasmashell Crash
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (other bugs)
Version First Reported In: 5.9.3
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-18 00:22 UTC by Stephan Wienczny
Modified: 2017-03-19 08:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Wienczny 2017-03-18 00:22:01 UTC
Since one of the last updates plasmashell crashes and restarts itself.

I'm using Arch Linux and plasmashell 5.9.3

Thread 1 "plasmashell" received signal SIGSEGV, Segmentation fault.
0x00007f4d84145a10 in raise () from /usr/lib/libc.so.6
(gdb) where 
#0  0x00007f4d84145a10 in raise () at /usr/lib/libc.so.6
#1  0x00007f4d8a83825a in KCrash::defaultCrashHandler(int) () at /usr/lib/libKF5Crash.so.5
#2  0x00007f4d84145a90 in <signal handler called> () at /usr/lib/libc.so.6
#3  0x00007f4d84acac48 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x1b66880) at kernel/qcoreapplication.cpp:1630
#4  0x00007f4d84acb0d8 in QCoreApplication::sendPostedEvents(QObject*, int) (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1502
#5  0x00007f4d84b1cce3 in postEventSourceDispatch(GSource*, GSourceFunc, gpointer) (s=0x1ba8b50)
    at kernel/qeventdispatcher_glib.cpp:276
#6  0x00007f4d7d2da5a7 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0
#7  0x00007f4d7d2da810 in  () at /usr/lib/libglib-2.0.so.0
#8  0x00007f4d7d2da8bc in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0
#9  0x00007f4d84b1d0ef in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) (this=0x1bb26d0, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#10 0x00007f4d84ac693a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) (this=this@entry=0x7ffe1661d790, flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#11 0x00007f4d84acee84 in QCoreApplication::exec() () at kernel/qcoreapplication.cpp:1261
#12 0x000000000041cb02 in  ()
#13 0x00007f4d84132511 in __libc_start_main () at /usr/lib/libc.so.6
#14 0x000000000041ce8a in _start ()
Comment 1 David Edmundson 2017-03-19 08:54:02 UTC
That backtrace is garbage I'm afraid, you're showing us a backtrace of something launching the crash handler, not backtrace of what's crashed.