https://bugs.kde.org/show_bug.cgi?id=381480

--- Comment #2 from Vangelis <cyberan...@gmail.com> ---
My session manager is kwin

$ ps xau | grep -i kwin
cyber    16704  0.3  2.2 3255264 182560 ?      Sl   10:49   1:33 kwin_x11
-session 10c3dbdbd8000148753077200000020850005_1498000455_879508


And here is the output from the gdb backtrace:
$ cat gdb.txt 
Starting program: /usr/bin/plasmashell 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe18fa700 (LWP 21645)]
[New Thread 0x7fffdbb68700 (LWP 21646)]
[New Thread 0x7fffda123700 (LWP 21647)]
[New Thread 0x7fffd3fff700 (LWP 21648)]
[New Thread 0x7fffd1c41700 (LWP 21649)]
[New Thread 0x7fff411b9700 (LWP 21650)]
[New Thread 0x7fff33438700 (LWP 21653)]
[New Thread 0x7fff32c37700 (LWP 21654)]
[New Thread 0x7fff2b092700 (LWP 21655)]
[New Thread 0x7fff2938a700 (LWP 21656)]
[New Thread 0x7fff15dc1700 (LWP 21658)]
[New Thread 0x7fff0e742700 (LWP 21678)]

Thread 1 "plasmashell" received signal SIGSEGV, Segmentation fault.
-----------------------------------------------------------------------------------------------------------------------[regs]
  RAX: 0x0000000000000000  RBX: 0x0000000001B22540  RCX: 0x00007FFFF5DE5110 
RDX: 0x0000000001B22540  o d I t s Z a P c 
  RSI: 0x0000000001E7E2E0  RDI: 0x0000000001B22540  RBP: 0x00007FFFFFFFD480 
RSP: 0x00007FFFFFFFD3E0  RIP: 0x00007FFFF5DE51A8
  R8 : 0x0000000000000000  R9 : 0x00007FFFF5DE6B20  R10: 0x00007FFFF7E06210 
R11: 0x00007FFFF26FC350  R12: 0x00000000006FCFC0
  R13: 0x00000000006F2FE0  R14: 0x00007FFFFFFFD430  R15: 0x0000000000000000
  CS: 0033  DS: 0000  ES: 0000  FS: 0000  GS: 0000  SS: 002B
-----------------------------------------------------------------------------------------------------------------------[code]
=> 0x7ffff5de51a8 <_ZN22QQuickAnimatorProxyJob21sceneGraphInitializedEv+152>:  
mov    rax,QWORD PTR ds:0x38
   0x7ffff5de51b0 <_ZN22QQuickAnimatorProxyJob21sceneGraphInitializedEv+160>:  
ud2    
   0x7ffff5de51b2 <_ZN22QQuickAnimatorProxyJob21sceneGraphInitializedEv+162>:  
call   0x7ffff5d800a0 <__stack_chk_fail@plt>
   0x7ffff5de51b7:      nop
   0x7ffff5de51b8:      nop    DWORD PTR [rax+rax*1+0x0]
   0x7ffff5de51c0 <_ZN22QQuickAnimatorProxyJob9setWindowEP12QQuickWindow>:     
push   r12
   0x7ffff5de51c2 <_ZN22QQuickAnimatorProxyJob9setWindowEP12QQuickWindow+2>:   
push   rbp
   0x7ffff5de51c3 <_ZN22QQuickAnimatorProxyJob9setWindowEP12QQuickWindow+3>:   
push   rbx
-----------------------------------------------------------------------------------------------------------------------------
0x00007ffff5de51a8 in QQuickAnimatorProxyJob::sceneGraphInitialized() () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#0  0x00007ffff5de51a8 in QQuickAnimatorProxyJob::sceneGraphInitialized() ()
from /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#1  0x00007ffff2f5a109 in QObject::event (this=0x1b22540, e=<optimized out>) at
kernel/qobject.cpp:1246
#2  0x00007ffff38993fc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#3  0x00007ffff38a0e07 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#4  0x00007ffff2f2d128 in QCoreApplication::notifyInternal2
(receiver=0x1b22540, event=event@entry=0x7fff080e1010) at
kernel/qcoreapplication.cpp:1018
#5  0x00007ffff2f2f62b in QCoreApplication::sendEvent (event=0x7fff080e1010,
receiver=<optimized out>) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:233
#6  QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0,
event_type=event_type@entry=0x0, data=0x6f2f60) at
kernel/qcoreapplication.cpp:1678
#7  0x00007ffff2f2fa98 in QCoreApplication::sendPostedEvents
(receiver=receiver@entry=0x0, event_type=event_type@entry=0x0) at
kernel/qcoreapplication.cpp:1532
#8  0x00007ffff2f816b3 in postEventSourceDispatch (s=0x741ed0) at
kernel/qeventdispatcher_glib.cpp:276
#9  0x00007fffedd4f197 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007fffedd4f3f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007fffedd4f49c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff2f81abf in QEventDispatcherGlib::processEvents (this=0x750150,
flags=...) at kernel/qeventdispatcher_glib.cpp:423
#13 0x00007ffff2f2b30a in QEventLoop::exec (this=this@entry=0x7fffffffd940,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#14 0x00007ffff2f33db4 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1291
#15 0x000000000041ce18 in main (argc=0x1, argv=<optimized out>) at
/workspace/build/shell/main.cpp:166

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to