frequent beachballing

René J.V. Bertin rjvbertin at gmail.com
Mon Feb 8 18:27:09 UTC 2016


On Sunday February 07 2016 16:08:41 Milian Wolff wrote:

> Yes, don't guess - measure. Attach a debugger and grab a backtrace when 
> kdevelop freezes. Or use a profiler and measure sleep time.

Just had a slightly different kind of freeze, which didn't beachball but was even more annoying in that I could only get out of it by killing KDev.
It happened when I right-clicked on one of the .po files in the Audacity source project that I had open. As "luck" had it I was running kdevelop from inside lldb, so below is what I could get in terms of backtraces. They don't seem very helpful, but maybe they are for someone intimately familiar with the code.

I also had over 10 zombie clang processes all spawned by KDevelop.

(lldb) bt
* thread #1: tid = 0x140dd5, 0x00007fff8e6a3a1a libsystem_kernel.dylib`mach_msg_trap + 10, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x00007fff8e6a3a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #1: 0x00007fff8e6a2d18 libsystem_kernel.dylib`mach_msg + 64
    frame #2: 0x00007fff884b6f15 CoreFoundation`__CFRunLoopServiceMachPort + 181
    frame #3: 0x00007fff884b6539 CoreFoundation`__CFRunLoopRun + 1161
    frame #4: 0x00007fff884b5e75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #5: 0x00007fff8e218a0d HIToolbox`RunCurrentEventLoopInMode + 226
    frame #6: 0x00007fff8e2187b7 HIToolbox`ReceiveNextEventCommon + 479
    frame #7: 0x00007fff8e2185bc HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 65
    frame #8: 0x00007fff8e6e524e AppKit`_DPSNextEvent + 1434
    frame #9: 0x00007fff8e6e489b AppKit`-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    frame #10: 0x000000010d2e694f libqcocoa.dylib`QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] qt_mac_waitForMoreEvents(runLoopMode=<unavailable>) + 56 at qcocoaeventdispatcher.mm:336
    frame #11: 0x000000010d2e6917 libqcocoa.dylib`QCocoaEventDispatcher::processEvents(this=0x000000010d080940, flags=<unavailable>) + 1783 at qcocoaeventdispatcher.mm:515
    frame #12: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #13: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x00007fff5fbfae90, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #14: 0x00000001021115c1 libKF5CoreAddons.5.dylib`KJob::exec(this=0x000000013d2e5a80) + 81 at kjob.cpp:199
    frame #15: 0x000000011db552d0 kdevgit.so`GitPlugin::getLsFiles(this=<unavailable>, directory=<unavailable>, args=<unavailable>, verbosity=<unavailable>) + 112 at gitplugin.cpp:1219
    frame #16: 0x000000011db550de kdevgit.so`GitPlugin::isVersionControlled(this=0x000000011e411c80, path=<unavailable>) + 350 at gitplugin.cpp:299
    frame #17: 0x0000000104c30d8f libKDevPlatformVcs.10.dylib`KDevelop::VcsPluginHelper::VcsPluginHelperPrivate::createMenu(this=0x000000011e4139e0) + 255 at vcspluginhelper.cpp:120
    frame #18: 0x0000000104c495a8 libKDevPlatformVcs.10.dylib`KDevelop::DistributedVersionControlPlugin::contextMenuExtension(this=0x000000011e411c80, context=<unavailable>) + 488 at dvcsplugin.cpp:112
    frame #19: 0x0000000100062fe2 libKDevPlatformShell.10.dylib`KDevelop::PluginController::queryPluginsForContextMenuExtensions(this=<unavailable>, context=0x00007fff5fbfb238) const + 114 at plugincontroller.cpp:668
    frame #20: 0x000000011edbea43 kdevprojectmanagerview.so`ProjectTreeView::popupContextMenu(this=0x0000000122aeb590, pos=0x00007fff5fbfbe28) + 1075 at projecttreeview.cpp:322
    frame #21: 0x0000000103530a0b QtCore`QMetaObject::activate(QObject*, int, int, void**) [inlined] QtPrivate::QSlotObjectBase::call(this=<unavailable>, r=<unavailable>, a=<unavailable>) + 1963 at qobject_impl.h:124
    frame #22: 0x00000001035309ef QtCore`QMetaObject::activate(sender=0x0000000122aeb590, signalOffset=<unavailable>, local_signal_index=<unavailable>, argv=<unavailable>) + 1935 at qobject.cpp:3698
    frame #23: 0x000000010228a163 QtWidgets`QWidget::event(QEvent*) [inlined] QWidget::customContextMenuRequested(this=0x0000000122aeb590) + 36 at moc_qwidget.cpp:648
    frame #24: 0x000000010228a13f QtWidgets`QWidget::event(this=0x0000000122aeb590, event=<unavailable>) + 4543 at qwidget.cpp:8856
    frame #25: 0x000000010237a7ed QtWidgets`QFrame::event(this=0x0000000122aeb590, e=0x00007fff5fbfbe08) + 45 at qframe.cpp:540
    frame #26: 0x00000001023fe40a QtWidgets`QAbstractScrollArea::viewportEvent(this=0x0000000122aeb590, e=0x00007fff5fbfbe08) + 170 at qabstractscrollarea.cpp:1200
    frame #27: 0x00000001024a1340 QtWidgets`QAbstractItemView::viewportEvent(this=0x0000000122aeb590, event=0x00007fff5fbfbe08) + 1408 at qabstractitemview.cpp:1685
    frame #28: 0x00000001024e1a29 QtWidgets`QTreeView::viewportEvent(this=0x0000000122aeb590, event=0x00007fff5fbfbe08) + 489 at qtreeview.cpp:1309
    frame #29: 0x00000001023fef25 QtWidgets`QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) [inlined] QAbstractScrollAreaPrivate::viewportEvent(this=<unavailable>, event=<unavailable>) + 37 at qabstractscrollarea_p.h:102
    frame #30: 0x00000001023fef15 QtWidgets`QAbstractScrollAreaFilter::eventFilter(this=<unavailable>, o=<unavailable>, e=<unavailable>) + 21 at qabstractscrollarea_p.h:118
    frame #31: 0x00000001035005e3 QtCore`QCoreApplicationPrivate::sendThroughObjectEventFilters(this=<unavailable>, receiver=0x0000000122aeb860, event=0x00007fff5fbfbe08) + 211 at qcoreapplication.cpp:1077
    frame #32: 0x000000010224b5ab QtWidgets`QApplicationPrivate::notify_helper(this=0x000000010d007ed0, receiver=0x0000000122aeb860, e=0x00007fff5fbfbe08) + 235 at qapplication.cpp:3712
    frame #33: 0x000000010224d520 QtWidgets`QApplication::notify(this=<unavailable>, receiver=0x0000000122aeb860, e=0x00007fff5fbfbe08) + 3008 at qapplication.cpp:3359
    frame #34: 0x00000001035002b3 QtCore`QCoreApplication::notifyInternal(this=<unavailable>, receiver=<unavailable>, event=<unavailable>) + 115 at qcoreapplication.cpp:970
    frame #35: 0x00000001022a9edc QtWidgets`QWidgetWindow::handleMouseEvent(QMouseEvent*) [inlined] QCoreApplication::sendSpontaneousEvent(receiver=<unavailable>, event=0x0000000102eb3340) + 3452 at qcoreapplication.h:227
    frame #36: 0x00000001022a9eb3 QtWidgets`QWidgetWindow::handleMouseEvent(this=<unavailable>, event=<unavailable>) + 3411 at qwidgetwindow.cpp:561
    frame #37: 0x00000001022a883f QtWidgets`QWidgetWindow::event(this=0x000000010b7a5c90, event=0x00007fff5fbfc428) + 111 at qwidgetwindow.cpp:210
    frame #38: 0x000000010224b5bb QtWidgets`QApplicationPrivate::notify_helper(this=<unavailable>, receiver=0x000000010b7a5c90, e=0x00007fff5fbfc428) + 251 at qapplication.cpp:3716
    frame #39: 0x000000010224e974 QtWidgets`QApplication::notify(this=<unavailable>, receiver=<unavailable>, e=<unavailable>) + 8212 at qapplication.cpp:3681
    frame #40: 0x00000001035002b3 QtCore`QCoreApplication::notifyInternal(this=<unavailable>, receiver=<unavailable>, event=<unavailable>) + 115 at qcoreapplication.cpp:970
    frame #41: 0x0000000102ac8887 QtGui`QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) [inlined] QCoreApplication::sendSpontaneousEvent(event=0x0000000102eb31c0) + 40 at qcoreapplication.h:227
    frame #42: 0x0000000102ac885f QtGui`QGuiApplicationPrivate::processMouseEvent(e=0x000000013d21e9f0) + 2047 at qguiapplication.cpp:1793
    frame #43: 0x0000000102ac7783 QtGui`QGuiApplicationPrivate::processWindowSystemEvent(e=0x000000013d21e9f0) + 131 at qguiapplication.cpp:1585
    frame #44: 0x0000000102ab445a QtGui`QWindowSystemInterface::sendWindowSystemEvents(flags=<unavailable>) + 346 at qwindowsysteminterface.cpp:625
    frame #45: 0x000000010d2e7bc1 libqcocoa.dylib`QCocoaEventDispatcherPrivate::postedEventsSourceCallback(info=0x000000010d081160) + 33 at qcocoaeventdispatcher.mm:922
    frame #46: 0x00007fff884c55b1 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    frame #47: 0x00007fff884b6c62 CoreFoundation`__CFRunLoopDoSources0 + 242
    frame #48: 0x00007fff884b63ef CoreFoundation`__CFRunLoopRun + 831
    frame #49: 0x00007fff884b5e75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #50: 0x00007fff8e218a0d HIToolbox`RunCurrentEventLoopInMode + 226
    frame #51: 0x00007fff8e218685 HIToolbox`ReceiveNextEventCommon + 173
    frame #52: 0x00007fff8e2185bc HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 65
    frame #53: 0x00007fff8e6e524e AppKit`_DPSNextEvent + 1434
    frame #54: 0x00007fff8e6e489b AppKit`-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    frame #55: 0x00007fff8e6d899c AppKit`-[NSApplication run] + 553
    frame #56: 0x000000010d2e6aad libqcocoa.dylib`QCocoaEventDispatcher::processEvents(this=0x000000010d080940, flags=<unavailable>) + 2189 at qcocoaeventdispatcher.mm:418
    frame #57: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #58: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x00007fff5fbfdfe0, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #59: 0x0000000103500855 QtCore`QCoreApplication::exec() + 325 at qcoreapplication.cpp:1234
    frame #60: 0x00000001000186db kdevelop.bin`main(argc=2, argv=<unavailable>) + 51611 at main.cpp:753
    frame #61: 0x00007fff8fd755fd libdyld.dylib`start + 1
    frame #62: 0x00007fff8fd755fd libdyld.dylib`start + 1
