Bug 385333 - kdevelop: crash in recursive(?) cmake invocation
Summary: kdevelop: crash in recursive(?) cmake invocation
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources macOS
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2017-10-03 15:39 UTC by RJVB
Modified: 2021-01-16 04:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RJVB 2017-10-03 15:39:26 UTC
Application: kdevelop (5.1.80)
 (Compiled from sources)
Qt Version: 5.8.0
Frameworks Version: 5.38.0
Operating System: Darwin 13.4.0 x86_64
Distribution (Platform): MacPorts Packages

-- Information about the crash:
- What I was doing when the application crashed:

I was configuring a new build set-up for a project that I had just imported. I had used the Apply button to verify the cmake run result, and then hit OK, probably before waiting for the previous run to finish.

If the dialog doesn't already check whether the changes still need to be applied it should start doing so.

Also, shouldn't AbstractFileManagerPlugin connect to signals from FileManagerListJob via Qt::QueuedConnections

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault: 11
(lldb) process attach --pid 54152
Process 54152 stopped
Executable module set to "/Applications/MacPorts/KF5/kdevelop.app/Contents/MacOS/kdevelop.bin".
Architecture set to: x86_64-apple-macosx.
(lldb) set term-width 200
(lldb) thread info
thread #1: tid = 0x21b454f, 0x00007fff8fb78e20 libsystem_kernel.dylib`__wait4 + 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP

