https://bugs.kde.org/show_bug.cgi?id=461338
--- Comment #5 from Marcos Dione <mdi...@grulic.org.ar> --- (gdb) bt #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555e85127e24) at ./nptl/futex-internal.c:57 #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x555e85127e24) at ./nptl/futex-internal.c:87 #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555e85127e24, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 #3 0x00007f97d368f338 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555e85127dd0, cond=0x555e85127df8) at ./nptl/pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555e85127df8, mutex=0x555e85127dd0) at ./nptl/pthread_cond_wait.c:627 #5 0x00007f97d48d2b1b in QWaitCondition::wait(QMutex*, QDeadlineTimer) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x00007f97d2c176e8 in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #7 0x00007f97d2c84100 in QQuickWindow::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #8 0x00007f97d3f6bf32 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5 #9 0x00007f97d4abae38 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #10 0x00007f97d4f31343 in QPlatformWindow::windowEvent(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Gui.so.5 #11 0x00007f97d3f7324d in QApplication::notify(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5 #12 0x00007f97d4abae38 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x00007f97d4b13e71 in QTimerInfoList::activateTimers() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #14 0x00007f97d4b12390 in QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #15 0x00007f97ce2fab62 in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #16 0x00007f97d4ab97cb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #17 0x00007f97d4ac1c2a in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #18 0x0000555e82ef73a1 in ?? () #19 0x00007f97d3623510 in __libc_start_call_main (main=main@entry=0x555e82ef6f70, argc=argc@entry=2, argv=argv@entry=0x7fff309e4fc8) at ../sysdeps/nptl/libc_start_call_main.h:58 #20 0x00007f97d36235c9 in __libc_start_main_impl (main=0x555e82ef6f70, argc=2, argv=0x7fff309e4fc8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff309e4fb8) at ../csu/libc-start.c:381 #21 0x0000555e82ef8755 in ?? () I got this backtrace, but unluckily there seem not to be any debug symbols for qtquick in Debian/Ubuntu? -- You are receiving this mail because: You are watching all bug changes.