Bug 187335 - KDevelop crashes when a file is chmod'd to be -w, when it was opened.
Summary: KDevelop crashes when a file is chmod'd to be -w, when it was opened.
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords: investigated, triaged
: 197762 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-16 21:51 UTC by Shaun Reich
Modified: 2018-10-21 04:23 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shaun Reich 2009-03-16 21:51:06 UTC
Version:           KDevelop 4 (trunk) (using Devel)
Compiler:          gcc 4.3.2 magic
OS:                Linux
Installed from:    Compiled sources

I encountered this bug like 3 times over 1-3 weeks I would say, at least that many times...

I can't willing reproduce it atm, because I am busy using kdevelop to code :P If you can't reproduce it from the steps to get a backtrace, just ask.. but since you will have to verify anyways, since I am not -absolutely- certain that this is entirely reproducible...

Open a file of a project, make sure that file was -rx only, not -w. Edit the file, try to save it, the dialog pops up, warning you; click Close.

Execute chmod 777 -Rfv FILE_CONTAINED_DIR

Whoa, that's weird.. the GUI is blank, only the window's title bar is there. 2 minutes later.. bam, crash...
Comment 1 Andreas Pakulat 2009-03-20 12:35:14 UTC
The description suggests some code that hangs in an endless loop or something. I can't reproduce this here however, so if you encounter this the next time please produce a backtrace and attach it.
Comment 2 Shaun Reich 2009-03-26 03:42:14 UTC
Hm, I can't seem to reproduce it now with the build I just 'make'd, before it would not pop up a dialog a second time iirc. Thanks, closing.
Comment 3 Shaun Reich 2009-03-28 03:46:16 UTC
Gotchya, sneaky little thing, it doesn't happen 100%, but it happens, and seemingly whenever I chmod a file, because I first revert it from svn, then I have to chmod it, then I think it was not too long afterwards, bam.

Application: KDevelop (kdevelop), signal SIGABRT
[Current thread is 0 (LWP 21541)]

