Bug 331691 - KDevelop crashes on quit while loading CMake project
Summary: KDevelop crashes on quit while loading CMake project
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: CMake (other bugs)
Version First Reported In: 4.6.0
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2014-03-03 08:01 UTC by Denis Kurz
Modified: 2018-03-25 22:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Kurz 2014-03-03 08:01:26 UTC
Application: kdevelop (4.6.0)
KDE Platform Version: 4.12.2 (Compiled from sources)
Qt Version: 4.8.5
Operating System: Linux 3.13.5-gentoo x86_64
Distribution (Platform): Gentoo Packages

-- Information about the crash:
- What I was doing when the application crashed:
1) start KDevelop
2) quit KDevelop before every project is loaded

- Unusual behavior I noticed:
I added a somewhat large project to my session. It takes several minutes to be loaded. In a first phase, the progress bar shows a bouncy, short blue bar. In a second phase, the progress bar shows progress in form of a growing blue bar and a percentage label. When 100% is reached, loading is done. The crash only occurs when I quit KDevelop in the first phase. It does not happen at all if I add the same existing project not as a CMake project, but as a "Project with its own Makefile", even if I quit during the bouncy bar phase.

The crash can be reproduced every time.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2f1ef68780 (LWP 6005))]

Thread 8 (Thread 0x7f2f1a551700 (LWP 6006)):
#0  pthread_cond_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00000031d738a06b in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x31d7688ee0 <QTWTF::pageheap_memory>) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#2  0x00000031d738a0b9 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#3  0x0000003784c08d63 in start_thread (arg=0x7f2f1a551700) at pthread_create.c:308
#4  0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 7 (Thread 0x7f2e97f77700 (LWP 6007)):
#0  pthread_cond_timedwait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00000031cf081c44 in wait (time=1000, this=0x2ccf240) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=this@entry=0x2cec8b8, mutex=mutex@entry=0x2cec8c0, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00000031dccb54f2 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x2cec8a0) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/language/duchain/duchain.cpp:285
#4  0x00000031cf08177f in QThreadPrivate::start (arg=0x2cec8a0) at thread/qthread_unix.cpp:338
#5  0x0000003784c08d63 in start_thread (arg=0x7f2e97f77700) at pthread_create.c:308
#6  0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 6 (Thread 0x7f2e8c409700 (LWP 6008)):
#0  pthread_mutex_lock (mutex=0x7f2e84000a60) at forward.c:192
#1  0x0000003786c893a1 in g_mutex_lock (mutex=mutex@entry=0x7f2e840009a0) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gthread-posix.c:210
#2  0x0000003786c49960 in g_main_context_acquire (context=0x7f2e840009a0) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3115
#3  0x0000003786c4a6d5 in g_main_context_iterate (context=context@entry=0x7f2e840009a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3651
#4  0x0000003786c4a91c in g_main_context_iteration (context=0x7f2e840009a0, may_block=1) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3762
#5  0x00000031cf1b0ff6 in QEventDispatcherGlib::processEvents (this=0x7f2e840008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#6  0x00000031cf1825ef in QEventLoop::processEvents (this=this@entry=0x7f2e8c408e60, flags=...) at kernel/qeventloop.cpp:149
#7  0x00000031cf1828e5 in QEventLoop::exec (this=this@entry=0x7f2e8c408e60, flags=...) at kernel/qeventloop.cpp:204
#8  0x00000031cf07f0af in QThread::exec (this=<optimized out>) at thread/qthread.cpp:536
#9  0x00000031cf08177f in QThreadPrivate::start (arg=0x3701aa8) at thread/qthread_unix.cpp:338
#10 0x0000003784c08d63 in start_thread (arg=0x7f2e8c409700) at pthread_create.c:308
#11 0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 5 (Thread 0x7f2e7170c700 (LWP 6028)):
#0  pthread_cond_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00000031da134842 in ?? () from /usr/lib64/qt4/libQtWebKit.so.4
#2  0x00000031da134879 in ?? () from /usr/lib64/qt4/libQtWebKit.so.4
#3  0x0000003784c08d63 in start_thread (arg=0x7f2e7170c700) at pthread_create.c:308
#4  0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 4 (Thread 0x7f2e70f0b700 (LWP 6030)):
#0  0x00000037844e19bd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000003786c4a814 in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7f2e680029c0, timeout=-1, context=0x7f2e680009a0) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995
#2  g_main_context_iterate (context=context@entry=0x7f2e680009a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3696
#3  0x0000003786c4a91c in g_main_context_iteration (context=0x7f2e680009a0, may_block=1) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3762
#4  0x00000031cf1b0ff6 in QEventDispatcherGlib::processEvents (this=0x7f2e680008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#5  0x00000031cf1825ef in QEventLoop::processEvents (this=this@entry=0x7f2e70f0ae60, flags=...) at kernel/qeventloop.cpp:149
#6  0x00000031cf1828e5 in QEventLoop::exec (this=this@entry=0x7f2e70f0ae60, flags=...) at kernel/qeventloop.cpp:204
#7  0x00000031cf07f0af in QThread::exec (this=<optimized out>) at thread/qthread.cpp:536
#8  0x00000031cf08177f in QThreadPrivate::start (arg=0x1d53820) at thread/qthread_unix.cpp:338
#9  0x0000003784c08d63 in start_thread (arg=0x7f2e70f0b700) at pthread_create.c:308
#10 0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7f2e22ffd700 (LWP 6055)):
#0  0x00000037844e19bd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000003786c4a814 in g_main_context_poll (priority=2147483647, n_fds=1, fds=0x7f2e18002bb0, timeout=-1, context=0x7f2e180009a0) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3995
#2  g_main_context_iterate (context=context@entry=0x7f2e180009a0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3696
#3  0x0000003786c4a91c in g_main_context_iteration (context=0x7f2e180009a0, may_block=1) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3762
#4  0x00000031cf1b0ff6 in QEventDispatcherGlib::processEvents (this=0x7f2e180008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#5  0x00000031cf1825ef in QEventLoop::processEvents (this=this@entry=0x7f2e22ffce20, flags=...) at kernel/qeventloop.cpp:149
#6  0x00000031cf1828e5 in QEventLoop::exec (this=this@entry=0x7f2e22ffce20, flags=...) at kernel/qeventloop.cpp:204
#7  0x00000031cf07f0af in QThread::exec (this=this@entry=0x19973f0) at thread/qthread.cpp:536
#8  0x00000031cf163783 in QInotifyFileSystemWatcherEngine::run (this=0x19973f0) at io/qfilesystemwatcher_inotify.cpp:256
#9  0x00000031cf08177f in QThreadPrivate::start (arg=0x19973f0) at thread/qthread_unix.cpp:338
#10 0x0000003784c08d63 in start_thread (arg=0x7f2e22ffd700) at pthread_create.c:308
#11 0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7f2e227fc700 (LWP 6057)):
[KCrash Handler]
#6  QHash<QString, QStringList>::findNode (this=0x1abec88, akey=..., ahp=ahp@entry=0x0) at /usr/include/qt4/QtCore/qhash.h:887
#7  0x00007f2e8a72df7f in constFind (akey=..., this=<optimized out>) at /usr/include/qt4/QtCore/qhash.h:861
#8  CMakeProjectVisitor::variableValue (this=this@entry=0x7f2e227fbb70, var=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:137
#9  0x00007f2e8a73103f in CMakeProjectVisitor::theValue (this=this@entry=0x7f2e227fbb70, exp=..., thecase=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:157
#10 0x00007f2e8a7316e7 in CMakeProjectVisitor::value (this=this@entry=0x7f2e227fbb70, exp=..., poss=..., desired=@0x7f2e227facfc: 0) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:211
#11 0x00007f2e8a73188e in CMakeProjectVisitor::resolveVariable (this=this@entry=0x7f2e227fbb70, exp=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:233
#12 0x00007f2e8a731cd5 in CMakeProjectVisitor::resolveVariables (this=this@entry=0x7f2e227fbb70, exp=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2271
#13 0x00007f2e8a740392 in CMakeProjectVisitor::walk (this=0x7f2e227fbb70, fc=..., line=14, isClean=<optimized out>) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2351
#14 0x00007f2e8a7465fa in CMakeProjectVisitor::visit (this=0x7f2e227fbb70, fea=0x7f2e0c12bc30) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1899
#15 0x00007f2e8a7404bd in CMakeProjectVisitor::walk (this=0x7f2e227fbb70, fc=..., line=12, isClean=<optimized out>) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2375
#16 0x00007f2e8a7465fa in CMakeProjectVisitor::visit (this=0x7f2e227fbb70, fea=0x7f2e0c127a00) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1899
#17 0x00007f2e8a7404bd in CMakeProjectVisitor::walk (this=0x7f2e227fbb70, fc=..., line=10, isClean=<optimized out>) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2375
#18 0x00007f2e8a7457b8 in CMakeProjectVisitor::visit (this=0x7f2e227fbb70, call=0x7f2e0c119f50) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1299
#19 0x00007f2e8a7404bd in CMakeProjectVisitor::walk (this=0x7f2e227fbb70, fc=..., line=15, isClean=<optimized out>) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2375
#20 0x00007f2e8a74158f in CMakeProjectVisitor::visit (this=0x7f2e227fbb70, inc=0x7f2e0c030880) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:630
#21 0x00007f2e8a7404bd in CMakeProjectVisitor::walk (this=this@entry=0x7f2e227fbb70, fc=..., line=51, line@entry=0, isClean=isClean@entry=true) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2375
#22 0x00007f2e8a741105 in CMakeProjectVisitor::walk (this=this@entry=0x7f2e227fbb70, fc=..., line=line@entry=0, isClean=isClean@entry=true) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2298
#23 0x00007f2e8a75123b in CMakeParserUtils::includeScript (file=..., parent=..., data=data@entry=0x1abec68, sourcedir=..., env=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/parser/cmakeparserutils.cpp:192
#24 0x00007f2e8315f7fe in CMakeImportJob::includeScript (this=this@entry=0x1abec40, file=..., dir=..., parent=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/cmakeimportjob.cpp:207
#25 0x00007f2e83161d7b in CMakeImportJob::importDirectory (this=this@entry=0x1abec40, project=0x19176d0, url=..., parentTop=...) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/cmakeimportjob.cpp:224
#26 0x00007f2e8316203c in CMakeImportJob::initialize (this=0x1abec40) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/projectmanagers/cmake/cmakeimportjob.cpp:119
#27 0x00007f2e83162316 in QtConcurrent::RunFunctionTask<void>::run (this=0x19369d0) at /usr/include/qt4/QtCore/qtconcurrentrunbase.h:134
#28 0x00000031cf074f8c in QThreadPoolThread::run (this=0x1ab0c70) at concurrent/qthreadpool.cpp:107
#29 0x00000031cf08177f in QThreadPrivate::start (arg=0x1ab0c70) at thread/qthread_unix.cpp:338
#30 0x0000003784c08d63 in start_thread (arg=0x7f2e227fc700) at pthread_create.c:308
#31 0x00000037844eb2fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7f2f1ef68780 (LWP 6005)):
#0  0x00000037844dcf7d in write () at ../sysdeps/unix/syscall-template.S:81
#1  0x0000003786c8872f in g_wakeup_signal (wakeup=0x162e330) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gwakeup.c:238
#2  0x00000031cf1872fe in QCoreApplication::postEvent (receiver=0x40c40f0, event=0x399bb70, priority=priority@entry=0) at kernel/qcoreapplication.cpp:1395
#3  0x00000031cf1873e7 in QCoreApplication::postEvent (receiver=<optimized out>, event=<optimized out>) at kernel/qcoreapplication.cpp:1307
#4  0x00000031cf1951d4 in QObject::deleteLater (this=<optimized out>) at kernel/qobject.cpp:2087
#5  0x00007f2f1e417a5f in unregisterWidget (key=0x399b540, this=0x1723a28) at /var/tmp/portage/kde-base/kstyles-4.11.6/work/kstyles-4.11.6/kstyles/oxygen/animations/oxygendatamap.h:103
#6  Oxygen::WidgetStateEngine::unregisterWidget (this=0x17239b0, object=0x399b540) at /var/tmp/portage/kde-base/kstyles-4.11.6/work/kstyles-4.11.6/kstyles/oxygen/animations/oxygenwidgetstateengine.h:100
#7  0x00007f2f1e4156e4 in Oxygen::WidgetStateEngine::qt_static_metacall (_o=<optimized out>, _a=0x7fffc3fe5fd0, _id=<optimized out>, _c=<optimized out>) at /var/tmp/portage/kde-base/kstyles-4.11.6/work/kstyles-4.11.6_build/kstyles/oxygen/oxygenwidgetstateengine.moc:49
#8  0x00000031cf197998 in QMetaObject::activate (sender=sender@entry=0x399b540, m=m@entry=0x31cf4e4b60 <QObject::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fffc3fe5fd0) at kernel/qobject.cpp:3547
#9  0x00000031cf1983bf in QObject::destroyed (this=this@entry=0x399b540, _t1=_t1@entry=0x399b540) at .moc/release-shared/moc_qobject.cpp:148
#10 0x00000031cf19c393 in QObject::~QObject (this=0x399b540, __in_chrg=<optimized out>) at kernel/qobject.cpp:843
#11 0x00000031d0a2718a in QWidget::~QWidget (this=0x399b540, __in_chrg=<optimized out>) at kernel/qwidget.cpp:1554
#12 0x00000031d2101b99 in KMenu::~KMenu (this=0x399b540, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/widgets/kmenu.cpp:168
#13 0x00000031d1f81127 in KSelectAction::~KSelectAction (this=0x399b0c0, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/actions/kselectaction.cpp:92
#14 0x00000031d1f81139 in KSelectAction::~KSelectAction (this=0x399b0c0, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/actions/kselectaction.cpp:93
#15 0x00000031cf19a2c4 in QObjectPrivate::deleteChildren (this=this@entry=0x3985280) at kernel/qobject.cpp:1907
#16 0x00000031cf19c8ff in QObject::~QObject (this=0x39850d0, __in_chrg=<optimized out>) at kernel/qobject.cpp:926
#17 0x00000031d09d3497 in QAction::~QAction (this=0x39850d0, __in_chrg=<optimized out>) at kernel/qaction.cpp:652
#18 0x00000031d0a2e60a in QWidgetAction::~QWidgetAction (this=0x39850d0, __in_chrg=<optimized out>) at kernel/qwidgetaction.cpp:119
#19 0x00000031d1f77dc9 in KCodecAction::~KCodecAction (this=0x39850d0, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/actions/kcodecaction.cpp:86
#20 0x00000031cf19a2c4 in QObjectPrivate::deleteChildren (this=this@entry=0x3976a90) at kernel/qobject.cpp:1907
#21 0x00000031cf19c8ff in QObject::~QObject (this=0x3976960, __in_chrg=<optimized out>) at kernel/qobject.cpp:926
#22 0x00007f2e8dce4dc9 in Konsole::SessionController::~SessionController (this=0x3976960, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/konsole-4.12.2/work/konsole-4.12.2/src/SessionController.cpp:217
#23 0x00007f2e8dce4e39 in Konsole::SessionController::~SessionController (this=0x3976960, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/konsole-4.12.2/work/konsole-4.12.2/src/SessionController.cpp:227
#24 0x00000031cf19a2c4 in QObjectPrivate::deleteChildren (this=this@entry=0x3919c20) at kernel/qobject.cpp:1907
#25 0x00000031cf19c8ff in QObject::~QObject (this=0x3919bb0, __in_chrg=<optimized out>) at kernel/qobject.cpp:926
#26 0x00007f2e8dd00d19 in Konsole::ViewManager::~ViewManager (this=0x3919bb0, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/konsole-4.12.2/work/konsole-4.12.2/src/ViewManager.cpp:111
#27 0x00000031cf19a2c4 in QObjectPrivate::deleteChildren (this=this@entry=0x3919e10) at kernel/qobject.cpp:1907
#28 0x00000031cf19c8ff in QObject::~QObject (this=0x391bd70, __in_chrg=<optimized out>) at kernel/qobject.cpp:926
#29 0x00000031d582990a in KParts::Part::~Part (this=0x391bd70, __vtt_parm=0x7f2e8e158a30 <VTT for Konsole::Part+16>, __in_chrg=<optimized out>) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kparts/part.cpp:190
#30 0x00007f2e8df54476 in Konsole::Part::~Part (this=0x391bd70, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /var/tmp/portage/kde-base/konsole-4.12.2/work/konsole-4.12.2/src/Part.cpp:89
#31 0x00007f2e8df544b9 in Konsole::Part::~Part (this=0x391bd70, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /var/tmp/portage/kde-base/konsole-4.12.2/work/konsole-4.12.2/src/Part.cpp:92
#32 0x00000031cf19a2c4 in QObjectPrivate::deleteChildren (this=this@entry=0x391b900) at kernel/qobject.cpp:1907
#33 0x00000031d0a270f5 in QWidget::~QWidget (this=0x391a4b0, __in_chrg=<optimized out>) at kernel/qwidget.cpp:1679
#34 0x00007f2e8e160329 in KDevKonsoleView::~KDevKonsoleView (this=0x391a4b0, __in_chrg=<optimized out>) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/plugins/konsole/kdevkonsoleview.cpp:117
#35 0x00000031cf19a2c4 in QObjectPrivate::deleteChildren (this=this@entry=0x3a1fa80) at kernel/qobject.cpp:1907
#36 0x00000031d0a270f5 in QWidget::~QWidget (this=0x38ced20, __in_chrg=<optimized out>) at kernel/qwidget.cpp:1679
#37 0x00000031dac3c061 in ~IdealDockWidget (this=0x38ced20, __in_chrg=<optimized out>) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/sublime/idealdockwidget.cpp:65
#38 Sublime::IdealDockWidget::~IdealDockWidget (this=0x38ced20, __in_chrg=<optimized out>) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/sublime/idealdockwidget.cpp:67
#39 0x00000031dac38a2a in Sublime::IdealController::removeView (this=0x1d51650, view=0x3915a40, nondestructive=nondestructive@entry=false) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/sublime/idealcontroller.cpp:354
#40 0x00000031dac327bb in Sublime::MainWindowPrivate::aboutToRemoveToolView (this=0x1d4d2c0, toolView=0x3915a40) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/sublime/mainwindow_p.cpp:651
#41 0x00000031cf197998 in QMetaObject::activate (sender=sender@entry=0x1d8cea0, m=m@entry=0x31dae4a9a0 <Sublime::Area::staticMetaObject>, local_signal_index=local_signal_index@entry=5, argv=argv@entry=0x7fffc3fe6860) at kernel/qobject.cpp:3547
#42 0x00000031dac21610 in Sublime::Area::aboutToRemoveToolView (this=this@entry=0x1d8cea0, _t1=0x3915a40, _t2=Sublime::Bottom) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0_build/sublime/area.moc:166
#43 0x00000031dac231d6 in Sublime::Area::removeToolView (this=0x1d8cea0, view=view@entry=0x3915a40) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/sublime/area.cpp:247
#44 0x00000031de07d9fa in KDevelop::UiController::removeToolView (this=0x1d47f30, factory=0x36034c0) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/uicontroller.cpp:356
#45 0x00000031de0710e6 in KDevelop::PluginController::unloadPlugin (this=this@entry=0x1b6eb80, plugin=0x3608cb0, deletion=deletion@entry=KDevelop::PluginController::Now) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/plugincontroller.cpp:305
#46 0x00000031de0712d7 in KDevelop::PluginController::cleanup (this=0x1b6eb80) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/plugincontroller.cpp:196
#47 0x00000031de078ff8 in KDevelop::Core::cleanup (this=0x1d31680) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/core.cpp:408
#48 0x00000031de07922d in KDevelop::Core::shutdown (this=0x1d31680) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/core.cpp:377
#49 0x00000031de0685fd in KDevelop::MainWindow::~MainWindow (this=this@entry=0x1d4a3d0, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/mainwindow.cpp:119
#50 0x00000031de068649 in KDevelop::MainWindow::~MainWindow (this=0x1d4a3d0, __in_chrg=<optimized out>, __vtt_parm=<optimized out>) at /var/tmp/portage/dev-util/kdevplatform-1.6.0/work/kdevplatform-1.6.0/shell/mainwindow.cpp:123
#51 0x00000031cf19be48 in QObject::event (this=this@entry=0x1d4a3d0, e=e@entry=0x642fea0) at kernel/qobject.cpp:1175
#52 0x00000031d0a2a9eb in QWidget::event (this=this@entry=0x1d4a3d0, event=event@entry=0x642fea0) at kernel/qwidget.cpp:8846
#53 0x00000031d0dc72d3 in QMainWindow::event (this=this@entry=0x1d4a3d0, event=event@entry=0x642fea0) at widgets/qmainwindow.cpp:1478
#54 0x00000031d2100fe1 in KMainWindow::event (this=this@entry=0x1d4a3d0, ev=ev@entry=0x642fea0) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/widgets/kmainwindow.cpp:1084
#55 0x00000031d21389f9 in KXmlGuiWindow::event (this=0x1d4a3d0, ev=0x642fea0) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/xmlgui/kxmlguiwindow.cpp:126
#56 0x00000031d09da21c in QApplicationPrivate::notify_helper (this=this@entry=0x16d1040, receiver=receiver@entry=0x1d4a3d0, e=e@entry=0x642fea0) at kernel/qapplication.cpp:4562
#57 0x00000031d09e0a10 in QApplication::notify (this=this@entry=0x7fffc3fe74c0, receiver=receiver@entry=0x1d4a3d0, e=e@entry=0x642fea0) at kernel/qapplication.cpp:4348
#58 0x00000031d204ca4a in KApplication::notify (this=0x7fffc3fe74c0, receiver=0x1d4a3d0, event=0x642fea0) at /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2/kdeui/kernel/kapplication.cpp:311
#59 0x00000031cf1839ad in QCoreApplication::notifyInternal (this=0x7fffc3fe74c0, receiver=receiver@entry=0x1d4a3d0, event=event@entry=0x642fea0) at kernel/qcoreapplication.cpp:949
#60 0x00000031cf186afa in sendEvent (event=0x642fea0, receiver=0x1d4a3d0) at kernel/qcoreapplication.h:231
#61 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0, data=0x1630510) at kernel/qcoreapplication.cpp:1573
#62 0x00000031cf186f93 in QCoreApplication::sendPostedEvents (receiver=receiver@entry=0x0, event_type=event_type@entry=0) at kernel/qcoreapplication.cpp:1466
#63 0x00000031cf1b1713 in sendPostedEvents () at kernel/qcoreapplication.h:236
#64 postEventSourceDispatch (s=s@entry=0x16d1b20) at kernel/qeventdispatcher_glib.cpp:280
#65 0x0000003786c4a526 in g_main_dispatch (context=0x16319b0) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3054
#66 g_main_context_dispatch (context=context@entry=0x16319b0) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3630
#67 0x0000003786c4a878 in g_main_context_iterate (context=context@entry=0x16319b0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3701
#68 0x0000003786c4a91c in g_main_context_iteration (context=0x16319b0, may_block=1) at /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/glib/gmain.c:3762
#69 0x00000031cf1b0fd5 in QEventDispatcherGlib::processEvents (this=0x16d0570, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#70 0x00000031d0a78346 in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#71 0x00000031cf1825ef in QEventLoop::processEvents (this=this@entry=0x7fffc3fe72f0, flags=...) at kernel/qeventloop.cpp:149
#72 0x00000031cf1828e5 in QEventLoop::exec (this=this@entry=0x7fffc3fe72f0, flags=...) at kernel/qeventloop.cpp:204
#73 0x00000031cf187b9b in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1221
#74 0x00000031d09d89cc in QApplication::exec () at kernel/qapplication.cpp:3823
#75 0x0000000000411c40 in main (argc=<optimized out>, argv=<optimized out>) at /var/tmp/portage/dev-util/kdevelop-4.6.0/work/kdevelop-4.6.0/app/main.cpp:566

Reported using DrKonqi
Comment 1 Kevin Funk 2018-03-25 22:46:38 UTC
The class CMakeProjectVisitor is no more, thus this bug is no longer applicable.