https://bugs.kde.org/show_bug.cgi?id=489940
Noah Davis <noaha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |noaha...@gmail.com Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #2 from Noah Davis <noaha...@gmail.com> --- I am experiencing the same crash with leftShadowMargin and PanelView::updateEnabledBorders. Surprisingly, rolling back the following commits did not fix the issue for me: - plasma-workspace: f7ee03d065b4e293746248f749a7965c4321b1cb - plasma-desktop: 56b25d5943ebf0b8751c048fd419eccb3314956b After rolling back, I got a different crash when I tried to run `gdb plasmashell`: #0 0x00007ffff3d069ff in __GI___libc_write (nbytes=7, buf=0x16b2e00, fd=68) at ../sysdeps/unix/sysv/linux/write.c:26 #1 __GI___libc_write (fd=68, buf=0x16b2e00, nbytes=7) at ../sysdeps/unix/sysv/linux/write.c:24 #2 0x00007ffff67ba1f5 in DataControlSource::zwlr_data_control_source_v1_send (this=<optimized out>, mime_type=<optimized out>, fd=68) at /home/noah/kde/src/frameworks/kguiaddons/src/systemclipboard/waylandclipboard.cpp:354 #3 0x00007ffff67b0cdc in QtWayland::zwlr_data_control_source_v1::handle_send (data=0x1d8e170, object=<optimized out>, mime_type=0x7fffdc00f27c "text/plain;charset=utf-8", fd=68) at /home/noah/kde6/build/frameworks/kguiaddons/src/qwayland-wlr-data-control-unstable-v1.cpp:309 #4 0x00007ffff4a34972 in ffi_call_unix64 () at ../src/x86/unix64.S:104 #5 0x00007ffff4a312df in ffi_call_int (cif=cif@entry=0x7fffffffd080, fn=<optimized out>, rvalue=<optimized out>, avalue=<optimized out>, closure=closure@entry=0x0) at ../src/x86/ffi64.c:673 #6 0x00007ffff4a33f36 in ffi_call (cif=cif@entry=0x7fffffffd080, fn=<optimized out>, rvalue=rvalue@entry=0x0, avalue=avalue@entry=0x7fffffffd150) at ../src/x86/ffi64.c:710 #7 0x00007ffff7c49801 in wl_closure_invoke (closure=closure@entry=0x7fffdc00f1a0, flags=flags@entry=1, target=<optimized out>, target@entry=0x1d90f00, opcode=opcode@entry=0, data=<optimized out>) at ../../../kde/src/wayland/src/connection.c:1228 #8 0x00007ffff7c45bcf in dispatch_event (display=display@entry=0x5234e0, queue=queue@entry=0x5235d8) at ../../../kde/src/wayland/src/wayland-client.c:1670 #9 0x00007ffff7c46ddb in dispatch_queue (queue=0x5235d8, display=0x5234e0) at ../../../kde/src/wayland/src/wayland-client.c:1816 #10 wl_display_dispatch_queue_pending (display=0x5234e0, queue=0x5235d8) at ../../../kde/src/wayland/src/wayland-client.c:2058 #11 0x00007ffff5776c2a in QtWaylandClient::QWaylandDisplay::flushRequests (this=<optimized out>) at /usr/src/debug/qtwayland-everywhere-src-6.7.2/src/client/qwaylanddisplay.cpp:227 #12 0x00007ffff45e8161 in doActivate<false> (sender=0x520690, signal_index=4, argv=0x7fffffffd398) at /usr/src/debug/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qobject.cpp:4098 #13 0x00007ffff47c1b1b in QEventDispatcherGlib::processEvents (this=0x520690, flags=...) at /usr/src/debug/qtbase-everywhere-src-6.7.2/src/corelib/kernel/qeventdispatcher_glib.cpp:401 #14 0x00007ffff45993db in QEventLoop::exec (this=0x7fffffffd4e0, flags=...) at /usr/src/debug/qtbase-everywhere-src-6.7.2/src/corelib/global/qflags.h:34 #15 0x00007ffff4592bb6 in QCoreApplication::exec () at /usr/src/debug/qtbase-everywhere-src-6.7.2/src/corelib/global/qflags.h:74 #16 0x00007ffff4fe7e2c in QGuiApplication::exec () at /usr/src/debug/qtbase-everywhere-src-6.7.2/src/gui/kernel/qguiapplication.cpp:1926 #17 0x00007ffff6dbfff5 in QApplication::exec () at /usr/src/debug/qtbase-everywhere-src-6.7.2/src/widgets/kernel/qapplication.cpp:2555 #18 0x0000000000429ad4 in main (argc=<optimized out>, argv=<optimized out>) at /home/noah/kde/src/plasma/plasma-workspace/shell/main.cpp:188 -- You are receiving this mail because: You are watching all bug changes.