Thread 9 (Thread 0xb3713b90 (LWP 21543)):
#0  0xb806e430 in __kernel_vsyscall ()
#1  0xb6412df1 in select () from /lib/tls/i686/cmov/libc.so.6
#2  0xb708d3f9 in QProcessManager::run (this=0x980e950) at io/qprocess_unix.cpp:305
#3  0xb6fb565b in QThreadPrivate::start (arg=0x980e950) at thread/qthread_unix.cpp:189
#4  0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5  0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 8 (Thread 0xb22aeb90 (LWP 21550)):
#0  0xb806e430 in __kernel_vsyscall ()
#1  0xb6f333a2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb6fb5f66 in QWaitConditionPrivate::wait (this=0x9ac12c8, time=140000) at thread/qwaitcondition_unix.cpp:85
#3  0xb6fb5a7f in QWaitCondition::wait (this=0x9ac01fc, mutex=0x9ac0200, time=140000) at thread/qwaitcondition_unix.cpp:159
#4  0xb5feb10b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x9ac01f0) at /home/kde-devel/kde/src/kdevplatform/language/duchain/duchain.cpp:250
#5  0xb6fb565b in QThreadPrivate::start (arg=0x9ac01f0) at thread/qthread_unix.cpp:189
#6  0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 7 (Thread 0xaf68bb90 (LWP 21578)):
#0  0xb5a9e54a in clock_gettime () from /lib/tls/i686/cmov/librt.so.1
#1  0xb70dd02a in QTimerInfoList::getTime (this=0x9da05ec, t=@0x9da0610) at kernel/qeventdispatcher_unix.cpp:339
#2  0xb70dd25d in QTimerInfoList::updateCurrentTime (this=0x9da05ec) at kernel/qeventdispatcher_unix.cpp:297
#3  0xb70dd925 in QTimerInfoList::timerWait (this=0x9da05ec, tm=@0xaf68b13c) at kernel/qeventdispatcher_unix.cpp:420
#4  0xb70db242 in timerSourcePrepare (source=0x9da05b8, timeout=0xaf68b198) at kernel/qeventdispatcher_glib.cpp:140
#5  0xb5a1f622 in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
#6  0xb5a1faaa in ?? () from /usr/lib/libglib-2.0.so.0
#7  0xb5a1ff81 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#8  0xb70da442 in QEventDispatcherGlib::processEvents (this=0x9da1468, flags={i = -1352093052}) at kernel/qeventdispatcher_glib.cpp:325
#9  0xb70a85dc in QEventLoop::processEvents (this=0xaf68b30c, flags={i = -1352092976}) at kernel/qeventloop.cpp:149
#10 0xb70a8836 in QEventLoop::exec (this=0xaf68b30c, flags={i = -1352092908}) at kernel/qeventloop.cpp:196
#11 0xb6fb19ed in QThread::exec (this=0x9d955f8) at thread/qthread.cpp:481
#12 0xb60d05c1 in KDevelop::CompletionWorkerThread::run (this=0x9d955f8) at /home/kde-devel/kde/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:79
#13 0xb6fb565b in QThreadPrivate::start (arg=0x9d955f8) at thread/qthread_unix.cpp:189
#14 0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#15 0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 6 (Thread 0xafe8cb90 (LWP 21579)):
#0  0xb5a9e54a in clock_gettime () from /lib/tls/i686/cmov/librt.so.1
#1  0xb70dd02a in QTimerInfoList::getTime (this=0x9d8ba6c, t=@0x9d8ba90) at kernel/qeventdispatcher_unix.cpp:339
#2  0xb70dd25d in QTimerInfoList::updateCurrentTime (this=0x9d8ba6c) at kernel/qeventdispatcher_unix.cpp:297
#3  0xb70dd925 in QTimerInfoList::timerWait (this=0x9d8ba6c, tm=@0xafe8c13c) at kernel/qeventdispatcher_unix.cpp:420
#4  0xb70db242 in timerSourcePrepare (source=0x9d8ba38, timeout=0xafe8c198) at kernel/qeventdispatcher_glib.cpp:140
#5  0xb5a1f622 in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
#6  0xb5a1faaa in ?? () from /usr/lib/libglib-2.0.so.0
#7  0xb5a1ff81 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#8  0xb70da442 in QEventDispatcherGlib::processEvents (this=0x9d8b148, flags={i = -1343700348}) at kernel/qeventdispatcher_glib.cpp:325
#9  0xb70a85dc in QEventLoop::processEvents (this=0xafe8c30c, flags={i = -1343700272}) at kernel/qeventloop.cpp:149
#10 0xb70a8836 in QEventLoop::exec (this=0xafe8c30c, flags={i = -1343700204}) at kernel/qeventloop.cpp:196
#11 0xb6fb19ed in QThread::exec (this=0x9d8aec8) at thread/qthread.cpp:481
#12 0xb60d05c1 in KDevelop::CompletionWorkerThread::run (this=0x9d8aec8) at /home/kde-devel/kde/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:79
#13 0xb6fb565b in QThreadPrivate::start (arg=0x9d8aec8) at thread/qthread_unix.cpp:189
#14 0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#15 0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 5 (Thread 0xae050b90 (LWP 21587)):
#0  0xb806e430 in __kernel_vsyscall ()
#1  0xb6f333a2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb6fb506d in thread_sleep (ti=0xae050310) at thread/qthread_unix.cpp:298
#3  0xb6fb5267 in QThread::msleep (msecs=14) at thread/qthread_unix.cpp:324
#4  0xae5fda9d in UIBlockTester::UIBlockTesterThread::run (this=0x9e1f868) at /home/kde-devel/kde/src/kdevelop/languages/cpp/cpplanguagesupport.cpp:946
#5  0xb6fb565b in QThreadPrivate::start (arg=0x9e1f868) at thread/qthread_unix.cpp:189
#6  0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7  0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 4 (Thread 0xad4a7b90 (LWP 21590)):
#0  0xb806e430 in __kernel_vsyscall ()
#1  0xb6f33075 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb6fb5f80 in QWaitConditionPrivate::wait (this=0x990fd38, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  0xb6fb5a7f in QWaitCondition::wait (this=0x990fa50, mutex=0x990fed8, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0xb7a00140 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x990fa38, th=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0xb7a04c96 in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x990ff70, th=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0xb79ff7c9 in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x990fa38, th=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0xb7a04db3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x990ff70, th=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0xb7a003ae in ThreadWeaver::WeaverImpl::applyForWork (this=0x990fa38, th=0x9ff15a8, previous=0x0) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0xb7a04ddb in ThreadWeaver::WorkingHardState::applyForWork (this=0x990ff70, th=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:74
#10 0xb7a003ae in ThreadWeaver::WeaverImpl::applyForWork (this=0x990fa38, th=0x9ff15a8, previous=0xa653080) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:351
#11 0xb7a02df9 in ThreadWeaver::ThreadRunHelper::run (this=0xad4a7344, parent=0x990fa38, th=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/Thread.cpp:87
#12 0xb7a02fd3 in ThreadWeaver::Thread::run (this=0x9ff15a8) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/Thread.cpp:142
#13 0xb6fb565b in QThreadPrivate::start (arg=0x9ff15a8) at thread/qthread_unix.cpp:189
#14 0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#15 0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 3 (Thread 0xacca6b90 (LWP 21591)):
#0  0xb806e430 in __kernel_vsyscall ()
#1  0xb6f33075 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb6fb5f80 in QWaitConditionPrivate::wait (this=0x990fd38, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  0xb6fb5a7f in QWaitCondition::wait (this=0x990fa50, mutex=0x990fed8, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0xb7a00140 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x990fa38, th=0xa230b60) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0xb7a04c96 in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x990ff70, th=0xa230b60) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0xb79ff7c9 in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x990fa38, th=0xa230b60) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0xb7a04db3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x990ff70, th=0xa230b60) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0xb7a003ae in ThreadWeaver::WeaverImpl::applyForWork (this=0x990fa38, th=0xa230b60, previous=0xbaf2200) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0xb7a02df9 in ThreadWeaver::ThreadRunHelper::run (this=0xacca6344, parent=0x990fa38, th=0xa230b60) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/Thread.cpp:87
#10 0xb7a02fd3 in ThreadWeaver::Thread::run (this=0xa230b60) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/Thread.cpp:142
#11 0xb6fb565b in QThreadPrivate::start (arg=0xa230b60) at thread/qthread_unix.cpp:189
#12 0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#13 0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 2 (Thread 0xac4a5b90 (LWP 21592)):
#0  0xb806e430 in __kernel_vsyscall ()
#1  0xb6f33075 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb6fb5f80 in QWaitConditionPrivate::wait (this=0x990fd38, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  0xb6fb5a7f in QWaitCondition::wait (this=0x990fa50, mutex=0x990fed8, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0xb7a00140 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x990fa38, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0xb7a04c96 in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x990ff70, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0xb79ff7c9 in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x990fa38, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0xb7a04db3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x990ff70, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0xb7a003ae in ThreadWeaver::WeaverImpl::applyForWork (this=0x990fa38, th=0xb19a0680, previous=0x0) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0xb7a04ddb in ThreadWeaver::WorkingHardState::applyForWork (this=0x990ff70, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:74
#10 0xb7a003ae in ThreadWeaver::WeaverImpl::applyForWork (this=0x990fa38, th=0xb19a0680, previous=0x0) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:351
#11 0xb7a04ddb in ThreadWeaver::WorkingHardState::applyForWork (this=0x990ff70, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WorkingHardState.cpp:74
#12 0xb7a003ae in ThreadWeaver::WeaverImpl::applyForWork (this=0x990fa38, th=0xb19a0680, previous=0x9ff0920) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/WeaverImpl.cpp:351
#13 0xb7a02df9 in ThreadWeaver::ThreadRunHelper::run (this=0xac4a5344, parent=0x990fa38, th=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/Thread.cpp:87
#14 0xb7a02fd3 in ThreadWeaver::Thread::run (this=0xb19a0680) at /home/kde-devel/kde/src/kdelibs/threadweaver/Weaver/Thread.cpp:142
#15 0xb6fb565b in QThreadPrivate::start (arg=0xb19a0680) at thread/qthread_unix.cpp:189
#16 0xb6f2f50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#17 0xb641aa0e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb58158d0 (LWP 21541)):
[KCrash Handler]
#6  0xb806e430 in __kernel_vsyscall ()
#7  0xb63648a0 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb6366268 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb6fab57f in qt_message_output (msgType=QtFatalMsg, buf=0xb320230 "ASSERT: \"files.count()==1\" in file /home/kde-devel/kde/src/kdevelop/projectmanagers/cmake/cmakemanager.cpp, line 790")
    at global/qglobal.cpp:2006
