https://bugs.kde.org/show_bug.cgi?id=434653
--- Comment #13 from Alex <lexiz...@mail.ru> --- (In reply to David Edmundson from comment #8) > When frozen can you run > > sudo gdb --pid `pidof plasmahell` > > wait for it to attach then type "bt" > > and attach the log [New LWP 32336] [New LWP 32337] [New LWP 33999] [New LWP 35480] [New LWP 41903] [New LWP 41904] [New LWP 43984] Error while reading shared library symbols for /usr/lib/libpthread.so.0: Cannot find user-level thread for LWP 43984: generic error --Type <RET> for more, q to quit, c to continue without paging-- 0x00007fbb0437a9ba in __futex_abstimed_wait_common64 () from /usr/lib/libpthread.so.0 (gdb) bt #0 0x00007fbb0437a9ba in __futex_abstimed_wait_common64 () at /usr/lib/libpthread.so.0 #1 0x00007fbb04374260 in pthread_cond_wait@@GLIBC_2.3.2 () at /usr/lib/libpthread.so.0 #2 0x00007fbb05345254 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at /usr/lib/libQt5Core.so.5 #3 0x00007fbb06f89277 in () at /usr/lib/libQt5Quick.so.5 #4 0x00007fbb06ff2d67 in QQuickWindow::event(QEvent*) () at /usr/lib/libQt5Quick.so.5 #5 0x00007fbb061c8762 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #6 0x00007fbb0552781a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #7 0x00007fbb058f1319 in QPlatformWindow::windowEvent(QEvent*) () at /usr/lib/libQt5Gui.so.5 #8 0x00007fbb061cf447 in QApplication::notify(QObject*, QEvent*) () at /usr/lib/libQt5Widgets.so.5 #9 0x00007fbb0552781a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib/libQt5Core.so.5 #10 0x00007fbb0557f6a5 in QTimerInfoList::activateTimers() () at /usr/lib/libQt5Core.so.5 #11 0x00007fbb0557ff8a in () at /usr/lib/libQt5Core.so.5 #12 0x00007fbb038f702c in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0 #13 0x00007fbb0394ab59 in () at /usr/lib/libglib-2.0.so.0 #14 0x00007fbb038f4781 in g_main_context_iteration () at /usr/lib/libglib-2.0.so.0 #15 0x00007fbb05580321 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #16 0x00007fbb0552617c in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib/libQt5Core.so.5 #17 0x00007fbb0552e634 in QCoreApplication::exec() () at /usr/lib/libQt5Core.so.5 #18 0x000055efe6d6120b in () #19 0x00007fbb04eecb25 in __libc_start_main () at /usr/lib/libc.so.6 #20 0x000055efe6d6133e in () (gdb) Did I do the right? Is this information enough? -- You are receiving this mail because: You are watching all bug changes.