(lldb) bt all
* thread #1: tid = 0x21b454f, 0x00007fff8fb78e20 libsystem_kernel.dylib`__wait4 + 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x00007fff8fb78e20 libsystem_kernel.dylib`__wait4 + 8
    frame #1: 0x000000010a7b5cde libKF5Crash.5.dylib`KCrash::startProcess(int, char const**, bool) [inlined] startProcessInternal(argc=<unavailable>, directly=<unavailable>) + 125 at kcrash.cpp:651
    frame #2: 0x000000010a7b5c61 libKF5Crash.5.dylib`KCrash::startProcess(argc=<unavailable>, argv=<unavailable>, waitAndExit=<unavailable>) + 17 at kcrash.cpp:633
    frame #3: 0x000000010a7b5aa5 libKF5Crash.5.dylib`KCrash::defaultCrashHandler(sig=11) + 1061 at kcrash.cpp:530
    frame #4: 0x00007fff929405aa libsystem_platform.dylib`_sigtramp + 26
    frame #5: 0x000000010ae67f77 libKDevPlatformUtil.52.dylib`KDevelop::Path::Path(KDevelop::Path const&, QString const&) [inlined] QVector<QString>::QVector(QVector<QString> const&) + 1 at qvector.h:363
    frame #6: 0x000000010ae67f76 libKDevPlatformUtil.52.dylib`KDevelop::Path::Path(KDevelop::Path const&, QString const&) [inlined] QVector<QString>::QVector(QVector<QString> const&) at qvector.h:362
    frame #7: 0x000000010ae67f76 libKDevPlatformUtil.52.dylib`KDevelop::Path::Path(this=0x00007fff5587abb8, other=0xd00007f803764109, child=0x00007fff5587ab40) + 22 at path.cpp:125
    frame #8: 0x000000010ea84315 libKDevPlatformProject.52.dylib`KDevelop::ProjectBaseItem::path(this=<unavailable>) const + 37 at projectmodel.cpp:450
    frame #9: 0x000000010ea9e7c6 libKDevPlatformProject.52.dylib`KDevelop::AbstractFileManagerPluginPrivate::addJobItems(this=<unavailable>, job=0x00007f8033b68a30, baseItem=0x00007f8037df0040, entries=<unavailable>) + 758 at abstractfilemanagerplugin.cpp:196
    frame #10: 0x000000010d38afab QtCore`QMetaObject::activate(QObject*, int, int, void**) [inlined] QtPrivate::QSlotObjectBase::call(this=<unavailable>, r=<unavailable>, a=<unavailable>) + 2011 at qobject_impl.h:101
    frame #11: 0x000000010d38af8f QtCore`QMetaObject::activate(sender=0x00007f8033b68a30, signalOffset=<unavailable>, local_signal_index=<unavailable>, argv=<unavailable>) + 1983 at qobject.cpp:3728
    frame #12: 0x000000010eaad88c libKDevPlatformProject.52.dylib`KDevelop::FileManagerListJob::entries(this=<unavailable>, _t1=<unavailable>, _t2=<unavailable>, _t3=<unavailable>) + 76 at moc_filemanagerlistjob.cpp:208
    frame #13: 0x000000010eaa697c libKDevPlatformProject.52.dylib`KDevelop::FileManagerListJob::handleResults(this=0x00007f8033b68a30, entriesIn=<unavailable>) + 44 at filemanagerlistjob.cpp:155
    frame #14: 0x000000010d383813 QtCore`QObject::event(this=<unavailable>, e=<unavailable>) + 739 at qobject.cpp:1263
    frame #15: 0x000000010c369a6d QtWidgets`QApplicationPrivate::notify_helper(this=<unavailable>, receiver=0x00007f8033b68a30, e=0x00007f80373e0570) + 269 at qapplication.cpp:3745
    frame #16: 0x000000010c36cde2 QtWidgets`QApplication::notify(this=<unavailable>, receiver=<unavailable>, e=<unavailable>) + 8306 at qapplication.cpp:3708
    frame #17: 0x000000010d35a717 QtCore`QCoreApplication::notifyInternal2(receiver=0x00007f8033b68a30, event=0x00007f80373e0570) + 167 at qcoreapplication.cpp:995
    frame #18: 0x000000010d35b3ef QtCore`QCoreApplicationPrivate::sendPostedEvents(receiver=0x0000000000000000, event_type=0, data=0x00007f8031413ac0) + 591 at qcoreapplication.h:231
    frame #19: 0x0000000116dfcb6a libqaltcocoa.dylib`QCocoaEventDispatcherPrivate::processPostedEvents(this=0x00007f80314483f0) + 314 at qcocoaeventdispatcher.mm:898
    frame #20: 0x0000000116dfd583 libqaltcocoa.dylib`QCocoaEventDispatcherPrivate::postedEventsSourceCallback(info=0x00007f80314483f0) + 179 at qcocoaeventdispatcher.mm:935
    frame #21: 0x00007fff9a53a5b1 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    frame #22: 0x00007fff9a52bd29 CoreFoundation`__CFRunLoopDoSources0 + 441
    frame #23: 0x00007fff9a52b3ef CoreFoundation`__CFRunLoopRun + 831
    frame #24: 0x00007fff9a52ae75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #25: 0x00007fff92a6ba0d HIToolbox`RunCurrentEventLoopInMode + 226
    frame #26: 0x00007fff92a6b7b7 HIToolbox`ReceiveNextEventCommon + 479
    frame #27: 0x00007fff92a6b5bc HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 65
    frame #28: 0x00007fff8ee9324e AppKit`_DPSNextEvent + 1434
    frame #29: 0x00007fff8ee9289b AppKit`-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    frame #30: 0x00007fff8ee8699c AppKit`-[NSApplication run] + 553
    frame #31: 0x0000000116dfc266 libqaltcocoa.dylib`QCocoaEventDispatcher::processEvents(this=0x00007f8031448610, flags=<unavailable>) + 2918 at qcocoaeventdispatcher.mm:431
    frame #32: 0x000000010d35690e QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(this=<unavailable>, flags=<unavailable>) + 398 at qeventloop.cpp:134
    frame #33: 0x000000010d3568f4 QtCore`QEventLoop::exec(this=0x00007fff5587cda0, flags=<unavailable>) + 372 at qeventloop.cpp:212
    frame #34: 0x000000010d35adfa QtCore`QCoreApplication::exec() + 346 at qcoreapplication.cpp:1268
    frame #35: 0x000000010a39b766 kdevelop.bin`main(argc=<unavailable>, argv=0x00007fff5587d0d8) + 52438 at main.cpp:917
    frame #36: 0x00007fff906e25fd libdyld.dylib`start + 1
    frame #37: 0x00007fff906e25fd libdyld.dylib`start + 1

  thread #2: tid = 0x21b4564, 0x00007fff8fb78e22 libsystem_kernel.dylib`__wait4 + 10, queue = 'com.apple.libdispatch-manager'
    frame #0: 0x00007fff8fb78e22 libsystem_kernel.dylib`__wait4 + 10
    frame #1: 0x000000010a7b5cde libKF5Crash.5.dylib`KCrash::startProcess(int, char const**, bool) [inlined] startProcessInternal(argc=<unavailable>, directly=<unavailable>) + 125 at kcrash.cpp:651
    frame #2: 0x000000010a7b5c61 libKF5Crash.5.dylib`KCrash::startProcess(argc=<unavailable>, argv=<unavailable>, waitAndExit=<unavailable>) + 17 at kcrash.cpp:633
    frame #3: 0x000000010a7b5aa5 libKF5Crash.5.dylib`KCrash::defaultCrashHandler(sig=11) + 1061 at kcrash.cpp:530
    frame #4: 0x00007fff929405aa libsystem_platform.dylib`_sigtramp + 26
    frame #5: 0x00007fff8fb79663 libsystem_kernel.dylib`kevent64 + 11
    frame #6: 0x00007fff93ec8136 libdispatch.dylib`_dispatch_mgr_thread + 52

  thread #3: tid = 0x21b4592, 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10, name = 'QDBusConnectionManager'
    frame #0: 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10
    frame #1: 0x000000010d3accd0 QtCore`qt_safe_poll(pollfd*, unsigned int, timespec const*) [inlined] qt_ppoll(fds=0x00007f803145bf68, nfds=2) + 528 at qcore_unix.cpp:83
    frame #2: 0x000000010d3accbb QtCore`qt_safe_poll(fds=0x00007f803145bf68, nfds=2, timeout_ts=0x0000000000000000) + 507 at qcore_unix.cpp:102
    frame #3: 0x000000010d3ae359 QtCore`QEventDispatcherUNIX::processEvents(this=<unavailable>, flags=<unavailable>) + 857 at qeventdispatcher_unix.cpp:500
    frame #4: 0x000000010d35690e QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(this=<unavailable>, flags=<unavailable>) + 398 at qeventloop.cpp:134
    frame #5: 0x000000010d3568f4 QtCore`QEventLoop::exec(this=0x0000000119f79e30, flags=<unavailable>) + 372 at qeventloop.cpp:212
    frame #6: 0x000000010d196e62 QtCore`QThread::exec(this=<unavailable>) + 114 at qthread.cpp:507
    frame #7: 0x000000010bfb6783 QtDBus`QDBusConnectionManager::run(this=0x00007f80314508f0) + 19 at qdbusconnection.cpp:170
    frame #8: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f80314508f0) + 359 at qthread_unix.cpp:368
    frame #9: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #10: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #11: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #4: tid = 0x21b45d0, 0x00007fff8fb74a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #0: 0x00007fff8fb74a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #1: 0x00007fff8fb73d18 libsystem_kernel.dylib`mach_msg + 64
    frame #2: 0x00007fff9a52bf15 CoreFoundation`__CFRunLoopServiceMachPort + 181
    frame #3: 0x00007fff9a52b539 CoreFoundation`__CFRunLoopRun + 1161
    frame #4: 0x00007fff9a52ae75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #5: 0x00007fff8f03305e AppKit`_NSEventThread + 144
    frame #6: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #7: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #8: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #5: tid = 0x21b46bc, 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10, name = 'QThread'
    frame #0: 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10
    frame #1: 0x000000010d3acb30 QtCore`qt_safe_poll(pollfd*, unsigned int, timespec const*) [inlined] qt_ppoll(fds=0x00007f8034313d28, nfds=1) + 112 at qcore_unix.cpp:83
    frame #2: 0x000000010d3acaf5 QtCore`qt_safe_poll(fds=0x00007f8034313d28, nfds=1, timeout_ts=0x000000011d49ad10) + 53 at qcore_unix.cpp:111
    frame #3: 0x000000010d3ae359 QtCore`QEventDispatcherUNIX::processEvents(this=<unavailable>, flags=<unavailable>) + 857 at qeventdispatcher_unix.cpp:500
    frame #4: 0x000000010d35690e QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(this=<unavailable>, flags=<unavailable>) + 398 at qeventloop.cpp:134
    frame #5: 0x000000010d3568f4 QtCore`QEventLoop::exec(this=0x000000011d49ade0, flags=<unavailable>) + 372 at qeventloop.cpp:212
    frame #6: 0x000000010d196e62 QtCore`QThread::exec(this=<unavailable>) + 114 at qthread.cpp:507
    frame #7: 0x000000010daa890f libKDevPlatformLanguage.52.dylib`KDevelop::DUChainPrivate::CleanupThread::run(this=0x00007f8034456e30) + 159 at duchain.cpp:283
    frame #8: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f8034456e30) + 359 at qthread_unix.cpp:368
    frame #9: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #10: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #11: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #6: tid = 0x21b46c2, 0x00007fff8fb789aa libsystem_kernel.dylib`__select + 10, name = 'com.apple.CFSocket.private'
    frame #0: 0x00007fff8fb789aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x00007fff9a577a03 CoreFoundation`__CFSocketManager + 867
    frame #2: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #3: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #4: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #7: tid = 0x21b473f, 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10, name = 'KDevelop::CompletionWorkerThread'
    frame #0: 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10
    frame #1: 0x000000010d3accd0 QtCore`qt_safe_poll(pollfd*, unsigned int, timespec const*) [inlined] qt_ppoll(fds=0x00007f80346d0f08, nfds=1) + 528 at qcore_unix.cpp:83
    frame #2: 0x000000010d3accbb QtCore`qt_safe_poll(fds=0x00007f80346d0f08, nfds=1, timeout_ts=0x0000000000000000) + 507 at qcore_unix.cpp:102
    frame #3: 0x000000010d3ae359 QtCore`QEventDispatcherUNIX::processEvents(this=<unavailable>, flags=<unavailable>) + 857 at qeventdispatcher_unix.cpp:500
    frame #4: 0x000000010d35690e QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(this=<unavailable>, flags=<unavailable>) + 398 at qeventloop.cpp:134
    frame #5: 0x000000010d3568f4 QtCore`QEventLoop::exec(this=0x0000000127664db0, flags=<unavailable>) + 372 at qeventloop.cpp:212
    frame #6: 0x000000010d196e62 QtCore`QThread::exec(this=<unavailable>) + 114 at qthread.cpp:507
    frame #7: 0x000000010db94c84 libKDevPlatformLanguage.52.dylib`KDevelop::CompletionWorkerThread::run(this=0x00007f803468a3a0) + 388 at codecompletionmodel.cpp:79
    frame #8: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f803468a3a0) + 359 at qthread_unix.cpp:368
    frame #9: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #10: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #11: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #8: tid = 0x21b475f, 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10, name = 'Qt bearer thread'
    frame #0: 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10
    frame #1: 0x000000010d3accd0 QtCore`qt_safe_poll(pollfd*, unsigned int, timespec const*) [inlined] qt_ppoll(fds=0x00007f8034da95b8, nfds=1) + 528 at qcore_unix.cpp:83
    frame #2: 0x000000010d3accbb QtCore`qt_safe_poll(fds=0x00007f8034da95b8, nfds=1, timeout_ts=0x0000000000000000) + 507 at qcore_unix.cpp:102
    frame #3: 0x000000010d3ae359 QtCore`QEventDispatcherUNIX::processEvents(this=<unavailable>, flags=<unavailable>) + 857 at qeventdispatcher_unix.cpp:500
    frame #4: 0x000000010d35690e QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(this=<unavailable>, flags=<unavailable>) + 398 at qeventloop.cpp:134
    frame #5: 0x000000010d3568f4 QtCore`QEventLoop::exec(this=0x0000000128074e60, flags=<unavailable>) + 372 at qeventloop.cpp:212
    frame #6: 0x000000010d196e62 QtCore`QThread::exec(this=<unavailable>) + 114 at qthread.cpp:507
    frame #7: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f8031524470) + 359 at qthread_unix.cpp:368
    frame #8: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #9: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #10: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #9: tid = 0x21b490d, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Queue(0x7f8034150080)[01]'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19bdbb QtCore`QWaitConditionPrivate::wait(this=0x00007f8034154d50, time=<unavailable>) + 75 at qwaitcondition_unix.cpp:143
    frame #3: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f8034154cc0, mutex=0x00007f803415d480, time=18446744073709551615) + 156 at qwaitcondition_unix.cpp:215
    frame #4: 0x000000010ea31604 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) [inlined] ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked(this=<unavailable>, th=<unavailable>) + 804 at weaver.cpp:594
    frame #5: 0x000000010ea315ed libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(this=<unavailable>, th=0x00007f80343be0e0, threadWasBusy=<unavailable>, suspendIfInactive=<unavailable>, justReturning=<unavailable>) + 781 at weaver.cpp:554
    frame #6: 0x000000010ea35ff0 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=0x00007f8034154f60, th=0x00007f80343be0e0, wasBusy=true) + 64 at workinghardstate.cpp:66
    frame #7: 0x000000010ea360f5 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #8: 0x000000010ea31902 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=true) + 50 at weaver.cpp:568
    frame #9: 0x000000010ea33a66 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Thread::run(this=0x00007f80343be0e0) + 118 at thread.cpp:103
    frame #10: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f80343be0e0) + 359 at qthread_unix.cpp:368
    frame #11: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #12: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #13: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #10: tid = 0x21b490e, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Queue(0x7f8034150080)[02]'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19bdbb QtCore`QWaitConditionPrivate::wait(this=0x00007f8034154d50, time=<unavailable>) + 75 at qwaitcondition_unix.cpp:143
    frame #3: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f8034154cc0, mutex=0x00007f803415d480, time=18446744073709551615) + 156 at qwaitcondition_unix.cpp:215
    frame #4: 0x000000010ea31604 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) [inlined] ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked(this=<unavailable>, th=<unavailable>) + 804 at weaver.cpp:594
    frame #5: 0x000000010ea315ed libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(this=<unavailable>, th=0x00007f8034ab15d0, threadWasBusy=<unavailable>, suspendIfInactive=<unavailable>, justReturning=<unavailable>) + 781 at weaver.cpp:554
    frame #6: 0x000000010ea35ff0 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=0x00007f8034154f60, th=0x00007f8034ab15d0, wasBusy=false) + 64 at workinghardstate.cpp:66
    frame #7: 0x000000010ea360f5 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #8: 0x000000010ea31902 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=false) + 50 at weaver.cpp:568
    frame #9: 0x000000010ea36035 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 133 at workinghardstate.cpp:73
    frame #10: 0x000000010ea360f5 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #11: 0x000000010ea31902 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=true) + 50 at weaver.cpp:568
    frame #12: 0x000000010ea33a66 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Thread::run(this=0x00007f8034ab15d0) + 118 at thread.cpp:103
    frame #13: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f8034ab15d0) + 359 at qthread_unix.cpp:368
    frame #14: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #15: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #16: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #11: tid = 0x21b490f, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Queue(0x7f8034150080)[03]'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19bdbb QtCore`QWaitConditionPrivate::wait(this=0x00007f8034154d50, time=<unavailable>) + 75 at qwaitcondition_unix.cpp:143
    frame #3: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f8034154cc0, mutex=0x00007f803415d480, time=18446744073709551615) + 156 at qwaitcondition_unix.cpp:215
    frame #4: 0x000000010ea31604 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) [inlined] ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked(this=<unavailable>, th=<unavailable>) + 804 at weaver.cpp:594
    frame #5: 0x000000010ea315ed libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(this=<unavailable>, th=0x00007f80353989b0, threadWasBusy=<unavailable>, suspendIfInactive=<unavailable>, justReturning=<unavailable>) + 781 at weaver.cpp:554
    frame #6: 0x000000010ea35ff0 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=0x00007f8034154f60, th=0x00007f80353989b0, wasBusy=false) + 64 at workinghardstate.cpp:66
    frame #7: 0x000000010ea360f5 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #8: 0x000000010ea31902 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=false) + 50 at weaver.cpp:568
    frame #9: 0x000000010ea36035 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 133 at workinghardstate.cpp:73
    frame #10: 0x000000010ea360f5 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #11: 0x000000010ea31902 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=true) + 50 at weaver.cpp:568
    frame #12: 0x000000010ea33a66 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Thread::run(this=0x00007f80353989b0) + 118 at thread.cpp:103
    frame #13: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f80353989b0) + 359 at qthread_unix.cpp:368
    frame #14: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #15: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #16: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #12: tid = 0x21b4984, 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10, name = 'OutputFilterThread'
    frame #0: 0x00007fff8fb7994a libsystem_kernel.dylib`poll + 10
    frame #1: 0x000000010d3accd0 QtCore`qt_safe_poll(pollfd*, unsigned int, timespec const*) [inlined] qt_ppoll(fds=0x00007f8034acdfb8, nfds=1) + 528 at qcore_unix.cpp:83
    frame #2: 0x000000010d3accbb QtCore`qt_safe_poll(fds=0x00007f8034acdfb8, nfds=1, timeout_ts=0x0000000000000000) + 507 at qcore_unix.cpp:102
    frame #3: 0x000000010d3ae359 QtCore`QEventDispatcherUNIX::processEvents(this=<unavailable>, flags=<unavailable>) + 857 at qeventdispatcher_unix.cpp:500
    frame #4: 0x000000010d35690e QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(this=<unavailable>, flags=<unavailable>) + 398 at qeventloop.cpp:134
    frame #5: 0x000000010d3568f4 QtCore`QEventLoop::exec(this=0x0000000129217e60, flags=<unavailable>) + 372 at qeventloop.cpp:212
    frame #6: 0x000000010d196e62 QtCore`QThread::exec(this=<unavailable>) + 114 at qthread.cpp:507
    frame #7: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f8036b2b4e8) + 359 at qthread_unix.cpp:368
    frame #8: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #9: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #10: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #13: tid = 0x21b56a9, 0x00007fff8fb78e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #0: 0x00007fff8fb78e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff8dc7ef08 libsystem_pthread.dylib`_pthread_wqthread + 330
    frame #2: 0x00007fff8dc81fb9 libsystem_pthread.dylib`start_wqthread + 13

  thread #14: tid = 0x21b5f58, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Thread (pooled)'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19c046 QtCore`QWaitConditionPrivate::wait_relative(this=0x00007f8036b2f250, time=30000) + 294 at qwaitcondition_unix.cpp:133
    frame #3: 0x000000010d19bd9b QtCore`QWaitConditionPrivate::wait(this=0x00007f8036b2f250, time=30000) + 43 at qwaitcondition_unix.cpp:141
    frame #4: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f8036b30700, mutex=0x00007f8036b353c0, time=30000) + 156 at qwaitcondition_unix.cpp:215
    frame #5: 0x000000010d19787d QtCore`QThreadPoolThread::run(this=0x00007f8036b306f0) + 573 at qthreadpool.cpp:133
    frame #6: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f8036b306f0) + 359 at qthread_unix.cpp:368
    frame #7: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #8: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #9: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #15: tid = 0x21b5fd8, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Thread (pooled)'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19c046 QtCore`QWaitConditionPrivate::wait_relative(this=0x00007f8033c8ae50, time=30000) + 294 at qwaitcondition_unix.cpp:133
    frame #3: 0x000000010d19bd9b QtCore`QWaitConditionPrivate::wait(this=0x00007f8033c8ae50, time=30000) + 43 at qwaitcondition_unix.cpp:141
    frame #4: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f8033c87420, mutex=0x00007f8036b353c0, time=30000) + 156 at qwaitcondition_unix.cpp:215
    frame #5: 0x000000010d19787d QtCore`QThreadPoolThread::run(this=0x00007f8033c87410) + 573 at qthreadpool.cpp:133
    frame #6: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f8033c87410) + 359 at qthread_unix.cpp:368
    frame #7: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #8: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #9: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #16: tid = 0x21b6038, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Thread (pooled)'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19c046 QtCore`QWaitConditionPrivate::wait_relative(this=0x00007f8036e8e4e0, time=30000) + 294 at qwaitcondition_unix.cpp:133
    frame #3: 0x000000010d19bd9b QtCore`QWaitConditionPrivate::wait(this=0x00007f8036e8e4e0, time=30000) + 43 at qwaitcondition_unix.cpp:141
    frame #4: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f80373769d0, mutex=0x00007f8036b353c0, time=30000) + 156 at qwaitcondition_unix.cpp:215
    frame #5: 0x000000010d19787d QtCore`QThreadPoolThread::run(this=0x00007f80373769c0) + 573 at qthreadpool.cpp:133
    frame #6: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f80373769c0) + 359 at qthread_unix.cpp:368
    frame #7: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #8: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #9: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #17: tid = 0x21b62d0, 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Thread (pooled)'
    frame #0: 0x00007fff8fb78716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8dc7fc3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010d19c046 QtCore`QWaitConditionPrivate::wait_relative(this=0x00007f80389228c0, time=30000) + 294 at qwaitcondition_unix.cpp:133
    frame #3: 0x000000010d19bd9b QtCore`QWaitConditionPrivate::wait(this=0x00007f80389228c0, time=30000) + 43 at qwaitcondition_unix.cpp:141
    frame #4: 0x000000010d19bd4c QtCore`QWaitCondition::wait(this=0x00007f80389f6b10, mutex=0x00007f8036b353c0, time=30000) + 156 at qwaitcondition_unix.cpp:215
    frame #5: 0x000000010d19787d QtCore`QThreadPoolThread::run(this=0x00007f80389f6b00) + 573 at qthreadpool.cpp:133
    frame #6: 0x000000010d19a867 QtCore`QThreadPrivate::start(arg=0x00007f80389f6b00) + 359 at qthread_unix.cpp:368
    frame #7: 0x00007fff8dc7d899 libsystem_pthread.dylib`_pthread_body + 138
    frame #8: 0x00007fff8dc7d72a libsystem_pthread.dylib`_pthread_start + 137
    frame #9: 0x00007fff8dc81fc9 libsystem_pthread.dylib`thread_start + 13

  thread #18: tid = 0x21b637f, 0x00007fff8fb78e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #0: 0x00007fff8fb78e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff8dc7ef08 libsystem_pthread.dylib`_pthread_wqthread + 330
    frame #2: 0x00007fff8dc81fb9 libsystem_pthread.dylib`start_wqthread + 13
(lldb) detach
Process 54152 detached

Possible duplicates by query: bug 385190, bug 385179, bug 385064, bug 384983, bug 384977.

Reported using DrKonqi
Comment 1 Justin Zobel 2020-12-17 05:31:28 UTC
Thank you for the crash report.

As it has been a while since this was reported, can you please test and confirm if this issue is still occurring or if this bug report can be marked as resolved.

I have set the bug status to "needsinfo" pending your response, please change back to "reported" or "resolved/worksforme" when you respond, thank you.
Comment 2 Bug Janitor Service 2021-01-01 04:37:34 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2021-01-16 04:36:28 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!