#10 0xb6fab5f6 in qFatal (msg=0xb7100c34 "ASSERT: \"%s\" in file %s, line %d") at global/qglobal.cpp:2201
#11 0xb6faba35 in qt_assert (assertion=0xb3777776 "files.count()==1", file=0xb3777300 "/home/kde-devel/kde/src/kdevelop/projectmanagers/cmake/cmakemanager.cpp", line=790) at global/qglobal.cpp:1777
#12 0xb375c312 in CMakeManager::dirtyFile (this=0x999a388, dirty=@0xbf96ccc0) at /home/kde-devel/kde/src/kdevelop/projectmanagers/cmake/cmakemanager.cpp:790
#13 0xb375c742 in CMakeManager::qt_metacall (this=0x999a388, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbf96cc3c) at /home/kde-devel/kde/build/kdevelop/projectmanagers/cmake/cmakemanager.moc:84
#14 0xb70c1bef in QMetaObject::activate (sender=0x98bed68, from_signal_index=4, to_signal_index=4, argv=0xbf96cc3c) at kernel/qobject.cpp:3066
#15 0xb70c2fbb in QMetaObject::activate (sender=0x98bed68, m=0xb7d38644, local_signal_index=0, argv=0xbf96cc3c) at kernel/qobject.cpp:3143
#16 0xb7bdd7e4 in KDirWatch::dirty (this=0x98bed68, _t1=@0xbf96ccc0) at /home/kde-devel/kde/build/kdelibs/kio/kdirwatch.moc:83
#17 0xb7bddb5a in KDirWatch::setDirty (this=0x98bed68, _file=@0xbf96ccc0) at /home/kde-devel/kde/src/kdelibs/kio/kio/kdirwatch.cpp:1748
#18 0xb7bdef75 in KDirWatchPrivate::emitEvent (this=0x9a8f1a0, e=0xae7a56c4, event=1, fileName=@0xbf96cd2c) at /home/kde-devel/kde/src/kdelibs/kio/kio/kdirwatch.cpp:1227
#19 0xb7be1cac in KDirWatchPrivate::slotRescan (this=0x9a8f1a0) at /home/kde-devel/kde/src/kdelibs/kio/kio/kdirwatch.cpp:1319
#20 0xb7be3439 in KDirWatchPrivate::qt_metacall (this=0x9a8f1a0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbf96ce1c) at /home/kde-devel/kde/build/kdelibs/kio/kdirwatch_p.moc:73
#21 0xb70c1bef in QMetaObject::activate (sender=0x9a8f1e8, from_signal_index=4, to_signal_index=4, argv=0x0) at kernel/qobject.cpp:3066
#22 0xb70c2fbb in QMetaObject::activate (sender=0x9a8f1e8, m=0xb7167904, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3143
#23 0xb70ffbe9 in QTimer::timeout (this=0x9a8f1e8) at .moc/debug-shared/moc_qtimer.cpp:128
#24 0xb70ca6f6 in QTimer::timerEvent (this=0x9a8f1e8, e=0xbf96d354) at kernel/qtimer.cpp:261
#25 0xb70bf9ee in QObject::event (this=0x9a8f1e8, e=0xbf96d354) at kernel/qobject.cpp:1082
#26 0xb67200f3 in QApplicationPrivate::notify_helper (this=0x980ee48, receiver=0x9a8f1e8, e=0xbf96d354) at kernel/qapplication.cpp:4084
#27 0xb6720468 in QApplication::notify (this=0xbf96d650, receiver=0x9a8f1e8, e=0xbf96d354) at kernel/qapplication.cpp:3631
#28 0xb738e61d in KApplication::notify (this=0xbf96d650, receiver=0x9a8f1e8, event=0xbf96d354) at /home/kde-devel/kde/src/kdelibs/kdeui/kernel/kapplication.cpp:302
#29 0xb70ab5eb in QCoreApplication::notifyInternal (this=0xbf96d650, receiver=0x9a8f1e8, event=0xbf96d354) at kernel/qcoreapplication.cpp:598
#30 0xb782edab in QCoreApplication::sendEvent (receiver=0x9a8f1e8, event=0xbf96d354) at ../../../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:213
#31 0xb70dd841 in QTimerInfoList::activateTimers (this=0x9811bcc) at kernel/qeventdispatcher_unix.cpp:572
#32 0xb70db0f0 in timerSourceDispatch (source=0x9811b98) at kernel/qeventdispatcher_glib.cpp:164
#33 0xb5a1c718 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#34 0xb5a1fdc3 in ?? () from /usr/lib/libglib-2.0.so.0
#35 0xb5a1ff81 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#36 0xb70da422 in QEventDispatcherGlib::processEvents (this=0x97571d8, flags={i = -1080634156}) at kernel/qeventdispatcher_glib.cpp:323
#37 0xb67ce5d8 in QGuiEventDispatcherGlib::processEvents (this=0x97571d8, flags={i = -1080634108}) at kernel/qguieventdispatcher_glib.cpp:202
#38 0xb70a85dc in QEventLoop::processEvents (this=0xbf96d590, flags={i = -1080634032}) at kernel/qeventloop.cpp:149
#39 0xb70a8836 in QEventLoop::exec (this=0xbf96d590, flags={i = -1080633960}) at kernel/qeventloop.cpp:196
#40 0xb70abdc3 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:880
#41 0xb671fe0c in QApplication::exec () at kernel/qapplication.cpp:3553
#42 0x0804f184 in main (argc=-1207656368, argv=0x984d710) at /home/kde-devel/kde/src/kdevelop/app/main.cpp:203
Comment 4 Andreas Pakulat 2009-03-28 09:09:38 UTC
Thanks a lot, that at least tells us where kdevelop crashes. Now to find out why. I've just comitted some debug output to the cmake support that hopefully should bring some light to this. To see it activate the cmake manager area in kdebugdialog (#9032) then run kdevelop from a shell redirecting output into a file. When you hit the assert add the last lines here (everything from the last line having "is dirty" until the end)
Comment 5 Andreas Pakulat 2009-06-24 20:57:21 UTC
*** Bug 197762 has been marked as a duplicate of this bug. ***
Comment 6 Andreas Pakulat 2009-07-25 19:14:28 UTC
waiting for the debug output, I can't reproduce this here at all, but the code suggests it has something to do with the CMakeLists.txt.
Comment 7 Andrei Benea 2009-08-07 11:47:39 UTC
I can reproduce this bug every time. Here's the debug output you requested:

kdevelop(17268)/kdevelop (cmake support) CMakeManager::dirtyFile: KUrl("file:///home/andrei/dev/emo/src/tests/http/CMakeLists.txt") is dirty 2
kdevelop(17268)/kdevelop (cmake support debug) CMakeManager::dirtyFile: item: 0x8fe38f0 KUrl("file:///home/andrei/dev/emo/src/tests/http/CMakeLists.txt") "CMakeLists.txt" 1000 "http"
kdevelop(17268)/kdevelop (cmake support debug) CMakeManager::dirtyFile: item: 0x8dd0c50 KUrl("file:///home/andrei/dev/emo/src/tests/http/CMakeLists.txt") "CMakeLists.txt" 1001 "http"
ASSERT: "files.count()==1" in file /home/andrei/dev/kdevelop/projectmanagers/cmake/cmakemanager.cpp, line 721
KCrash: Application 'kdevelop' crashing...
Comment 8 Andrei Benea 2009-08-07 12:29:28 UTC
Upon investigating further I found out the cause and workaround. My initial src/CMakeLists.txt from the top level contained the following line:

add_subdirectory(tests/http)

which caused KDevelop to create in the project tree 2 entries for the "http" directory: 
1. item->type() == ProjectItemType::BuildFolder == 1000, with the little wrench symbol) which is a child of the top-level project node and
2. another one with item->type() == ProjectItemType::Folder == 1001 (without the wrench symbol), with the parent folder "tests" (which is top-level child and also a normal folder).

The workaround was to replace that line from src/CMakeLists.txt with:

add_subdirectory(tests)

and to add a src/tests/CMakeLists.txt file with the contents:

add_subdirectory(http)

This gives the expected result of a single entry for "http" under "tests", both as BuildFolders.
Comment 9 Aleix Pol 2009-08-07 14:12:29 UTC
I remember some similar bug. I'll take a look.
Thanks for the research
Comment 10 Aleix Pol 2009-08-07 16:31:17 UTC
Well... reading it again, looks like Andrei's is a different bug. I'll try to take a look anyway.

Can you please fill a new bug?
Comment 11 Andrei Benea 2009-08-08 00:22:33 UTC
Commits r1008516 and r1008563 fixed my problem :) (which might not be related to the problem described by the reporter)
Comment 12 Aleix Pol 2009-08-08 00:29:21 UTC
I'll switch to needsinfo again.
Comment 13 Andrew Crouthamel 2018-09-20 03:08:59 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 set the bug status 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 14 Andrew Crouthamel 2018-10-21 04:23:23 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!