Bug 497021

Summary: Crash when using smb:// and mtp://
Product: [Applications] dolphin Reporter: Nicolas Fella <nicolas.fella>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: crash CC: akselmo, kdedev, kfm-devel, nate, parag.lkml, saiyaken.phoenix
Priority: NOR Keywords: drkonqi, regression
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 24.12.1
Sentry Crash Report: https://crash-reports.kde.org/organizations/kde/issues/102472/events/10b9382f6304427fb4b179acaa7ed6ec/

Description Nicolas Fella 2024-12-04 01:00:40 UTC
Application: dolphin (25.03.70)
 (Compiled from sources)
ApplicationNotResponding [ANR]: false
Qt Version: 6.8.2
Frameworks Version: 6.9.0
Operating System: Linux 6.11.10-300.fc41.x86_64 x86_64
Windowing System: Wayland
Distribution: "Fedora Linux 41 (KDE Plasma)"
DrKonqi: 6.2.80 [CoredumpBackend]

-- Information about the crash:
Run 'dolphin smb:/'

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr<char []> = {get() = 0x0}

warning: Can't open file /memfd:wayland-shm (deleted) during file-backed mapping note processing
[New LWP 154067]
[New LWP 154070]
[New LWP 154071]
[New LWP 154069]
[New LWP 154072]
[New LWP 154073]
[New LWP 154076]
[New LWP 154092]
[New LWP 154077]
[New LWP 154074]
[New LWP 154075]
[New LWP 154091]
[New LWP 154106]
[New LWP 154120]
[New LWP 154093]
[New LWP 154105]
[New LWP 154103]
[New LWP 154094]
[New LWP 154111]
[New LWP 154100]
[New LWP 154114]
[New LWP 154104]
[New LWP 154115]
[New LWP 154107]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `dolphin smb:/'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
44	      return INTERNAL_SYSCALL_ERROR_P (ret) ? INTERNAL_SYSCALL_ERRNO (ret) : 0;
[Current thread is 1 (Thread 0x7fc16935fd80 (LWP 154067))]

Cannot QML trace cores :(
/home/nico/kde/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py:516: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
  boot_time = datetime.utcfromtimestamp(psutil.boot_time()).strftime('%Y-%m-%dT%H:%M:%S')
/home/nico/kde/usr/share/drkonqi/gdb/python/gdb_preamble/preamble.py:533: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
  'timestamp': datetime.utcnow().isoformat(),
[Current thread is 1 (Thread 0x7fc16935fd80 (LWP 154067))]

Thread 24 (Thread 0x7fc117fff6c0 (LWP 154107)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce58a374, expected=0, op=137, abstime=0x7fc117ffe720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce58a374, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc117ffe720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce58a374, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc117ffe720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558cce58a348, mutex=<optimized out>, clockid=1, abstime=0x7fc117ffe720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558cce58a348, mutex=<optimized out>, abstime=0x7fc117ffe720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558cce58a320, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558cce59fa60, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558cce59fa50) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558cce59fa50) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 23 (Thread 0x7fc1148726c0 (LWP 154115)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x7fc114871550, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16fea20c1 in ppoll (__fds=<optimized out>, __nfds=<optimized out>, __timeout=<optimized out>, __ss=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#2  qt_ppoll (fds=0x7fc114871550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:103
#3  qt_ppoll (fds=0x7fc114871550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#4  qt_safe_poll (fds=fds@entry=0x7fc114871550, nfds=nfds@entry=1, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:126
#5  0x00007fc171710e42 in QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fc0d0003020, deadline=..., checkRead=checkRead@entry=true, checkWrite=<optimized out>, selectForRead=selectForRead@entry=0x7fc11487163e, selectForWrite=0x7fc11487163f) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine_unix.cpp:1371
#6  0x00007fc171684e49 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fc0d0002860, readyToRead=0x7fc11487163e, readyToWrite=<optimized out>, checkRead=true, checkWrite=<optimized out>, deadline=..., timedOut=0x0) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine.cpp:1084
#7  0x00007fc1716807a4 in QAbstractSocket::waitForReadyRead (this=0x7fc0d0002468, msecs=-1) at /home/nico/workspace/qt6/qtbase/src/network/socket/qabstractsocket.cpp:2168
#8  0x00007fc172c7185a in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fc0d0001e50, ms=-1) at /home/nico/kde/src/kio/src/core/connectionbackend.cpp:153
#9  0x00007fc172c72fe5 in KIO::Connection::waitForIncomingTask (this=<optimized out>, ms=ms@entry=-1) at /home/nico/kde/src/kio/src/core/connection.cpp:214
#10 0x00007fc172cc0291 in KIO::SlaveBase::dispatchLoop (this=0x7fc0d0001440) at /usr/include/c++/14/bits/unique_ptr.h:193
#11 0x00007fc172d73eed in KIO::WorkerThread::run (this=0x558ccf187ec0) at /home/nico/kde/src/kio/src/core/workerthread.cpp:47
#12 0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#13 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#14 QThreadPrivate::start (arg=0x558ccf187ec0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#15 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#16 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 22 (Thread 0x7fc1218746c0 (LWP 154104)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce5af810, expected=0, op=137, abstime=0x7fc121873720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce5af810, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc121873720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce5af810, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc121873720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558cce5af7e8, mutex=<optimized out>, clockid=1, abstime=0x7fc121873720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558cce5af7e8, mutex=<optimized out>, abstime=0x7fc121873720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558cce5af7c0, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558ccf0a3d00, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558ccf0a3cf0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558ccf0a3cf0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 21 (Thread 0x7fc1150736c0 (LWP 154114)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x7fc115072550, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16fea20c1 in ppoll (__fds=<optimized out>, __nfds=<optimized out>, __timeout=<optimized out>, __ss=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#2  qt_ppoll (fds=0x7fc115072550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:103
#3  qt_ppoll (fds=0x7fc115072550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#4  qt_safe_poll (fds=fds@entry=0x7fc115072550, nfds=nfds@entry=1, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:126
#5  0x00007fc171710e42 in QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fc0d4003020, deadline=..., checkRead=checkRead@entry=true, checkWrite=<optimized out>, selectForRead=selectForRead@entry=0x7fc11507263e, selectForWrite=0x7fc11507263f) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine_unix.cpp:1371
#6  0x00007fc171684e49 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fc0d4002860, readyToRead=0x7fc11507263e, readyToWrite=<optimized out>, checkRead=true, checkWrite=<optimized out>, deadline=..., timedOut=0x0) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine.cpp:1084
#7  0x00007fc1716807a4 in QAbstractSocket::waitForReadyRead (this=0x7fc0d4002468, msecs=-1) at /home/nico/workspace/qt6/qtbase/src/network/socket/qabstractsocket.cpp:2168
#8  0x00007fc172c7185a in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fc0d4001e50, ms=-1) at /home/nico/kde/src/kio/src/core/connectionbackend.cpp:153
#9  0x00007fc172c72fe5 in KIO::Connection::waitForIncomingTask (this=<optimized out>, ms=ms@entry=-1) at /home/nico/kde/src/kio/src/core/connection.cpp:214
#10 0x00007fc172cc0291 in KIO::SlaveBase::dispatchLoop (this=0x7fc0d4001440) at /usr/include/c++/14/bits/unique_ptr.h:193
#11 0x00007fc172d73eed in KIO::WorkerThread::run (this=0x558ccf2c2460) at /home/nico/kde/src/kio/src/core/workerthread.cpp:47
#12 0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#13 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#14 QThreadPrivate::start (arg=0x558ccf2c2460) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#15 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#16 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 20 (Thread 0x7fc12e8ae6c0 (LWP 154100)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x7fc12e8ad550, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16fea20c1 in ppoll (__fds=<optimized out>, __nfds=<optimized out>, __timeout=<optimized out>, __ss=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#2  qt_ppoll (fds=0x7fc12e8ad550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:103
#3  qt_ppoll (fds=0x7fc12e8ad550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#4  qt_safe_poll (fds=fds@entry=0x7fc12e8ad550, nfds=nfds@entry=1, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:126
#5  0x00007fc171710e42 in QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fc100003550, deadline=..., checkRead=checkRead@entry=true, checkWrite=<optimized out>, selectForRead=selectForRead@entry=0x7fc12e8ad63e, selectForWrite=0x7fc12e8ad63f) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine_unix.cpp:1371
#6  0x00007fc171684e49 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fc100002d10, readyToRead=0x7fc12e8ad63e, readyToWrite=<optimized out>, checkRead=true, checkWrite=<optimized out>, deadline=..., timedOut=0x0) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine.cpp:1084
#7  0x00007fc1716807a4 in QAbstractSocket::waitForReadyRead (this=0x7fc100002468, msecs=-1) at /home/nico/workspace/qt6/qtbase/src/network/socket/qabstractsocket.cpp:2168
#8  0x00007fc172c7185a in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fc100001e50, ms=-1) at /home/nico/kde/src/kio/src/core/connectionbackend.cpp:153
#9  0x00007fc172c72fe5 in KIO::Connection::waitForIncomingTask (this=<optimized out>, ms=ms@entry=-1) at /home/nico/kde/src/kio/src/core/connection.cpp:214
#10 0x00007fc172cc0291 in KIO::SlaveBase::dispatchLoop (this=0x7fc100001440) at /usr/include/c++/14/bits/unique_ptr.h:193
#11 0x00007fc172d73eed in KIO::WorkerThread::run (this=0x558ccf07a730) at /home/nico/kde/src/kio/src/core/workerthread.cpp:47
#12 0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#13 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#14 QThreadPrivate::start (arg=0x558ccf07a730) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#15 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#16 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 19 (Thread 0x7fc1177fe6c0 (LWP 154111)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x7fc1177fd550, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16fea20c1 in ppoll (__fds=<optimized out>, __nfds=<optimized out>, __timeout=<optimized out>, __ss=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#2  qt_ppoll (fds=0x7fc1177fd550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:103
#3  qt_ppoll (fds=0x7fc1177fd550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#4  qt_safe_poll (fds=fds@entry=0x7fc1177fd550, nfds=nfds@entry=1, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:126
#5  0x00007fc171710e42 in QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fc0dc003020, deadline=..., checkRead=checkRead@entry=true, checkWrite=<optimized out>, selectForRead=selectForRead@entry=0x7fc1177fd63e, selectForWrite=0x7fc1177fd63f) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine_unix.cpp:1371
#6  0x00007fc171684e49 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fc0dc002860, readyToRead=0x7fc1177fd63e, readyToWrite=<optimized out>, checkRead=true, checkWrite=<optimized out>, deadline=..., timedOut=0x0) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine.cpp:1084
#7  0x00007fc1716807a4 in QAbstractSocket::waitForReadyRead (this=0x7fc0dc002468, msecs=-1) at /home/nico/workspace/qt6/qtbase/src/network/socket/qabstractsocket.cpp:2168
#8  0x00007fc172c7185a in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fc0dc001e50, ms=-1) at /home/nico/kde/src/kio/src/core/connectionbackend.cpp:153
#9  0x00007fc172c72fe5 in KIO::Connection::waitForIncomingTask (this=<optimized out>, ms=ms@entry=-1) at /home/nico/kde/src/kio/src/core/connection.cpp:214
#10 0x00007fc172cc0291 in KIO::SlaveBase::dispatchLoop (this=0x7fc0dc001440) at /usr/include/c++/14/bits/unique_ptr.h:193
#11 0x00007fc172d73eed in KIO::WorkerThread::run (this=0x558ccefd95c0) at /home/nico/kde/src/kio/src/core/workerthread.cpp:47
#12 0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#13 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#14 QThreadPrivate::start (arg=0x558ccefd95c0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#15 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#16 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 18 (Thread 0x7fc1397fa6c0 (LWP 154094)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x558ccef2abe0, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16d0268a3 in ppoll (__fds=0x558ccef2abe0, __nfds=1, __timeout=0x0, __ss=0x0) at /usr/include/bits/poll2.h:101
#2  g_main_context_poll_unlocked (priority=<optimized out>, context=0x7fc104000c90, timeout_usec=<optimized out>, fds=0x558ccef2abe0, n_fds=1) at ../glib/gmain.c:4591
#3  g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fc104000c90, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4268
#4  0x00007fc16cfc7783 in g_main_context_iteration (context=0x7fc104000c90, may_block=1) at ../glib/gmain.c:4338
#5  0x00007fc16ffda773 in QEventDispatcherGlib::processEvents (this=0x7fc104000ba0, flags=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399
#6  0x00007fc16fceab7b in QEventLoop::exec (this=this@entry=0x7fc1397f97d0, flags=..., flags@entry=...) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:34
#7  0x00007fc16fe03bc5 in QThread::exec (this=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:74
#8  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#9  (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#10 QThreadPrivate::start (arg=0x558ccef63360) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#11 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#12 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 17 (Thread 0x7fc123fff6c0 (LWP 154103)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558ccf129914, expected=0, op=137, abstime=0x7fc123ffe720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558ccf129914, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc123ffe720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558ccf129914, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc123ffe720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558ccf1298e8, mutex=<optimized out>, clockid=1, abstime=0x7fc123ffe720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558ccf1298e8, mutex=<optimized out>, abstime=0x7fc123ffe720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558ccf1298c0, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558ccf186c20, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558ccf186c10) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558ccf186c10) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 16 (Thread 0x7fc1210736c0 (LWP 154105)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce59f954, expected=0, op=137, abstime=0x7fc121072720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce59f954, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc121072720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce59f954, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc121072720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558cce59f928, mutex=<optimized out>, clockid=1, abstime=0x7fc121072720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558cce59f928, mutex=<optimized out>, abstime=0x7fc121072720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558cce59f900, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558ccf277260, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558ccf277250) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558ccf277250) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 15 (Thread 0x7fc139ffb6c0 (LWP 154093)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558ccea63b74, expected=0, op=137, abstime=0x7fc139ffa720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558ccea63b74, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc139ffa720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558ccea63b74, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc139ffa720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558ccea63b48, mutex=<optimized out>, clockid=1, abstime=0x7fc139ffa720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558ccea63b48, mutex=<optimized out>, abstime=0x7fc139ffa720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558ccea63b20, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558cce819ef0, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558cce819ee0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558cce819ee0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 14 (Thread 0x7fc0fffff6c0 (LWP 154120)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x7fc0ffffe550, nfds=nfds@entry=1, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16fea20c1 in ppoll (__fds=<optimized out>, __nfds=<optimized out>, __timeout=<optimized out>, __ss=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#2  qt_ppoll (fds=0x7fc0ffffe550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:103
#3  qt_ppoll (fds=0x7fc0ffffe550, nfds=1, timeout_ts=0x0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:100
#4  qt_safe_poll (fds=fds@entry=0x7fc0ffffe550, nfds=nfds@entry=1, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcore_unix.cpp:126
#5  0x00007fc171710e42 in QNativeSocketEnginePrivate::nativeSelect (this=this@entry=0x7fc0c8003020, deadline=..., checkRead=checkRead@entry=true, checkWrite=<optimized out>, selectForRead=selectForRead@entry=0x7fc0ffffe63e, selectForWrite=0x7fc0ffffe63f) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine_unix.cpp:1371
#6  0x00007fc171684e49 in QNativeSocketEngine::waitForReadOrWrite (this=0x7fc0c8002860, readyToRead=0x7fc0ffffe63e, readyToWrite=<optimized out>, checkRead=true, checkWrite=<optimized out>, deadline=..., timedOut=0x0) at /home/nico/workspace/qt6/qtbase/src/network/socket/qnativesocketengine.cpp:1084
#7  0x00007fc1716807a4 in QAbstractSocket::waitForReadyRead (this=0x7fc0c8002468, msecs=-1) at /home/nico/workspace/qt6/qtbase/src/network/socket/qabstractsocket.cpp:2168
#8  0x00007fc172c7185a in KIO::ConnectionBackend::waitForIncomingTask (this=0x7fc0c8001e50, ms=-1) at /home/nico/kde/src/kio/src/core/connectionbackend.cpp:153
#9  0x00007fc172c72fe5 in KIO::Connection::waitForIncomingTask (this=<optimized out>, ms=ms@entry=-1) at /home/nico/kde/src/kio/src/core/connection.cpp:214
#10 0x00007fc172cc0291 in KIO::SlaveBase::dispatchLoop (this=0x7fc0c8001440) at /usr/include/c++/14/bits/unique_ptr.h:193
#11 0x00007fc172d73eed in KIO::WorkerThread::run (this=0x558ccf3264c0) at /home/nico/kde/src/kio/src/core/workerthread.cpp:47
#12 0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#13 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#14 QThreadPrivate::start (arg=0x558ccf3264c0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#15 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#16 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 13 (Thread 0x7fc1208726c0 (LWP 154106)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558ccf24cc40, expected=0, op=137, abstime=0x7fc120871720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558ccf24cc40, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc120871720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558ccf24cc40, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc120871720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558ccf24cc18, mutex=<optimized out>, clockid=1, abstime=0x7fc120871720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558ccf24cc18, mutex=<optimized out>, abstime=0x7fc120871720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558ccf24cbf0, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558ccf258c50, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558ccf258c40) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558ccf258c40) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 12 (Thread 0x7fc13affd6c0 (LWP 154091)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce8c9474, expected=0, op=137, abstime=0x7fc13affc720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce8c9474, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc13affc720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce8c9474, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc13affc720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558cce8c9448, mutex=<optimized out>, clockid=1, abstime=0x7fc13affc720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558cce8c9448, mutex=<optimized out>, abstime=0x7fc13affc720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558cce8c9420, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558cceaa9dc0, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558cceaa9db0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558cceaa9db0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 11 (Thread 0x7fc150bfe6c0 (LWP 154075)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce680fa0, expected=0, op=393, abstime=0x0, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce680fa0, 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  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce680fa0, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67bdf9 in __pthread_cond_wait_common (cond=0x558cce680f78, mutex=<optimized out>, clockid=0, abstime=0x0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x558cce680f78, mutex=<optimized out>) at pthread_cond_wait.c:618
#5  0x00007fc1514be89d in cnd_wait (cond=<optimized out>, mtx=<optimized out>) at ../src/c11/impl/threads_posix.c:135
#6  0x00007fc15149ac2b in util_queue_thread_func (input=input@entry=0x558cce6f99f0) at ../src/util/u_queue.c:290
#7  0x00007fc1514be7cc in impl_thrd_routine (p=<optimized out>) at ../src/c11/impl/threads_posix.c:67
#8  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#9  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 10 (Thread 0x7fc1513ff6c0 (LWP 154074)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce680df4, expected=0, op=393, abstime=0x0, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce680df4, 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  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce680df4, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67bdf9 in __pthread_cond_wait_common (cond=0x558cce680dc8, mutex=<optimized out>, clockid=0, abstime=0x0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x558cce680dc8, mutex=<optimized out>) at pthread_cond_wait.c:618
#5  0x00007fc1514be89d in cnd_wait (cond=<optimized out>, mtx=<optimized out>) at ../src/c11/impl/threads_posix.c:135
#6  0x00007fc15149ac2b in util_queue_thread_func (input=input@entry=0x558cce6f96e0) at ../src/util/u_queue.c:290
#7  0x00007fc1514be7cc in impl_thrd_routine (p=<optimized out>) at ../src/c11/impl/threads_posix.c:67
#8  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#9  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 9 (Thread 0x7fc13b7fe6c0 (LWP 154077)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce75cc38, expected=0, op=393, abstime=0x0, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce75cc38, 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  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce75cc38, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67bdf9 in __pthread_cond_wait_common (cond=0x558cce75cc10, mutex=<optimized out>, clockid=0, abstime=0x0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x558cce75cc10, mutex=<optimized out>) at pthread_cond_wait.c:618
#5  0x00007fc1514be89d in cnd_wait (cond=<optimized out>, mtx=<optimized out>) at ../src/c11/impl/threads_posix.c:135
#6  0x00007fc15149ac2b in util_queue_thread_func (input=input@entry=0x558cce792a20) at ../src/util/u_queue.c:290
#7  0x00007fc1514be7cc in impl_thrd_routine (p=<optimized out>) at ../src/c11/impl/threads_posix.c:67
#8  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#9  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 8 (Thread 0x7fc13a7fc6c0 (LWP 154092)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce9179c0, expected=0, op=137, abstime=0x7fc13a7fb720, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce9179c0, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc13a7fb720, private=private@entry=0, cancel=cancel@entry=true) at futex-internal.c:87
#2  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce9179c0, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7fc13a7fb720, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67c162 in __pthread_cond_wait_common (cond=0x558cce917998, mutex=<optimized out>, clockid=1, abstime=0x7fc13a7fb720) at pthread_cond_wait.c:503
#4  ___pthread_cond_timedwait64 (cond=0x558cce917998, mutex=<optimized out>, abstime=0x7fc13a7fb720) at pthread_cond_wait.c:643
#5  0x00007fc16feb20b7 in QWaitConditionPrivate::wait_relative (this=<optimized out>, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:95
#6  QWaitConditionPrivate::wait (this=0x558cce917970, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:103
#7  QWaitCondition::wait (this=this@entry=0x558cce7b9420, mutex=mutex@entry=0x558cce925e08, deadline=...) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qwaitcondition_unix.cpp:183
#8  0x00007fc16feaede3 in QThreadPoolThread::run (this=0x558cce7b9410) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthreadpool.cpp:118
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x558cce7b9410) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 7 (Thread 0x7fc13bfff6c0 (LWP 154076)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce708f68, expected=0, op=393, abstime=0x0, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce708f68, 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  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce708f68, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67bdf9 in __pthread_cond_wait_common (cond=0x558cce708f40, mutex=<optimized out>, clockid=0, abstime=0x0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x558cce708f40, mutex=<optimized out>) at pthread_cond_wait.c:618
#5  0x00007fc1514be89d in cnd_wait (cond=<optimized out>, mtx=<optimized out>) at ../src/c11/impl/threads_posix.c:135
#6  0x00007fc15149ac2b in util_queue_thread_func (input=input@entry=0x558cce74d710) at ../src/util/u_queue.c:290
#7  0x00007fc1514be7cc in impl_thrd_routine (p=<optimized out>) at ../src/c11/impl/threads_posix.c:67
#8  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#9  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 6 (Thread 0x7fc158e476c0 (LWP 154073)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce6cc8c8, expected=0, op=393, abstime=0x0, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce6cc8c8, 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  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce6cc8c8, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67bdf9 in __pthread_cond_wait_common (cond=0x558cce6cc8a0, mutex=<optimized out>, clockid=0, abstime=0x0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x558cce6cc8a0, mutex=<optimized out>) at pthread_cond_wait.c:618
#5  0x00007fc1514be89d in cnd_wait (cond=<optimized out>, mtx=<optimized out>) at ../src/c11/impl/threads_posix.c:135
#6  0x00007fc15149ac2b in util_queue_thread_func (input=input@entry=0x558cce6c75b0) at ../src/util/u_queue.c:290
#7  0x00007fc1514be7cc in impl_thrd_routine (p=<optimized out>) at ../src/c11/impl/threads_posix.c:67
#8  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#9  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 5 (Thread 0x7fc1597896c0 (LWP 154072)):
#0  0x00007fc16f6793a9 in __futex_abstimed_wait_common64 (private=0, futex_word=0x558cce67fcfc, expected=0, op=393, abstime=0x0, cancel=true) at futex-internal.c:57
#1  __futex_abstimed_wait_common (futex_word=futex_word@entry=0x558cce67fcfc, 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  0x00007fc16f67942f in __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x558cce67fcfc, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at futex-internal.c:139
#3  0x00007fc16f67bdf9 in __pthread_cond_wait_common (cond=0x558cce67fcd0, mutex=<optimized out>, clockid=0, abstime=0x0) at pthread_cond_wait.c:503
#4  ___pthread_cond_wait (cond=0x558cce67fcd0, mutex=<optimized out>) at pthread_cond_wait.c:618
#5  0x00007fc1514be89d in cnd_wait (cond=<optimized out>, mtx=<optimized out>) at ../src/c11/impl/threads_posix.c:135
#6  0x00007fc15149ac2b in util_queue_thread_func (input=input@entry=0x558cce681bb0) at ../src/util/u_queue.c:290
#7  0x00007fc1514be7cc in impl_thrd_routine (p=<optimized out>) at ../src/c11/impl/threads_posix.c:67
#8  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#9  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 4 (Thread 0x7fc15b3ff6c0 (LWP 154069)):
#0  0x00007fc16f6f3470 in __GI_ppoll (fds=fds@entry=0x558ccf0c8980, nfds=nfds@entry=4, timeout=<optimized out>, timeout@entry=0x0, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x00007fc16d0268a3 in ppoll (__fds=0x558ccf0c8980, __nfds=4, __timeout=0x0, __ss=0x0) at /usr/include/bits/poll2.h:101
#2  g_main_context_poll_unlocked (priority=<optimized out>, context=0x7fc154000cb0, timeout_usec=<optimized out>, fds=0x558ccf0c8980, n_fds=4) at ../glib/gmain.c:4591
#3  g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fc154000cb0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4268
#4  0x00007fc16cfc7783 in g_main_context_iteration (context=0x7fc154000cb0, may_block=1) at ../glib/gmain.c:4338
#5  0x00007fc16ffda773 in QEventDispatcherGlib::processEvents (this=0x7fc154000ba0, flags=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399
#6  0x00007fc16fceab7b in QEventLoop::exec (this=this@entry=0x7fc15b3fe780, flags=..., flags@entry=...) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:34
#7  0x00007fc16fe03bc5 in QThread::exec (this=this@entry=0x7fc17199fcc0 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS__q_manager> >::instance()::holder>) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:74
#8  0x00007fc1718ee701 in QDBusConnectionManager::run (this=0x7fc17199fcc0 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS__q_manager> >::instance()::holder>) at /home/nico/workspace/qt6/qtbase/src/dbus/qdbusconnectionmanager.cpp:144
#9  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#10 (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#11 QThreadPrivate::start (arg=0x7fc17199fcc0 <QGlobalStatic<QtGlobalStatic::Holder<(anonymous namespace)::Q_QGS__q_manager> >::instance()::holder>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#12 0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#13 0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 3 (Thread 0x7fc159ffe6c0 (LWP 154071)):
#0  0x00007fc16f6f2f3d in __GI___poll (fds=fds@entry=0x7fc159ffd7c0, nfds=nfds@entry=2, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007fc16d310425 in poll (__fds=0x7fc159ffd7c0, __nfds=2, __timeout=-1) at /usr/include/bits/poll2.h:44
#2  QtWaylandClient::EventThread::run (this=0x558cce5cce10) at /home/nico/workspace/qt6/qtwayland/src/client/qwaylanddisplay.cpp:182
#3  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#4  (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#5  QThreadPrivate::start (arg=0x558cce5cce10) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#6  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#7  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 2 (Thread 0x7fc15a7ff6c0 (LWP 154070)):
#0  0x00007fc16f6f2f3d in __GI___poll (fds=fds@entry=0x7fc15a7fe7c0, nfds=nfds@entry=2, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007fc16d310425 in poll (__fds=0x7fc15a7fe7c0, __nfds=2, __timeout=-1) at /usr/include/bits/poll2.h:44
#2  QtWaylandClient::EventThread::run (this=0x558cce58ace0) at /home/nico/workspace/qt6/qtwayland/src/client/qwaylanddisplay.cpp:182
#3  0x00007fc16fea55c7 in operator() (__closure=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:362
#4  (anonymous namespace)::terminate_on_exception<QThreadPrivate::start(void*)::<lambda()> > (t=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:298
#5  QThreadPrivate::start (arg=0x558cce58ace0) at /home/nico/workspace/qt6/qtbase/src/corelib/thread/qthread_unix.cpp:326
#6  0x00007fc16f67ccd7 in start_thread (arg=<optimized out>) at pthread_create.c:448
#7  0x00007fc16f700c8c in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78

Thread 1 (Thread 0x7fc16935fd80 (LWP 154067)):
[KCrash Handler]
#5  0x00007fc170f62493 in QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::get (this=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/tools/qscopedpointer.h:112
#6  qGetPtrHelper<QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> > > (ptr=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qtclasshelpermacros.h:103
#7  QAbstractButton::d_func (this=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/widgets/widgets/qabstractbutton.h:116
#8  QAbstractButton::setChecked (this=0x0, checked=false) at /home/nico/workspace/qt6/qtbase/src/widgets/widgets/qabstractbutton.cpp:586
#9  0x0000558cc2e9f35e in DolphinSearchBox::setSearchPath (this=0x558ccef1bc80, url=...) at /home/nico/kde/src/dolphin/src/search/dolphinsearchbox.cpp:90
#10 0x0000558cc2e77d64 in DolphinViewContainer::redirect (this=0x558cceffc3b0, oldUrl=<optimized out>, newUrl=...) at /home/nico/kde/src/dolphin/src/dolphinviewcontainer.cpp:900
#11 0x00007fc16fd445c1 in QtPrivate::QSlotObjectBase::call (this=0x558ccf026990, r=<optimized out>, a=0x7fffa5dbb2e0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486
#12 doActivate<false> (sender=0x558ccf0412c0, signal_index=38, argv=0x7fffa5dbb2e0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4124
#13 0x00007fc16fd3aba7 in QMetaObject::activate (sender=sender@entry=0x558ccf0412c0, m=m@entry=0x7fc173817440 <DolphinView::staticMetaObject>, local_signal_index=local_signal_index@entry=31, argv=argv@entry=0x7fffa5dbb2e0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4184
#14 0x00007fc17372bde0 in DolphinView::redirection (this=this@entry=0x558ccf0412c0, _t1=..., _t2=...) at /home/nico/kde/build/dolphin/src/dolphinprivate_autogen/include/moc_dolphinview.cpp:1528
#15 0x00007fc17372ce6e in DolphinView::slotDirectoryRedirection (this=0x558ccf0412c0, oldUrl=..., newUrl=...) at /home/nico/kde/src/dolphin/src/views/dolphinview.cpp:1730
#16 DolphinView::slotDirectoryRedirection (this=0x558ccf0412c0, oldUrl=..., newUrl=...) at /home/nico/kde/src/dolphin/src/views/dolphinview.cpp:1727
#17 0x00007fc16fd445c1 in QtPrivate::QSlotObjectBase::call (this=0x558ccf090300, r=<optimized out>, a=0x7fffa5dbb450) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486
#18 doActivate<false> (sender=0x558ccf041b10, signal_index=19, argv=0x7fffa5dbb450) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4124
#19 0x00007fc16fd3aba7 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7fc173811740 <KFileItemModel::staticMetaObject>, local_signal_index=local_signal_index@entry=8, argv=argv@entry=0x7fffa5dbb450) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4184
#20 0x00007fc1736804d0 in KFileItemModel::directoryRedirection (this=<optimized out>, _t1=<optimized out>, _t2=<optimized out>) at /home/nico/kde/build/dolphin/src/dolphinprivate_autogen/include/moc_kfileitemmodel.cpp:428
#21 0x00007fc16fd445c1 in QtPrivate::QSlotObjectBase::call (this=0x558ccf0428f0, r=<optimized out>, a=0x7fffa5dbb570) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486
#22 doActivate<false> (sender=0x558ccf041d90, signal_index=8, argv=0x7fffa5dbb570) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4124
#23 0x00007fc16fd3aba7 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7fc172e12f40 <KCoreDirLister::staticMetaObject>, local_signal_index=local_signal_index@entry=5, argv=argv@entry=0x7fffa5dbb570) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4184
#24 0x00007fc172d30210 in KCoreDirLister::redirection (this=<optimized out>, _t1=<optimized out>, _t2=<optimized out>) at /home/nico/kde/build/kio/src/core/KF6KIOCore_autogen/include/moc_kcoredirlister.cpp:514
#25 0x00007fc172d462d9 in KCoreDirListerCache::slotRedirection (this=0x558ccebe5850, j=0x558ccf08df80, url=<optimized out>) at /home/nico/kde/src/kio/src/core/kcoredirlister.cpp:1378
#26 0x00007fc16fd445c1 in QtPrivate::QSlotObjectBase::call (this=0x558ccf08b520, r=<optimized out>, a=0x7fffa5dbb890) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486
#27 doActivate<false> (sender=0x558ccf08df80, signal_index=21, argv=0x7fffa5dbb890) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4124
#28 0x00007fc16fd3aba7 in QMetaObject::activate (sender=<optimized out>, m=m@entry=0x7fc172e10f80 <KIO::ListJob::staticMetaObject>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7fffa5dbb890) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4184
#29 0x00007fc172ced008 in KIO::ListJob::redirection (this=<optimized out>, _t1=<optimized out>, _t2=<optimized out>) at /home/nico/kde/build/kio/src/core/KF6KIOCore_autogen/include/moc_listjob.cpp:271
#30 0x00007fc16fd445c1 in QtPrivate::QSlotObjectBase::call (this=0x558ccf2168b0, r=<optimized out>, a=0x7fffa5dbbb00) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486
#31 doActivate<false> (sender=0x558cce8da500, signal_index=19, argv=0x7fffa5dbbb00) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4124
#32 0x00007fc16fd3aba7 in QMetaObject::activate (sender=sender@entry=0x558cce8da500, m=m@entry=0x7fc172e13740 <KIO::WorkerInterface::staticMetaObject>, local_signal_index=local_signal_index@entry=16, argv=argv@entry=0x7fffa5dbbb00) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4184
#33 0x00007fc172d6cc5b in KIO::WorkerInterface::redirection (this=0x558cce8da500, _t1=...) at /home/nico/kde/build/kio/src/core/KF6KIOCore_autogen/include/moc_workerinterface_p.cpp:596
#34 KIO::WorkerInterface::dispatch (this=0x558cce8da500, _cmd=<optimized out>, rawdata=<optimized out>) at /home/nico/kde/src/kio/src/core/workerinterface.cpp:216
#35 0x00007fc172d697c3 in KIO::WorkerInterface::dispatch (this=0x558cce8da500) at /home/nico/kde/src/kio/src/core/workerinterface.cpp:58
#36 0x00007fc172d6638a in KIO::Worker::gotInput (this=0x558cce8da500) at /home/nico/kde/src/kio/src/core/worker.cpp:260
#37 0x00007fc16fd445c1 in QtPrivate::QSlotObjectBase::call (this=0x558ccf29b010, r=<optimized out>, a=0x7fffa5dbbcf8) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobjectdefs_impl.h:486
#38 doActivate<false> (sender=0x558ccf2991f0, signal_index=3, argv=0x7fffa5dbbcf8) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:4124
#39 0x00007fc16fd35ca2 in QObject::event (this=0x558ccf2991f0, e=0x558ccf1b58e0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qobject.cpp:1419
#40 0x00007fc170e1d338 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x558ccf2991f0, e=0x558ccf1b58e0) at /home/nico/workspace/qt6/qtbase/src/widgets/kernel/qapplication.cpp:3296
#41 0x00007fc16fcdc228 in QCoreApplication::notifyInternal2 (receiver=0x558ccf2991f0, event=0x558ccf1b58e0) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcoreapplication.cpp:1176
#42 0x00007fc16fcdc47d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcoreapplication.cpp:1618
#43 0x00007fc16fcdfa55 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x558cce565710) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcoreapplication.cpp:1974
#44 0x00007fc16fce0e5d in QCoreApplication::sendPostedEvents (receiver=<optimized out>, event_type=<optimized out>) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qcoreapplication.cpp:1806
#45 0x00007fc16ffdb01f in postEventSourceDispatch (s=0x558cce593e70) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246
#46 0x00007fc16cfc628c in g_main_dispatch (context=0x7fc154000f30) at ../glib/gmain.c:3357
#47 g_main_context_dispatch_unlocked (context=0x7fc154000f30) at ../glib/gmain.c:4208
#48 0x00007fc16d0267b8 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fc154000f30, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4273
#49 0x00007fc16cfc7783 in g_main_context_iteration (context=0x7fc154000f30, may_block=1) at ../glib/gmain.c:4338
#50 0x00007fc16ffda773 in QEventDispatcherGlib::processEvents (this=0x558cce568990, flags=...) at /home/nico/workspace/qt6/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399
#51 0x00007fc16fceab7b in QEventLoop::exec (this=this@entry=0x7fffa5dbc280, flags=..., flags@entry=...) at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:34
#52 0x00007fc16fce5d3e in QCoreApplication::exec () at /home/nico/workspace/qt6/qtbase/src/corelib/global/qflags.h:74
#53 0x00007fc1704b703d in QGuiApplication::exec () at /home/nico/workspace/qt6/qtbase/src/gui/kernel/qguiapplication.cpp:1975
#54 0x00007fc170e1d2a9 in QApplication::exec () at /home/nico/workspace/qt6/qtbase/src/widgets/kernel/qapplication.cpp:2564
#55 0x0000558cc2e4dd4c in main (argc=<optimized out>, argv=<optimized out>) at /home/nico/kde/src/dolphin/src/main.cpp:275

Reported using DrKonqi
Comment 2 Nicolas Fella 2024-12-06 17:17:47 UTC
*** Bug 497133 has been marked as a duplicate of this bug. ***
Comment 3 TraceyC 2024-12-11 22:24:06 UTC
*** Bug 497166 has been marked as a duplicate of this bug. ***
Comment 4 Bug Janitor Service 2024-12-13 09:54:01 UTC
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/873
Comment 5 Akseli Lahtinen 2024-12-16 12:25:47 UTC
Git commit 37b081331e19b8b10bc80b8aecc4ff43de2474c0 by Akseli Lahtinen.
Committed on 16/12/2024 at 12:25.
Pushed by akselmo into branch 'master'.

DolphinViewContainer: make sure searchbox is initialized before setSearchPath

If searchBox is not initialized, it can't be updated properly
with setSearchPath due to some buttons not existing.
There is also just no need to update it if it's not initialized.

Make sure we check for it's initialized during setting the search path.

M  +1    -1    src/search/dolphinsearchbox.cpp

https://invent.kde.org/system/dolphin/-/commit/37b081331e19b8b10bc80b8aecc4ff43de2474c0
Comment 6 Akseli Lahtinen 2024-12-16 12:37:54 UTC
Git commit edfd598446cfd6d4348a3bfecd72b5665eef5bfc by Akseli Lahtinen.
Committed on 16/12/2024 at 12:26.
Pushed by akselmo into branch 'release/24.12'.

DolphinViewContainer: make sure searchbox is initialized before setSearchPath

If searchBox is not initialized, it can't be updated properly
with setSearchPath due to some buttons not existing.
There is also just no need to update it if it's not initialized.

Make sure we check for it's initialized during setting the search path.


(cherry picked from commit 37b081331e19b8b10bc80b8aecc4ff43de2474c0)

fa289230 DolphinViewContainer: make sure searchbox is visible before setSearchPath
d0260e60 Check the initialization in setSearchPath

Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev>

M  +1    -1    src/search/dolphinsearchbox.cpp

https://invent.kde.org/system/dolphin/-/commit/edfd598446cfd6d4348a3bfecd72b5665eef5bfc
Comment 7 Nate Graham 2024-12-18 23:30:10 UTC
*** Bug 497623 has been marked as a duplicate of this bug. ***
Comment 8 Nate Graham 2024-12-18 23:30:54 UTC
We might want to consider shipping a 24.12.0.1 with this fix, or asking distros to backport it.