https://bugs.kde.org/show_bug.cgi?id=446993
--- Comment #2 from Raman Gupta <rocketra...@gmail.com> --- Created attachment 144584 --> https://bugs.kde.org/attachment.cgi?id=144584&action=edit Result of `thread apply all backtrace` after SEGFAULT I have attached the result of `thread apply all backtrace` after the segfault, captured via gdb. This is the output of gdb before the backtrace attached: ``` Thread 96 "QSGRenderThread" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f4ce37fe640 (LWP 871408)] 0x00007f4e1342813b in QQuickWindow::maybeUpdate (this=0x55f606338f60) at items/qquickwindow.cpp:3930 Downloading -0.00 MB source file /usr/src/debug/qt5-qtdeclarative-5.15.2-8.fc35.x86_64/src/quick/items/qquickwindow.cpp 3930 if (d->renderControl) (gdb) Continuing. [Detaching after fork from child process 871546] [Detaching after fork from child process 871548] Thread 1 "plasmashell" received signal SIGSTOP, Stopped (signal). [Switching to Thread 0x7f4e0d17fe00 (LWP 868071)] __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x55f60d096690) at futex-internal.c:57 Downloading -0.00 MB source file /usr/src/debug/glibc-2.34-12.fc35.x86_64/nptl/futex-internal.c 57 return INTERNAL_SYSCALL_CANCEL (futex_time64, futex_word, op, expected, ``` -- You are receiving this mail because: You are watching all bug changes.