https://bugs.kde.org/show_bug.cgi?id=489218
--- Comment #2 from landgraf...@yandex.ru --- (In reply to Nate Graham from comment #1) > Can you get a backtrace of what it's doing when it's hung? > > 1. Run `gdb attach -p $(pidof plasmashell)` in a terminal window while it's > hung > 2. If it says "--Type for more, q to quit, c to continue without paging--" > at the bottom of the terminal window, press the "c" key. > 3. When you see a prompt that says "(gdb)", type "bt" and press the enter > key. > 4. If it says "--Type for more, q to quit, c to continue without paging--" > at the bottom of the terminal window, press the "c" key. > 5. Copy-and-paste the contents of the terminal window into a comment here. #0 0x00007b767891c39d in poll () from /usr/lib/libc.so.6 #1 0x00007b7677a648fd in ?? () from /usr/lib/libglib-2.0.so.0 #2 0x00007b7677a01f95 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #3 0x00007b76791a2cbd in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #4 0x00007b7678f4f01e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6 #5 0x00007b7678f4934d in QCoreApplication::exec() () from /usr/lib/libQt6Core.so.6 #6 0x000057b5c0a75d66 in ?? () #7 0x00007b7678839c88 in ?? () from /usr/lib/libc.so.6 #8 0x00007b7678839d4c in __libc_start_main () from /usr/lib/libc.so.6 #9 0x000057b5c0a76255 in ?? () As I understand it, there are not enough debug symbols, I’ll try to install them. -- You are receiving this mail because: You are watching all bug changes.