(lldb) c
Process 35672 resuming
QProcess: Destroyed while process ("clang") is still running.
QProcess: Destroyed while process ("clang") is still running.
Process 35672 stopped
* thread #1: tid = 0x140dd5, 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
    frame #0: 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10
libsystem_kernel.dylib`__select + 10:
-> 0x7fff8e6a79aa:  jae    0x7fff8e6a79b4            ; __select + 20
   0x7fff8e6a79ac:  movq   %rax, %rdi
   0x7fff8e6a79af:  jmp    0x7fff8e6a419a            ; cerror
   0x7fff8e6a79b4:  retq   
(lldb) bt all
* thread #1: tid = 0x140dd5, 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x00007fff86018bf4 libsystem_c.dylib`pselect$1050 + 183
    frame #2: 0x00000001035500f8 QtCore`qt_safe_select(nfds=216, fdread=0x00007fff5fbf83c0, fdwrite=0x00007fff5fbf8340, fdexcept=0x0000000000000000, orig_timeout=0x00007fff5fbf82e8) + 88 at qcore_unix.cpp:86
    frame #3: 0x000000010355035d QtCore`qt_select_msecs(nfds=216, fdread=0x00007fff5fbf83c0, fdwrite=0x00007fff5fbf8340, timeout=<unavailable>) + 93 at qcore_unix.cpp:113
    frame #4: 0x00000001034a33ca QtCore`QProcessPrivate::waitForFinished(this=0x00000001336531f0, msecs=30000) + 426 at qprocess_unix.cpp:1044
    frame #5: 0x000000010344e88d QtCore`QProcess::~QProcess(this=0x00007fff5fbf85e8) + 621 at qprocess.cpp:1846
    frame #6: 0x000000011dabffca kdevdefinesandincludesmanager.so`GccLikeCompiler::defines(this=<unavailable>, arguments=<unavailable>) const + 2602 at gcclikecompiler.cpp:93
    frame #7: 0x000000011dabdb1d kdevdefinesandincludesmanager.so`CompilerProvider::defines(this=<unavailable>, item=<unavailable>) const + 45 at compilerprovider.cpp:136
    frame #8: 0x000000011daa6da0 kdevdefinesandincludesmanager.so`non-virtual thunk to DefinesAndIncludesManager::defines(QString const&) const [inlined] DefinesAndIncludesManager::defines(QString const&) const + 32 at definesandincludesmanager.cpp:205
    frame #9: 0x000000011daa6d89 kdevdefinesandincludesmanager.so`non-virtual thunk to DefinesAndIncludesManager::defines(this=<unavailable>, (null)=<unavailable>) const + 9 at definesandincludesmanager.cpp:206
    frame #10: 0x000000011f00a54a kdevclangsupport.so`ClangParseJob::ClangParseJob(this=<unavailable>, url=0x000000013bccfcac, languageSupport=<unavailable>) + 1850 at clangparsejob.cpp:172
    frame #11: 0x000000011f00fb3b kdevclangsupport.so`non-virtual thunk to ClangSupport::createParseJob(KDevelop::IndexedString const&) [inlined] ClangSupport::createParseJob(url=0x000000013bccfcac) + 43 at clangsupport.cpp:233
    frame #12: 0x000000011f00fb25 kdevclangsupport.so`non-virtual thunk to ClangSupport::createParseJob(this=<unavailable>, url=<unavailable>) + 21 at clangsupport.cpp:234
    frame #13: 0x0000000103c9d4f3 libKDevPlatformLanguage.10.dylib`KDevelop::BackgroundParserPrivate::createParseJob(this=0x000000011b408a80, url=0x000000013bccfcac, features=2078, notifyWhenReady=0x00007fff5fbf8d50, priority=0) + 355 at backgroundparser.cpp:271
    frame #14: 0x0000000103c9a896 libKDevPlatformLanguage.10.dylib`KDevelop::BackgroundParserPrivate::parseDocumentsInternal(this=0x000000011b408a80) + 2598 at backgroundparser.cpp:205
    frame #15: 0x0000000103c98553 libKDevPlatformLanguage.10.dylib`KDevelop::BackgroundParser::parseDocuments(this=0x000000011b3a4c00) + 67 at backgroundparser.cpp:600
    frame #16: 0x0000000103530a0b QtCore`QMetaObject::activate(QObject*, int, int, void**) [inlined] QtPrivate::QSlotObjectBase::call(this=<unavailable>, r=<unavailable>, a=<unavailable>) + 1963 at qobject_impl.h:124
    frame #17: 0x00000001035309ef QtCore`QMetaObject::activate(sender=0x000000011b408aa0, signalOffset=<unavailable>, local_signal_index=<unavailable>, argv=<unavailable>) + 1935 at qobject.cpp:3698
    frame #18: 0x00000001035292f0 QtCore`QObject::event(this=0x000000011b408aa0, e=<unavailable>) + 48 at qobject.cpp:1220
    frame #19: 0x000000010224b5bb QtWidgets`QApplicationPrivate::notify_helper(this=<unavailable>, receiver=0x000000011b408aa0, e=0x00007fff5fbf9570) + 251 at qapplication.cpp:3716
    frame #20: 0x000000010224e974 QtWidgets`QApplication::notify(this=<unavailable>, receiver=<unavailable>, e=<unavailable>) + 8212 at qapplication.cpp:3681
    frame #21: 0x00000001035002b3 QtCore`QCoreApplication::notifyInternal(this=<unavailable>, receiver=<unavailable>, event=<unavailable>) + 115 at qcoreapplication.cpp:970
    frame #22: 0x00000001035538c6 QtCore`QTimerInfoList::activateTimers(this=0x000000010d0811e0) + 1270 at qcoreapplication.h:224
    frame #23: 0x000000010d2e5e92 libqcocoa.dylib`QCocoaEventDispatcherPrivate::activateTimersSourceCallback(info=0x000000010d081160) + 18 at qcocoaeventdispatcher.mm:121
    frame #24: 0x00007fff884c55b1 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    frame #25: 0x00007fff884b6c62 CoreFoundation`__CFRunLoopDoSources0 + 242
    frame #26: 0x00007fff884b63ef CoreFoundation`__CFRunLoopRun + 831
    frame #27: 0x00007fff884b5e75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #28: 0x00007fff8e218a0d HIToolbox`RunCurrentEventLoopInMode + 226
    frame #29: 0x00007fff8e2187b7 HIToolbox`ReceiveNextEventCommon + 479
    frame #30: 0x00007fff8e2185bc HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 65
    frame #31: 0x00007fff8e6e524e AppKit`_DPSNextEvent + 1434
    frame #32: 0x00007fff8e6e489b AppKit`-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    frame #33: 0x000000010d2e694f libqcocoa.dylib`QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] qt_mac_waitForMoreEvents(runLoopMode=<unavailable>) + 56 at qcocoaeventdispatcher.mm:336
    frame #34: 0x000000010d2e6917 libqcocoa.dylib`QCocoaEventDispatcher::processEvents(this=0x000000010d080940, flags=<unavailable>) + 1783 at qcocoaeventdispatcher.mm:515
    frame #35: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #36: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x00007fff5fbfae90, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #37: 0x00000001021115c1 libKF5CoreAddons.5.dylib`KJob::exec(this=0x000000013d2e5a80) + 81 at kjob.cpp:199
    frame #38: 0x000000011db552d0 kdevgit.so`GitPlugin::getLsFiles(this=<unavailable>, directory=<unavailable>, args=<unavailable>, verbosity=<unavailable>) + 112 at gitplugin.cpp:1219
    frame #39: 0x000000011db550de kdevgit.so`GitPlugin::isVersionControlled(this=0x000000011e411c80, path=<unavailable>) + 350 at gitplugin.cpp:299
    frame #40: 0x0000000104c30d8f libKDevPlatformVcs.10.dylib`KDevelop::VcsPluginHelper::VcsPluginHelperPrivate::createMenu(this=0x000000011e4139e0) + 255 at vcspluginhelper.cpp:120
    frame #41: 0x0000000104c495a8 libKDevPlatformVcs.10.dylib`KDevelop::DistributedVersionControlPlugin::contextMenuExtension(this=0x000000011e411c80, context=<unavailable>) + 488 at dvcsplugin.cpp:112
    frame #42: 0x0000000100062fe2 libKDevPlatformShell.10.dylib`KDevelop::PluginController::queryPluginsForContextMenuExtensions(this=<unavailable>, context=0x00007fff5fbfb238) const + 114 at plugincontroller.cpp:668
    frame #43: 0x000000011edbea43 kdevprojectmanagerview.so`ProjectTreeView::popupContextMenu(this=0x0000000122aeb590, pos=0x00007fff5fbfbe28) + 1075 at projecttreeview.cpp:322
    frame #44: 0x0000000103530a0b QtCore`QMetaObject::activate(QObject*, int, int, void**) [inlined] QtPrivate::QSlotObjectBase::call(this=<unavailable>, r=<unavailable>, a=<unavailable>) + 1963 at qobject_impl.h:124
    frame #45: 0x00000001035309ef QtCore`QMetaObject::activate(sender=0x0000000122aeb590, signalOffset=<unavailable>, local_signal_index=<unavailable>, argv=<unavailable>) + 1935 at qobject.cpp:3698
    frame #46: 0x000000010228a163 QtWidgets`QWidget::event(QEvent*) [inlined] QWidget::customContextMenuRequested(this=0x0000000122aeb590) + 36 at moc_qwidget.cpp:648
    frame #47: 0x000000010228a13f QtWidgets`QWidget::event(this=0x0000000122aeb590, event=<unavailable>) + 4543 at qwidget.cpp:8856
    frame #48: 0x000000010237a7ed QtWidgets`QFrame::event(this=0x0000000122aeb590, e=0x00007fff5fbfbe08) + 45 at qframe.cpp:540
    frame #49: 0x00000001023fe40a QtWidgets`QAbstractScrollArea::viewportEvent(this=0x0000000122aeb590, e=0x00007fff5fbfbe08) + 170 at qabstractscrollarea.cpp:1200
    frame #50: 0x00000001024a1340 QtWidgets`QAbstractItemView::viewportEvent(this=0x0000000122aeb590, event=0x00007fff5fbfbe08) + 1408 at qabstractitemview.cpp:1685
    frame #51: 0x00000001024e1a29 QtWidgets`QTreeView::viewportEvent(this=0x0000000122aeb590, event=0x00007fff5fbfbe08) + 489 at qtreeview.cpp:1309
    frame #52: 0x00000001023fef25 QtWidgets`QAbstractScrollAreaFilter::eventFilter(QObject*, QEvent*) [inlined] QAbstractScrollAreaPrivate::viewportEvent(this=<unavailable>, event=<unavailable>) + 37 at qabstractscrollarea_p.h:102
    frame #53: 0x00000001023fef15 QtWidgets`QAbstractScrollAreaFilter::eventFilter(this=<unavailable>, o=<unavailable>, e=<unavailable>) + 21 at qabstractscrollarea_p.h:118
    frame #54: 0x00000001035005e3 QtCore`QCoreApplicationPrivate::sendThroughObjectEventFilters(this=<unavailable>, receiver=0x0000000122aeb860, event=0x00007fff5fbfbe08) + 211 at qcoreapplication.cpp:1077
    frame #55: 0x000000010224b5ab QtWidgets`QApplicationPrivate::notify_helper(this=0x000000010d007ed0, receiver=0x0000000122aeb860, e=0x00007fff5fbfbe08) + 235 at qapplication.cpp:3712
    frame #56: 0x000000010224d520 QtWidgets`QApplication::notify(this=<unavailable>, receiver=0x0000000122aeb860, e=0x00007fff5fbfbe08) + 3008 at qapplication.cpp:3359
    frame #57: 0x00000001035002b3 QtCore`QCoreApplication::notifyInternal(this=<unavailable>, receiver=<unavailable>, event=<unavailable>) + 115 at qcoreapplication.cpp:970
    frame #58: 0x00000001022a9edc QtWidgets`QWidgetWindow::handleMouseEvent(QMouseEvent*) [inlined] QCoreApplication::sendSpontaneousEvent(receiver=<unavailable>, event=0x0000000102eb3340) + 3452 at qcoreapplication.h:227
    frame #59: 0x00000001022a9eb3 QtWidgets`QWidgetWindow::handleMouseEvent(this=<unavailable>, event=<unavailable>) + 3411 at qwidgetwindow.cpp:561
    frame #60: 0x00000001022a883f QtWidgets`QWidgetWindow::event(this=0x000000010b7a5c90, event=0x00007fff5fbfc428) + 111 at qwidgetwindow.cpp:210
    frame #61: 0x000000010224b5bb QtWidgets`QApplicationPrivate::notify_helper(this=<unavailable>, receiver=0x000000010b7a5c90, e=0x00007fff5fbfc428) + 251 at qapplication.cpp:3716
    frame #62: 0x000000010224e974 QtWidgets`QApplication::notify(this=<unavailable>, receiver=<unavailable>, e=<unavailable>) + 8212 at qapplication.cpp:3681
    frame #63: 0x00000001035002b3 QtCore`QCoreApplication::notifyInternal(this=<unavailable>, receiver=<unavailable>, event=<unavailable>) + 115 at qcoreapplication.cpp:970
    frame #64: 0x0000000102ac8887 QtGui`QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) [inlined] QCoreApplication::sendSpontaneousEvent(event=0x0000000102eb31c0) + 40 at qcoreapplication.h:227
    frame #65: 0x0000000102ac885f QtGui`QGuiApplicationPrivate::processMouseEvent(e=0x000000013d21e9f0) + 2047 at qguiapplication.cpp:1793
    frame #66: 0x0000000102ac7783 QtGui`QGuiApplicationPrivate::processWindowSystemEvent(e=0x000000013d21e9f0) + 131 at qguiapplication.cpp:1585
    frame #67: 0x0000000102ab445a QtGui`QWindowSystemInterface::sendWindowSystemEvents(flags=<unavailable>) + 346 at qwindowsysteminterface.cpp:625
    frame #68: 0x000000010d2e7bc1 libqcocoa.dylib`QCocoaEventDispatcherPrivate::postedEventsSourceCallback(info=0x000000010d081160) + 33 at qcocoaeventdispatcher.mm:922
    frame #69: 0x00007fff884c55b1 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    frame #70: 0x00007fff884b6c62 CoreFoundation`__CFRunLoopDoSources0 + 242
    frame #71: 0x00007fff884b63ef CoreFoundation`__CFRunLoopRun + 831
    frame #72: 0x00007fff884b5e75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #73: 0x00007fff8e218a0d HIToolbox`RunCurrentEventLoopInMode + 226
    frame #74: 0x00007fff8e218685 HIToolbox`ReceiveNextEventCommon + 173
    frame #75: 0x00007fff8e2185bc HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 65
    frame #76: 0x00007fff8e6e524e AppKit`_DPSNextEvent + 1434
    frame #77: 0x00007fff8e6e489b AppKit`-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    frame #78: 0x00007fff8e6d899c AppKit`-[NSApplication run] + 553
    frame #79: 0x000000010d2e6aad libqcocoa.dylib`QCocoaEventDispatcher::processEvents(this=0x000000010d080940, flags=<unavailable>) + 2189 at qcocoaeventdispatcher.mm:418
    frame #80: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #81: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x00007fff5fbfdfe0, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #82: 0x0000000103500855 QtCore`QCoreApplication::exec() + 325 at qcoreapplication.cpp:1234
    frame #83: 0x00000001000186db kdevelop.bin`main(argc=2, argv=<unavailable>) + 51611 at main.cpp:753
    frame #84: 0x00007fff8fd755fd libdyld.dylib`start + 1

  thread #2: tid = 0x140dfe, 0x00007fff8e6a8662 libsystem_kernel.dylib`kevent64 + 10, queue = 'com.apple.libdispatch-manager'
    frame #0: 0x00007fff8e6a8662 libsystem_kernel.dylib`kevent64 + 10
    frame #1: 0x00007fff91a83421 libdispatch.dylib`_dispatch_mgr_invoke + 239
    frame #2: 0x00007fff91a83136 libdispatch.dylib`_dispatch_mgr_thread + 52

  thread #6: tid = 0x140e66, 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10, name = 'com.apple.CFSocket.private'
    frame #0: 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x00007fff88502a03 CoreFoundation`__CFSocketManager + 867
    frame #2: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #3: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #4: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #8: tid = 0x140e6f, 0x00007fff8e6a3a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #0: 0x00007fff8e6a3a1a libsystem_kernel.dylib`mach_msg_trap + 10
    frame #1: 0x00007fff8e6a2d18 libsystem_kernel.dylib`mach_msg + 64
    frame #2: 0x00007fff884b6f15 CoreFoundation`__CFRunLoopServiceMachPort + 181
    frame #3: 0x00007fff884b6539 CoreFoundation`__CFRunLoopRun + 1161
    frame #4: 0x00007fff884b5e75 CoreFoundation`CFRunLoopRunSpecific + 309
    frame #5: 0x00007fff8e88505e AppKit`_NSEventThread + 144
    frame #6: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #7: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #8: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #12: tid = 0x140ea9, 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'QThread'
    frame #0: 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8e6b5c3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x0000000103355730 QtCore`QWaitConditionPrivate::wait_relative(this=0x000000010b7a56b0, time=<unavailable>) + 288 at qwaitcondition_unix.cpp:126
    frame #3: 0x000000010335556b QtCore`QWaitConditionPrivate::wait(this=0x000000010b7a56b0, time=1000) + 43 at qwaitcondition_unix.cpp:134
    frame #4: 0x000000010335543b QtCore`QWaitCondition::wait(this=0x000000010b7a5ed8, mutex=0x000000010b7a5ee0, time=1000) + 155 at qwaitcondition_unix.cpp:208
    frame #5: 0x0000000103cc3038 libKDevPlatformLanguage.10.dylib`KDevelop::DUChainPrivate::CleanupThread::run(this=0x000000010b7a5ec0) + 72 at duchain.cpp:281
    frame #6: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #7: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #8: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #9: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #13: tid = 0x140eef, 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10, name = 'OutputFilterThread'
    frame #0: 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x0000000109ff1b34 libglib-2.0.0.dylib`g_poll + 356
    frame #2: 0x0000000109fe27b5 libglib-2.0.0.dylib`g_main_context_iterate + 453
    frame #3: 0x0000000109fe2894 libglib-2.0.0.dylib`g_main_context_iteration + 100
    frame #4: 0x00000001035544d1 QtCore`QEventDispatcherGlib::processEvents(this=0x000000011e29e5b0, flags=<unavailable>) + 97 at qeventdispatcher_glib.cpp:418
    frame #5: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #6: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x000000011e680e58, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #7: 0x0000000103350445 QtCore`QThread::exec(this=<unavailable>) + 117 at qthread.cpp:503
    frame #8: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #9: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #10: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #11: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #14: tid = 0x140f4a, 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10, name = 'KDevelop::CompletionWorkerThread'
    frame #0: 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x0000000109ff1b34 libglib-2.0.0.dylib`g_poll + 356
    frame #2: 0x0000000109fe27b5 libglib-2.0.0.dylib`g_main_context_iterate + 453
    frame #3: 0x0000000109fe2894 libglib-2.0.0.dylib`g_main_context_iteration + 100
    frame #4: 0x00000001035544fc QtCore`QEventDispatcherGlib::processEvents(this=0x000000011e2ae7d0, flags=<unavailable>) + 140 at qeventdispatcher_glib.cpp:420
    frame #5: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #6: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x00000001224f0da8, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #7: 0x0000000103350445 QtCore`QThread::exec(this=<unavailable>) + 117 at qthread.cpp:503
    frame #8: 0x0000000103da549c libKDevPlatformLanguage.10.dylib`KDevelop::CompletionWorkerThread::run(this=0x000000011e5e8b90) + 588 at codecompletionmodel.cpp:89
    frame #9: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #10: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #11: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #12: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #19: tid = 0x14221b, 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10, name = 'QQmlThread'
    frame #0: 0x00007fff8e6a79aa libsystem_kernel.dylib`__select + 10
    frame #1: 0x0000000109ff1b34 libglib-2.0.0.dylib`g_poll + 356
    frame #2: 0x0000000109fe27b5 libglib-2.0.0.dylib`g_main_context_iterate + 453
    frame #3: 0x0000000109fe2894 libglib-2.0.0.dylib`g_main_context_iteration + 100
    frame #4: 0x00000001035544d1 QtCore`QEventDispatcherGlib::processEvents(this=0x00000001295b6d10, flags=<unavailable>) + 97 at qeventdispatcher_glib.cpp:418
    frame #5: 0x00000001034fd9dd QtCore`QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) [inlined] QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 381 at qeventloop.cpp:128
    frame #6: 0x00000001034fd9c4 QtCore`QEventLoop::exec(this=0x000000010b6c7e38, flags=<unavailable>) + 356 at qeventloop.cpp:204
    frame #7: 0x0000000103350445 QtCore`QThread::exec(this=<unavailable>) + 117 at qthread.cpp:503
    frame #8: 0x0000000100ac5219 QtQml`QQmlThreadPrivate::run(this=0x000000012a44fdb0) + 57 at qqmlthread.cpp:141
    frame #9: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #10: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #11: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #12: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #20: tid = 0x143aeb, 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Queue(0x11b41b560)[01]'
    frame #0: 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8e6b5c3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010335558b QtCore`QWaitConditionPrivate::wait(this=0x000000011b427520, time=<unavailable>) + 75 at qwaitcondition_unix.cpp:136
    frame #3: 0x000000010335543b QtCore`QWaitCondition::wait(this=0x000000011b416ac0, mutex=0x000000011b41b590, time=18446744073709551615) + 155 at qwaitcondition_unix.cpp:208
    frame #4: 0x0000000104b5ebff libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) [inlined] ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked(this=<unavailable>, th=<unavailable>) + 1007 at weaver.cpp:594
    frame #5: 0x0000000104b5ebe8 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(this=<unavailable>, th=0x0000000122bdeee0, threadWasBusy=<unavailable>, suspendIfInactive=<unavailable>, justReturning=<unavailable>) + 984 at weaver.cpp:554
    frame #6: 0x0000000104b63820 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=0x000000011b3c8920, th=0x0000000122bdeee0, wasBusy=true) + 64 at workinghardstate.cpp:66
    frame #7: 0x0000000104b63915 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #8: 0x0000000104b5eee2 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=true) + 50 at weaver.cpp:568
    frame #9: 0x0000000104b60e06 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Thread::run(this=0x0000000122bdeee0) + 118 at thread.cpp:103
    frame #10: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #11: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #12: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #13: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #21: tid = 0x143aec, 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Queue(0x11b41b560)[02]'
    frame #0: 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8e6b5c3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010335558b QtCore`QWaitConditionPrivate::wait(this=0x000000011b427520, time=<unavailable>) + 75 at qwaitcondition_unix.cpp:136
    frame #3: 0x000000010335543b QtCore`QWaitCondition::wait(this=0x000000011b416ac0, mutex=0x000000011b41b590, time=18446744073709551615) + 155 at qwaitcondition_unix.cpp:208
    frame #4: 0x0000000104b5ebff libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) [inlined] ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked(this=<unavailable>, th=<unavailable>) + 1007 at weaver.cpp:594
    frame #5: 0x0000000104b5ebe8 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(this=<unavailable>, th=0x0000000129313070, threadWasBusy=<unavailable>, suspendIfInactive=<unavailable>, justReturning=<unavailable>) + 984 at weaver.cpp:554
    frame #6: 0x0000000104b63820 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=0x000000011b3c8920, th=0x0000000129313070, wasBusy=true) + 64 at workinghardstate.cpp:66
    frame #7: 0x0000000104b63915 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #8: 0x0000000104b5eee2 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=true) + 50 at weaver.cpp:568
    frame #9: 0x0000000104b60e06 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Thread::run(this=0x0000000129313070) + 118 at thread.cpp:103
    frame #10: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #11: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #12: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #13: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #22: tid = 0x143aed, 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'Queue(0x11b41b560)[03]'
    frame #0: 0x00007fff8e6a7716 libsystem_kernel.dylib`__psynch_cvwait + 10
    frame #1: 0x00007fff8e6b5c3b libsystem_pthread.dylib`_pthread_cond_wait + 727
    frame #2: 0x000000010335558b QtCore`QWaitConditionPrivate::wait(this=0x000000011b427520, time=<unavailable>) + 75 at qwaitcondition_unix.cpp:136
    frame #3: 0x000000010335543b QtCore`QWaitCondition::wait(this=0x000000011b416ac0, mutex=0x000000011b41b590, time=18446744073709551615) + 155 at qwaitcondition_unix.cpp:208
    frame #4: 0x0000000104b5ebff libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*, bool, bool, bool) [inlined] ThreadWeaver::Weaver::blockThreadUntilJobsAreBeingAssigned_locked(this=<unavailable>, th=<unavailable>) + 1007 at weaver.cpp:594
    frame #5: 0x0000000104b5ebe8 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(this=<unavailable>, th=0x000000012618c550, threadWasBusy=<unavailable>, suspendIfInactive=<unavailable>, justReturning=<unavailable>) + 984 at weaver.cpp:554
    frame #6: 0x0000000104b63820 libKF5ThreadWeaver.5.dylib`ThreadWeaver::WorkingHardState::applyForWork(this=0x000000011b3c8920, th=0x000000012618c550, wasBusy=true) + 64 at workinghardstate.cpp:66
    frame #7: 0x0000000104b63915 libKF5ThreadWeaver.5.dylib`non-virtual thunk to ThreadWeaver::WorkingHardState::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=<unavailable>) + 21 at workinghardstate.cpp:75
    frame #8: 0x0000000104b5eee2 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Weaver::applyForWork(this=<unavailable>, th=<unavailable>, wasBusy=true) + 50 at weaver.cpp:568
    frame #9: 0x0000000104b60e06 libKF5ThreadWeaver.5.dylib`ThreadWeaver::Thread::run(this=0x000000012618c550) + 118 at thread.cpp:103
    frame #10: 0x0000000103353f59 QtCore`QThreadPrivate::start(arg=<unavailable>) + 313 at qthread_unix.cpp:331
    frame #11: 0x00007fff8e6b3899 libsystem_pthread.dylib`_pthread_body + 138
    frame #12: 0x00007fff8e6b372a libsystem_pthread.dylib`_pthread_start + 137
    frame #13: 0x00007fff8e6b7fc9 libsystem_pthread.dylib`thread_start + 13

  thread #28: tid = 0x1496af, 0x00007fff8e6a7e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #0: 0x00007fff8e6a7e6a libsystem_kernel.dylib`__workq_kernreturn + 10
    frame #1: 0x00007fff8e6b4f08 libsystem_pthread.dylib`_pthread_wqthread + 330
    frame #2: 0x00007fff8e6b7fb9 libsystem_pthread.dylib`start_wqthread + 13
(lldb) c
Process 35672 resuming
QObject::disconnect: Unexpected null parameter
QProcess: Destroyed while process ("git") is still running.
QProcess: Destroyed while process ("git") is still running.


More information about the KDevelop-devel mailing list