Summary: | Dolphin sometimes crashes when I close the window or one of the tabs | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Yusuf Jamal <yusufjamal1372> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | eric1, kde, kfm-devel, lukasz, omerusta |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 22.04.1 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yusuf Jamal
2022-05-23 17:42:33 UTC
I start to believe the reason of this bug is version control plugin. The tab or window is closing before its job done and it is causing crash. Yusuf could you confirm that is this bug observable only exist on git/svn/cvs/... existed directories or not ? ``` QMutexLocker pluginLocker(m_globalPluginMutex); QMap<QString, QVector<VersionControlObserver::ItemState> >::iterator it = m_itemStates.begin(); for (; it != m_itemStates.end(); ++it) { if (m_plugin->beginRetrieval(it.key())) { QVector<VersionControlObserver::ItemState>& items = it.value(); const int count = items.count(); for (int i = 0; i < count; ++i) { const KFileItem& item = items.at(i).first; const KVersionControlPlugin::ItemVersion version = m_plugin->itemVersion(item); items[i].second = version; } } m_plugin->endRetrieval(); } ``` (In reply to Ömer Fadıl USTA from comment #1) > I start to believe the reason of this bug is version control plugin. The > tab or window is closing before its job done > and it is causing crash. > > Yusuf could you confirm that is this bug observable only exist on > git/svn/cvs/... existed directories or not ? > > ``` > QMutexLocker pluginLocker(m_globalPluginMutex); > QMap<QString, QVector<VersionControlObserver::ItemState> >::iterator it > = m_itemStates.begin(); > for (; it != m_itemStates.end(); ++it) { > if (m_plugin->beginRetrieval(it.key())) { > QVector<VersionControlObserver::ItemState>& items = it.value(); > const int count = items.count(); > for (int i = 0; i < count; ++i) { > const KFileItem& item = items.at(i).first; > const KVersionControlPlugin::ItemVersion version = > m_plugin->itemVersion(item); > items[i].second = version; > } > } > > m_plugin->endRetrieval(); > } > ``` Well I had the version control plugin disabled when I reported this error and it still happened. Since then it hasn't really happened. Happens to me as well Thread 43 (Thread 0x7fff5bfff6c0 (LWP 228689) "UpdateItemState"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5e95b26 in QtLinuxFutex::_q_futex (val3=0, addr2=0x0, val2=0, val=3, op=0, addr=0x7ffff7f8f308 <UpdateItemStatesThread::UpdateItemStatesThread(KVersionControlPlugin*, QMap<QString, QVector<QPair<KFileItem, KVersionControlPlugin::ItemVersion> > > const&)::globalMutex>) at thread/qfutex_p.h:116 #2 QtLinuxFutex::futexWait<QBasicAtomicPointer<QMutexData> > (expectedValue=0x3, futex=...) at thread/qfutex_p.h:135 #3 lockInternal_helper<false> (timeout=-1, elapsedTimer=0x0, d_ptr=...) at thread/qmutex_linux.cpp:142 #4 QBasicMutex::lockInternal (this=0x7ffff7f8f308 <UpdateItemStatesThread::UpdateItemStatesThread(KVersionControlPlugin*, QMap<QString, QVector<QPair<KFileItem, KVersionControlPlugin::ItemVersion> > > const&)::globalMutex>) at thread/qmutex_linux.cpp:159 #5 0x00007ffff5e95cbd in QMutex::lock (this=<optimized out>) at thread/qmutex.cpp:237 #6 0x00007ffff7f3821f in QMutexLocker::QMutexLocker (m=<optimized out>, this=<synthetic pointer>) at /usr/include/qt/QtCore/qmutex.h:238 #7 UpdateItemStatesThread::run (this=0x555555f67870) at /usr/src/debug/dolphin-22.08.0/src/views/versioncontrol/updateitemstatesthread.cpp:33 #8 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555f67870) at thread/qthread_unix.cpp:331 #9 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #10 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 42 (Thread 0x7fff70cc66c0 (LWP 228686) "Thread (pooled)"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7fff70cc5a60, op=137, expected=0, futex_word=0x555555db9744) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555db9744, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff70cc5a60, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555db9744, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff70cc5a60, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1de64 in __pthread_cond_wait_common (abstime=0x7fff70cc5a60, clockid=1, mutex=0x555555db96f0, cond=0x555555db9718) at pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x555555db9718, mutex=0x555555db96f0, abstime=0x7fff70cc5a60) at pthread_cond_wait.c:643 #5 0x00007ffff5ea16d4 in QWaitConditionPrivate::wait_relative (deadline=..., this=0x555555db96f0) at thread/qwaitcondition_unix.cpp:136 #6 QWaitConditionPrivate::wait (deadline=..., this=0x555555db96f0) at thread/qwaitcondition_unix.cpp:144 #7 QWaitCondition::wait (this=<optimized out>, mutex=0x555555ccbfb8, deadline=...) at thread/qwaitcondition_unix.cpp:225 #8 0x00007ffff5e9e537 in QThreadPoolThread::run (this=0x555555bd2710) at thread/qthreadpool.cpp:140 #9 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555bd2710) at thread/qthread_unix.cpp:331 #10 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #11 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 41 (Thread 0x7fff91ffb6c0 (LWP 228685) "Thread (pooled)"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7fff91ffaa60, op=137, expected=0, futex_word=0x555555be0744) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555be0744, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff91ffaa60, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555be0744, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff91ffaa60, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1de64 in __pthread_cond_wait_common (abstime=0x7fff91ffaa60, clockid=1, mutex=0x555555be06f0, cond=0x555555be0718) at pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x555555be0718, mutex=0x555555be06f0, abstime=0x7fff91ffaa60) at pthread_cond_wait.c:643 #5 0x00007ffff5ea16d4 in QWaitConditionPrivate::wait_relative (deadline=..., this=0x555555be06f0) at thread/qwaitcondition_unix.cpp:136 #6 QWaitConditionPrivate::wait (deadline=..., this=0x555555be06f0) at thread/qwaitcondition_unix.cpp:144 #7 QWaitCondition::wait (this=<optimized out>, mutex=0x555555ccbfb8, deadline=...) at thread/qwaitcondition_unix.cpp:225 #8 0x00007ffff5e9e537 in QThreadPoolThread::run (this=0x555555be06c0) at thread/qthreadpool.cpp:140 #9 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555be06c0) at thread/qthread_unix.cpp:331 #10 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #11 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 40 (Thread 0x7fff927fc6c0 (LWP 228684) "Thread (pooled)"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7fff927fba60, op=137, expected=0, futex_word=0x555555be0c40) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555be0c40, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff927fba60, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555be0c40, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff927fba60, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1de64 in __pthread_cond_wait_common (abstime=0x7fff927fba60, clockid=1, mutex=0x555555be0bf0, cond=0x555555be0c18) at pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x555555be0c18, mutex=0x555555be0bf0, abstime=0x7fff927fba60) at pthread_cond_wait.c:643 #5 0x00007ffff5ea16d4 in QWaitConditionPrivate::wait_relative (deadline=..., this=0x555555be0bf0) at thread/qwaitcondition_unix.cpp:136 #6 QWaitConditionPrivate::wait (deadline=..., this=0x555555be0bf0) at thread/qwaitcondition_unix.cpp:144 #7 QWaitCondition::wait (this=<optimized out>, mutex=0x555555ccbfb8, deadline=...) at thread/qwaitcondition_unix.cpp:225 #8 0x00007ffff5e9e537 in QThreadPoolThread::run (this=0x555555bdf300) at thread/qthreadpool.cpp:140 #9 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555bdf300) at thread/qthread_unix.cpp:331 #10 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #11 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 39 (Thread 0x7fff937fe6c0 (LWP 228683) "Thread (pooled)"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7fff937fda60, op=137, expected=0, futex_word=0x555555be1124) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555be1124, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff937fda60, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555be1124, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff937fda60, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1de64 in __pthread_cond_wait_common (abstime=0x7fff937fda60, clockid=1, mutex=0x555555be10d0, cond=0x555555be10f8) at pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x555555be10f8, mutex=0x555555be10d0, abstime=0x7fff937fda60) at pthread_cond_wait.c:643 #5 0x00007ffff5ea16d4 in QWaitConditionPrivate::wait_relative (deadline=..., this=0x555555be10d0) at thread/qwaitcondition_unix.cpp:136 #6 QWaitConditionPrivate::wait (deadline=..., this=0x555555be10d0) at thread/qwaitcondition_unix.cpp:144 #7 QWaitCondition::wait (this=<optimized out>, mutex=0x555555ccbfb8, deadline=...) at thread/qwaitcondition_unix.cpp:225 #8 0x00007ffff5e9e537 in QThreadPoolThread::run (this=0x555555bd0210) at thread/qthreadpool.cpp:140 #9 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555bd0210) at thread/qthread_unix.cpp:331 #10 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #11 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 38 (Thread 0x7fff92ffd6c0 (LWP 228682) "UpdateItemState"): #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 #1 0x00007ffff5e95b26 in QtLinuxFutex::_q_futex (val3=0, addr2=0x0, val2=0, val=3, op=0, addr=0x7ffff7f8f308 <UpdateItemStatesThread::UpdateItemStatesThread(KVersionControlPlugin*, QMap<QString, QVector<QPair<KFileItem, KVersionControlPlugin::ItemVersion> > > const&)::globalMutex>) at thread/qfutex_p.h:116 #2 QtLinuxFutex::futexWait<QBasicAtomicPointer<QMutexData> > (expectedValue=0x3, futex=...) at thread/qfutex_p.h:135 #3 lockInternal_helper<false> (timeout=-1, elapsedTimer=0x0, d_ptr=...) at thread/qmutex_linux.cpp:142 #4 QBasicMutex::lockInternal (this=0x7ffff7f8f308 <UpdateItemStatesThread::UpdateItemStatesThread(KVersionControlPlugin*, QMap<QString, QVector<QPair<KFileItem, KVersionControlPlugin::ItemVersion> > > const&)::globalMutex>) at thread/qmutex_linux.cpp:159 #5 0x00007ffff5e95cbd in QMutex::lock (this=<optimized out>) at thread/qmutex.cpp:237 #6 0x00007ffff7f3821f in QMutexLocker::QMutexLocker (m=<optimized out>, this=<synthetic pointer>) at /usr/include/qt/QtCore/qmutex.h:238 #7 UpdateItemStatesThread::run (this=0x555555ebc1a0) at /usr/src/debug/dolphin-22.08.0/src/views/versioncontrol/updateitemstatesthread.cpp:33 #8 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555ebc1a0) at thread/qthread_unix.cpp:331 #9 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #10 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 37 (Thread 0x7fff93fff6c0 (LWP 228655) "Thread (pooled)"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7fff93ffea60, op=137, expected=0, futex_word=0x555555db9220) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555db9220, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff93ffea60, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555db9220, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff93ffea60, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1de64 in __pthread_cond_wait_common (abstime=0x7fff93ffea60, clockid=1, mutex=0x555555db91d0, cond=0x555555db91f8) at pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x555555db91f8, mutex=0x555555db91d0, abstime=0x7fff93ffea60) at pthread_cond_wait.c:643 #5 0x00007ffff5ea16d4 in QWaitConditionPrivate::wait_relative (deadline=..., this=0x555555db91d0) at thread/qwaitcondition_unix.cpp:136 #6 QWaitConditionPrivate::wait (deadline=..., this=0x555555db91d0) at thread/qwaitcondition_unix.cpp:144 #7 QWaitCondition::wait (this=<optimized out>, mutex=0x555555ccbfb8, deadline=...) at thread/qwaitcondition_unix.cpp:225 #8 0x00007ffff5e9e537 in QThreadPoolThread::run (this=0x555555be3e80) at thread/qthreadpool.cpp:140 #9 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555be3e80) at thread/qthread_unix.cpp:331 #10 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #11 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 36 (Thread 0x7fff917fa6c0 (LWP 228654) "Thread (pooled)"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x7fff917f9a60, op=137, expected=0, futex_word=0x555555be1604) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555be1604, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff917f9a60, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555be1604, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fff917f9a60, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1de64 in __pthread_cond_wait_common (abstime=0x7fff917f9a60, clockid=1, mutex=0x555555be15b0, cond=0x555555be15d8) at pthread_cond_wait.c:503 #4 ___pthread_cond_timedwait64 (cond=0x555555be15d8, mutex=0x555555be15b0, abstime=0x7fff917f9a60) at pthread_cond_wait.c:643 #5 0x00007ffff5ea16d4 in QWaitConditionPrivate::wait_relative (deadline=..., this=0x555555be15b0) at thread/qwaitcondition_unix.cpp:136 #6 QWaitConditionPrivate::wait (deadline=..., this=0x555555be15b0) at thread/qwaitcondition_unix.cpp:144 #7 QWaitCondition::wait (this=<optimized out>, mutex=0x555555ccbfb8, deadline=...) at thread/qwaitcondition_unix.cpp:225 #8 0x00007ffff5e9e537 in QThreadPoolThread::run (this=0x555555be0660) at thread/qthreadpool.cpp:140 #9 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555be0660) at thread/qthread_unix.cpp:331 #10 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #11 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 35 (Thread 0x7fff71cc86c0 (LWP 228648) "UpdateItemState"): #0 0x00007fffd400d904 in std::__atomic_base<int>::load (__m=<optimized out>, this=<optimized out>, this=<optimized out>, __m=<optimized out>) at /usr/include/c++/12.1.1/bits/atomic_base.h:488 #1 QAtomicOps<int>::loadRelaxed<int> (_q_value=..., _q_value=...) at /usr/include/qt/QtCore/qatomic_cxx11.h:239 #2 QBasicAtomicInteger<int>::loadRelaxed (this=<optimized out>, this=<optimized out>) at /usr/include/qt/QtCore/qbasicatomic.h:107 #3 QtPrivate::RefCount::isShared (this=<optimized out>) at /usr/include/qt/QtCore/qrefcount.h:101 #4 QHash<QString, KVersionControlPlugin::ItemVersion>::detach (this=0x5555562ed298, this@entry=0x3) at /usr/include/qt/QtCore/qhash.h:291 #5 QHash<QString, KVersionControlPlugin::ItemVersion>::insert (this=this@entry=0x5555562ed298, akey=..., avalue=@0x7fff71cc765c: KVersionControlPlugin::UnversionedVersion) at /usr/include/qt/QtCore/qhash.h:770 #6 0x00007fffd401403a in FileViewGitPlugin::beginRetrieval (this=0x5555562ed280, directory=...) at /usr/include/qt/QtCore/qstring.h:1531 #7 0x00007ffff7f382aa in UpdateItemStatesThread::run (this=0x5555562d4870) at /usr/src/debug/dolphin-22.08.0/src/views/versioncontrol/updateitemstatesthread.cpp:36 #8 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x5555562d4870) at thread/qthread_unix.cpp:331 #9 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #10 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 31 (Thread 0x7fff714c76c0 (LWP 225737) "KIO::WorkerThre"): #0 0x00007ffff5a92f96 in __ppoll (fds=fds@entry=0x7fff714c68d8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 #1 0x00007ffff60863cb in ppoll (__ss=<optimized out>, __timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at kernel/qcore_unix.cpp:129 #2 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff714c68d8) at kernel/qcore_unix.cpp:132 #3 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff714c68d8) at kernel/qcore_unix.cpp:129 #4 qt_safe_poll (timeout_ts=<optimized out>, nfds=<optimized out>, fds=<optimized out>) at kernel/qcore_unix.cpp:155 #5 qt_safe_poll (fds=fds@entry=0x7fff714c68d8, nfds=nfds@entry=1, timeout_ts=<optimized out>) at kernel/qcore_unix.cpp:150 #6 0x00007ffff5766fd4 in qt_poll_msecs (nfds=1, timeout=<optimized out>, fds=0x7fff714c68d8) at ../../include/QtCore/5.15.5/QtCore/private/../../../../../src/corelib/kernel/qcore_unix_p.h:381 #7 QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fff60003f30, timeout=<optimized out>, checkRead=checkRead@entry=true, checkWrite=checkWrite@entry=false, selectForRead=selectForRead@entry=0x7fff714c69b7, selectForWrite=0x7fff714c69b6) at socket/qnativesocketengine_unix.cpp:1435 #8 0x00007ffff5768706 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fff60006080, readyToRead=0x7fff714c69b7, readyToWrite=<optimized out>, checkRead=<optimized out>, checkWrite=<optimized out>, msecs=<optimized out>, timedOut=0x0) at socket/qnativesocketengine.cpp:1120 #9 0x00007ffff5755cd7 in QAbstractSocket::waitForReadyRead (this=0x7fff60001cc0, msecs=-1) at socket/qabstractsocket.cpp:2266 #10 0x00007ffff791dbaa in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fff60005ac0, ms=-1) at /usr/src/debug/kio-5.97.0/src/core/connectionbackend.cpp:155 #11 0x00007ffff79558fa in KIO::Connection::waitForIncomingTask (ms=-1, this=<optimized out>) at /usr/src/debug/kio-5.97.0/src/core/connection.cpp:195 #12 KIO::SlaveBase::dispatchLoop (this=0x7fff60005230) at /usr/src/debug/kio-5.97.0/src/core/slavebase.cpp:330 #13 0x00007ffff79cd201 in KIO::WorkerThread::run (this=0x555555eaa290) at /usr/include/c++/12.1.1/bits/unique_ptr.h:191 #14 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555eaa290) at thread/qthread_unix.cpp:331 #15 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #16 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 29 (Thread 0x7fff724c96c0 (LWP 225735) "KIO::WorkerThre"): #0 0x00007ffff5a92f96 in __ppoll (fds=fds@entry=0x7fff724c88d8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 #1 0x00007ffff60863cb in ppoll (__ss=<optimized out>, __timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at kernel/qcore_unix.cpp:129 #2 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff724c88d8) at kernel/qcore_unix.cpp:132 #3 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff724c88d8) at kernel/qcore_unix.cpp:129 #4 qt_safe_poll (timeout_ts=<optimized out>, nfds=<optimized out>, fds=<optimized out>) at kernel/qcore_unix.cpp:155 #5 qt_safe_poll (fds=fds@entry=0x7fff724c88d8, nfds=nfds@entry=1, timeout_ts=<optimized out>) at kernel/qcore_unix.cpp:150 #6 0x00007ffff5766fd4 in qt_poll_msecs (nfds=1, timeout=<optimized out>, fds=0x7fff724c88d8) at ../../include/QtCore/5.15.5/QtCore/private/../../../../../src/corelib/kernel/qcore_unix_p.h:381 #7 QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fff68004130, timeout=<optimized out>, checkRead=checkRead@entry=true, checkWrite=checkWrite@entry=false, selectForRead=selectForRead@entry=0x7fff724c89b7, selectForWrite=0x7fff724c89b6) at socket/qnativesocketengine_unix.cpp:1435 #8 0x00007ffff5768706 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fff68005e50, readyToRead=0x7fff724c89b7, readyToWrite=<optimized out>, checkRead=<optimized out>, checkWrite=<optimized out>, msecs=<optimized out>, timedOut=0x0) at socket/qnativesocketengine.cpp:1120 #9 0x00007ffff5755cd7 in QAbstractSocket::waitForReadyRead (this=0x7fff68001cc0, msecs=-1) at socket/qabstractsocket.cpp:2266 #10 0x00007ffff791dbaa in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fff68005890, ms=-1) at /usr/src/debug/kio-5.97.0/src/core/connectionbackend.cpp:155 #11 0x00007ffff79558fa in KIO::Connection::waitForIncomingTask (ms=-1, this=<optimized out>) at /usr/src/debug/kio-5.97.0/src/core/connection.cpp:195 #12 KIO::SlaveBase::dispatchLoop (this=0x7fff68005000) at /usr/src/debug/kio-5.97.0/src/core/slavebase.cpp:330 #13 0x00007ffff79cd201 in KIO::WorkerThread::run (this=0x5555562503a0) at /usr/include/c++/12.1.1/bits/unique_ptr.h:191 #14 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x5555562503a0) at thread/qthread_unix.cpp:331 #15 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #16 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 28 (Thread 0x7fff72cca6c0 (LWP 225734) "KIO::WorkerThre"): #0 0x00007ffff5a92f96 in __ppoll (fds=fds@entry=0x7fff72cc98d8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 #1 0x00007ffff60863cb in ppoll (__ss=<optimized out>, __timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at kernel/qcore_unix.cpp:129 #2 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff72cc98d8) at kernel/qcore_unix.cpp:132 #3 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff72cc98d8) at kernel/qcore_unix.cpp:129 #4 qt_safe_poll (timeout_ts=<optimized out>, nfds=<optimized out>, fds=<optimized out>) at kernel/qcore_unix.cpp:155 #5 qt_safe_poll (fds=fds@entry=0x7fff72cc98d8, nfds=nfds@entry=1, timeout_ts=<optimized out>) at kernel/qcore_unix.cpp:150 #6 0x00007ffff5766fd4 in qt_poll_msecs (nfds=1, timeout=<optimized out>, fds=0x7fff72cc98d8) at ../../include/QtCore/5.15.5/QtCore/private/../../../../../src/corelib/kernel/qcore_unix_p.h:381 #7 QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fff64003f30, timeout=<optimized out>, checkRead=checkRead@entry=true, checkWrite=checkWrite@entry=false, selectForRead=selectForRead@entry=0x7fff72cc99b7, selectForWrite=0x7fff72cc99b6) at socket/qnativesocketengine_unix.cpp:1435 #8 0x00007ffff5768706 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fff64005c50, readyToRead=0x7fff72cc99b7, readyToWrite=<optimized out>, checkRead=<optimized out>, checkWrite=<optimized out>, msecs=<optimized out>, timedOut=0x0) at socket/qnativesocketengine.cpp:1120 #9 0x00007ffff5755cd7 in QAbstractSocket::waitForReadyRead (this=0x7fff64001cc0, msecs=-1) at socket/qabstractsocket.cpp:2266 #10 0x00007ffff791dbaa in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fff64005690, ms=-1) at /usr/src/debug/kio-5.97.0/src/core/connectionbackend.cpp:155 #11 0x00007ffff79558fa in KIO::Connection::waitForIncomingTask (ms=-1, this=<optimized out>) at /usr/src/debug/kio-5.97.0/src/core/connection.cpp:195 #12 KIO::SlaveBase::dispatchLoop (this=0x7fff64004e00) at /usr/src/debug/kio-5.97.0/src/core/slavebase.cpp:330 #13 0x00007ffff79cd201 in KIO::WorkerThread::run (this=0x5555560b5bd0) at /usr/include/c++/12.1.1/bits/unique_ptr.h:191 #14 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x5555560b5bd0) at thread/qthread_unix.cpp:331 #15 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #16 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 27 (Thread 0x7fff73fff6c0 (LWP 225730) "KIO::WorkerThre"): #0 0x00007ffff5a92f96 in __ppoll (fds=fds@entry=0x7fff73ffe8d8, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 #1 0x00007ffff60863cb in ppoll (__ss=<optimized out>, __timeout=<optimized out>, __nfds=<optimized out>, __fds=<optimized out>) at kernel/qcore_unix.cpp:129 #2 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff73ffe8d8) at kernel/qcore_unix.cpp:132 #3 qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7fff73ffe8d8) at kernel/qcore_unix.cpp:129 #4 qt_safe_poll (timeout_ts=<optimized out>, nfds=<optimized out>, fds=<optimized out>) at kernel/qcore_unix.cpp:155 #5 qt_safe_poll (fds=fds@entry=0x7fff73ffe8d8, nfds=nfds@entry=1, timeout_ts=<optimized out>) at kernel/qcore_unix.cpp:150 #6 0x00007ffff5766fd4 in qt_poll_msecs (nfds=1, timeout=<optimized out>, fds=0x7fff73ffe8d8) at ../../include/QtCore/5.15.5/QtCore/private/../../../../../src/corelib/kernel/qcore_unix_p.h:381 #7 QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fff6c003f30, timeout=<optimized out>, checkRead=checkRead@entry=true, checkWrite=checkWrite@entry=false, selectForRead=selectForRead@entry=0x7fff73ffe9b7, selectForWrite=0x7fff73ffe9b6) at socket/qnativesocketengine_unix.cpp:1435 #8 0x00007ffff5768706 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fff6c006080, readyToRead=0x7fff73ffe9b7, readyToWrite=<optimized out>, checkRead=<optimized out>, checkWrite=<optimized out>, msecs=<optimized out>, timedOut=0x0) at socket/qnativesocketengine.cpp:1120 #9 0x00007ffff5755cd7 in QAbstractSocket::waitForReadyRead (this=0x7fff6c001cc0, msecs=-1) at socket/qabstractsocket.cpp:2266 #10 0x00007ffff791dbaa in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fff6c005ac0, ms=-1) at /usr/src/debug/kio-5.97.0/src/core/connectionbackend.cpp:155 #11 0x00007ffff79558fa in KIO::Connection::waitForIncomingTask (ms=-1, this=<optimized out>) at /usr/src/debug/kio-5.97.0/src/core/connection.cpp:195 #12 KIO::SlaveBase::dispatchLoop (this=0x7fff6c005230) at /usr/src/debug/kio-5.97.0/src/core/slavebase.cpp:330 #13 0x00007ffff79cd201 in KIO::WorkerThread::run (this=0x555555f274c0) at /usr/include/c++/12.1.1/bits/unique_ptr.h:191 #14 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555f274c0) at thread/qthread_unix.cpp:331 #15 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #16 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 26 (Thread 0x7fff90ff96c0 (LWP 225720) "QThread"): #0 0x00007ffff5a92e9f in __GI___poll (fds=0x7fff780025e0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff3d6bf68 in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x7fff780025e0, timeout=<optimized out>, context=0x7fff78000c30) at ../glib/glib/gmain.c:4516 #2 g_main_context_iterate.constprop.0 (context=context@entry=0x7fff78000c30, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4206 #3 0x00007ffff3d13392 in g_main_context_iteration (context=0x7fff78000c30, may_block=1) at ../glib/glib/gmain.c:4276 #4 0x00007ffff608d32c in QEventDispatcherGlib::processEvents (this=0x7fff78000b70, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #5 0x00007ffff603b27c in QEventLoop::exec (this=0x7fff90ff8b00, flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007ffff5e9d49f in QThread::exec (this=<optimized out>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555e30030) at thread/qthread_unix.cpp:331 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 19 (Thread 0x7fffb4ff96c0 (LWP 225574) "dolphin:shlo3"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7f08) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7eb8, cond=0x555555cd7ee0) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7ee0, mutex=0x555555cd7eb8) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 18 (Thread 0x7fffb57fa6c0 (LWP 225573) "dolphin:shlo2"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7f08) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7eb8, cond=0x555555cd7ee0) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7ee0, mutex=0x555555cd7eb8) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 17 (Thread 0x7fffb5ffb6c0 (LWP 225572) "dolphin:shlo1"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7f08) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7eb8, cond=0x555555cd7ee0) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7ee0, mutex=0x555555cd7eb8) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 16 (Thread 0x7fffb67fc6c0 (LWP 225571) "dolphin:shlo0"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7f08) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7f08, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7eb8, cond=0x555555cd7ee0) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7ee0, mutex=0x555555cd7eb8) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 15 (Thread 0x7fffb6ffd6c0 (LWP 225570) "dolphin:sh8"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 14 (Thread 0x7fffb77fe6c0 (LWP 225569) "dolphin:sh7"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 13 (Thread 0x7fffb7fff6c0 (LWP 225568) "dolphin:sh6"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 12 (Thread 0x7fffd4d476c0 (LWP 225567) "dolphin:sh5"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 11 (Thread 0x7fffd55486c0 (LWP 225566) "dolphin:sh4"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 10 (Thread 0x7fffd5d496c0 (LWP 225565) "dolphin:sh3"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 9 (Thread 0x7fffd654a6c0 (LWP 225564) "dolphin:sh2"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 8 (Thread 0x7fffd6d4b6c0 (LWP 225563) "dolphin:sh1"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 7 (Thread 0x7fffd754c6c0 (LWP 225562) "dolphin:sh0"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cd7998) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cd7998, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cd7948, cond=0x555555cd7970) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cd7970, mutex=0x555555cd7948) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 6 (Thread 0x7fffeca546c0 (LWP 225561) "dolphin:disk$0"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cc7e48) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cc7e48, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cc7e48, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cc7df8, cond=0x555555cc7e20) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cc7e20, mutex=0x555555cc7df8) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 5 (Thread 0x7fffed3966c0 (LWP 225560) "dolphin:cs0"): #0 __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x555555cce350) at futex-internal.c:57 #1 __futex_abstimed_wait_common (futex_word=futex_word@entry=0x555555cce350, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87 #2 0x00007ffff5a1b3af in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x555555cce350, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139 #3 0x00007ffff5a1db60 in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x555555cce300, cond=0x555555cce328) at pthread_cond_wait.c:503 #4 ___pthread_cond_wait (cond=0x555555cce328, mutex=0x555555cce300) at pthread_cond_wait.c:618 #5 0x00007fffde6bbc5c in cnd_wait () at ../mesa-22.1.7/include/c11/threads_posix.h:155 #6 util_queue_thread_func () at ../mesa-22.1.7/src/util/u_queue.c:294 #7 0x00007fffde6b535c in impl_thrd_routine () at ../mesa-22.1.7/include/c11/threads_posix.h:87 #8 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #9 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 4 (Thread 0x7fffee27a6c0 (LWP 225543) "dolphin"): #0 pselect64_syscall (sigmask=<optimized out>, timeout=<optimized out>, exceptfds=0x0, writefds=0x0, readfds=0x7fffee271a10, nfds=13) at ../sysdeps/unix/sysv/linux/pselect.c:34 #1 __pselect (nfds=13, readfds=0x7fffee271a10, writefds=0x0, exceptfds=0x0, timeout=<optimized out>, sigmask=<optimized out>) at ../sysdeps/unix/sysv/linux/pselect.c:56 #2 0x00007ffff317b524 in ?? () from /usr/lib/libusbmuxd-2.0.so.6 #3 0x00007ffff317c8a9 in ?? () from /usr/lib/libusbmuxd-2.0.so.6 #4 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #5 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 3 (Thread 0x7fffef48b6c0 (LWP 225542) "QDBusConnection"): #0 0x00007ffff5a92e9f in __GI___poll (fds=0x7fffe0015910, nfds=4, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff3d6bf68 in g_main_context_poll (priority=<optimized out>, n_fds=4, fds=0x7fffe0015910, timeout=<optimized out>, context=0x7fffe0000c30) at ../glib/glib/gmain.c:4516 #2 g_main_context_iterate.constprop.0 (context=context@entry=0x7fffe0000c30, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4206 #3 0x00007ffff3d13392 in g_main_context_iteration (context=0x7fffe0000c30, may_block=1) at ../glib/glib/gmain.c:4276 #4 0x00007ffff608d32c in QEventDispatcherGlib::processEvents (this=0x7fffe0000b70, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #5 0x00007ffff603b27c in QEventLoop::exec (this=0x7fffef48aad0, flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007ffff5e9d49f in QThread::exec (this=this@entry=0x7ffff70cc560 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007ffff7070cba in QDBusConnectionManager::run (this=0x7ffff70cc560 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at /usr/src/debug/qtbase/src/dbus/qdbusconnection.cpp:179 #8 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x7ffff70cc560 <(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at thread/qthread_unix.cpp:331 #9 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #10 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 2 (Thread 0x7fffeffcf6c0 (LWP 225376) "QXcbEventQueue"): #0 0x00007ffff5a92e9f in __GI___poll (fds=0x7fffeffcea08, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff482b20b in ?? () from /usr/lib/libxcb.so.1 #2 0x00007ffff482cccd in xcb_wait_for_event () from /usr/lib/libxcb.so.1 #3 0x00007ffff00ee652 in QXcbEventQueue::run (this=0x555555693c10) at /usr/src/debug/qtbase/src/plugins/platforms/xcb/qxcbeventqueue.cpp:228 #4 0x00007ffff5e9a2ca in QThreadPrivate::start (arg=0x555555693c10) at thread/qthread_unix.cpp:331 #5 0x00007ffff5a1e78d in start_thread (arg=<optimized out>) at pthread_create.c:442 #6 0x00007ffff5a9f8e4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 Thread 1 (Thread 0x7ffff0759a80 (LWP 224650) "dolphin"): #0 0x00007ffff5a92e9f in __GI___poll (fds=0x55555624f520, nfds=11, timeout=15) at ../sysdeps/unix/sysv/linux/poll.c:29 #1 0x00007ffff3d6bf68 in g_main_context_poll (priority=<optimized out>, n_fds=11, fds=0x55555624f520, timeout=<optimized out>, context=0x7fffe8005010) at ../glib/glib/gmain.c:4516 #2 g_main_context_iterate.constprop.0 (context=context@entry=0x7fffe8005010, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4206 #3 0x00007ffff3d13392 in g_main_context_iteration (context=0x7fffe8005010, may_block=1) at ../glib/glib/gmain.c:4276 #4 0x00007ffff608d32c in QEventDispatcherGlib::processEvents (this=0x555555765490, flags=...) at kernel/qeventdispatcher_glib.cpp:423 #5 0x00007ffff603b27c in QEventLoop::exec (this=0x7fffffffe0c0, flags=...) at ../../include/QtCore/../../src/corelib/global/qflags.h:69 #6 0x00007ffff6045da9 in QCoreApplication::exec () at ../../include/QtCore/../../src/corelib/global/qflags.h:121 #7 0x00007ffff6412092 in QGuiApplication::exec () at kernel/qguiapplication.cpp:1867 #8 0x00007ffff6ab8f4a in QApplication::exec () at kernel/qapplication.cpp:2829 #9 0x000055555559acbb in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/dolphin-22.08.0/src/main.cpp:246 *** This bug has been marked as a duplicate of bug 477425 *** |