Bug 321521 - KDevelop 4.4 Crash Running Build Immediately after Project -> Clean (Kubuntu 13.04)
Summary: KDevelop 4.4 Crash Running Build Immediately after Project -> Clean (Kubuntu ...
Status: RESOLVED DUPLICATE of bug 316703
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.4.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-23 10:34 UTC by h.k.ghost
Modified: 2013-06-24 16:37 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 h.k.ghost 2013-06-23 10:34:17 UTC
Application: kdevelop (4.4.1)
KDE Platform Version: 4.10.3 (Compiled from sources)
Qt Version: 4.8.4
Operating System: Linux 3.8.0-25-generic x86_64
Distribution: Ubuntu 13.04

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

I was working on a standard C++ project (terminal) with a single project open in a session. I ran make clean by using Project -> Clean GUI options. (I also rm -r the build directory, although I've seen this behavior without doing that). Running the Build command (from the GUI) crashes KDevelop during the build process. I've seen this several times, though I did not take it upon myself to try and reproduce the steps afterwards.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f1fd5b257c0 (LWP 12617))]

Thread 17 (Thread 0x7f1fb6dae700 (LWP 12618)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
#1  0x00007f1fd360c0a7 in wait (time=1000, this=0x3823cd0) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=this@entry=0x382b9f8, mutex=mutex@entry=0x382ba00, time=time@entry=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fcf76827b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x382b9e0) at ../../language/duchain/duchain.cpp:282
#4  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x382b9e0) at thread/qthread_unix.cpp:338
#5  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#6  0x00007f1fd167af8e in start_thread (arg=0x7f1fb6dae700) at pthread_create.c:311
#7  0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 16 (Thread 0x7f1fa4cc9700 (LWP 12619)):
#0  0x00007f1fcc733562 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f1fcc73589f in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1fcc7360fe in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1fcc736304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f1fd3737036 in QEventDispatcherGlib::processEvents (this=0x7f1fa00008f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007f1fd370738f in QEventLoop::processEvents (this=this@entry=0x7f1fa4cc8cd0, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007f1fd3707618 in QEventLoop::exec (this=this@entry=0x7f1fa4cc8cd0, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007f1fd3609410 in QThread::exec (this=this@entry=0x443d730) at thread/qthread.cpp:542
#8  0x00007f1fd36e8edf in QInotifyFileSystemWatcherEngine::run (this=0x443d730) at io/qfilesystemwatcher_inotify.cpp:256
#9  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x443d730) at thread/qthread_unix.cpp:338
#10 0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#11 0x00007f1fd167af8e in start_thread (arg=0x7f1fa4cc9700) at pthread_create.c:311
#12 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 15 (Thread 0x7f1f9f861700 (LWP 12620)):
#0  0x00007f1fd167e07f in __pthread_mutex_unlock_usercnt (mutex=0x7f1f98000a90, decr=<optimized out>) at pthread_mutex_unlock.c:52
#1  0x00007f1fcc7755f1 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1fcc7358f3 in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1fcc7360fe in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f1fcc736304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f1fd3737036 in QEventDispatcherGlib::processEvents (this=0x7f1f980008f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007f1fd370738f in QEventLoop::processEvents (this=this@entry=0x7f1f9f860d00, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007f1fd3707618 in QEventLoop::exec (this=this@entry=0x7f1f9f860d00, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007f1fd3609410 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#9  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x44aebd0) at thread/qthread_unix.cpp:338
#10 0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#11 0x00007f1fd167af8e in start_thread (arg=0x7f1f9f861700) at pthread_create.c:311
#12 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 14 (Thread 0x7f1f9f060700 (LWP 12621)):
#0  0x00007f1fcc733504 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f1fcc73589f in g_main_context_prepare () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1fcc7360fe in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1fcc736304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f1fd3737036 in QEventDispatcherGlib::processEvents (this=0x7f1f900008f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x00007f1fd370738f in QEventLoop::processEvents (this=this@entry=0x7f1f9f05fd00, flags=...) at kernel/qeventloop.cpp:149
#6  0x00007f1fd3707618 in QEventLoop::exec (this=this@entry=0x7f1f9f05fd00, flags=...) at kernel/qeventloop.cpp:204
#7  0x00007f1fd3609410 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#8  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x4446a40) at thread/qthread_unix.cpp:338
#9  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#10 0x00007f1fd167af8e in start_thread (arg=0x7f1f9f060700) at pthread_create.c:311
#11 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 13 (Thread 0x7f1f9df19700 (LWP 12627)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fceae9e77 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x00007f1fceae9ea9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#4  0x00007f1fd167af8e in start_thread (arg=0x7f1f9df19700) at pthread_create.c:311
#5  0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 12 (Thread 0x7f1f8ffff700 (LWP 12639)):
#0  0x00007f1fd23053cd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f1fcc7361dc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1fcc736304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1fd3737036 in QEventDispatcherGlib::processEvents (this=0x7f1f880008f0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4  0x00007f1fd370738f in QEventLoop::processEvents (this=this@entry=0x7f1f8fffecd0, flags=...) at kernel/qeventloop.cpp:149
#5  0x00007f1fd3707618 in QEventLoop::exec (this=this@entry=0x7f1f8fffecd0, flags=...) at kernel/qeventloop.cpp:204
#6  0x00007f1fd3609410 in QThread::exec (this=this@entry=0x5aadb60) at thread/qthread.cpp:542
#7  0x00007f1fd36e8edf in QInotifyFileSystemWatcherEngine::run (this=0x5aadb60) at io/qfilesystemwatcher_inotify.cpp:256
#8  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x5aadb60) at thread/qthread_unix.cpp:338
#9  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#10 0x00007f1fd167af8e in start_thread (arg=0x7f1f8ffff700) at pthread_create.c:311
#11 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 11 (Thread 0x7f1f8d88e700 (LWP 12693)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fc97b4585 in WTF::TCMalloc_PageHeap::scavengerThread() () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007f1fc97b45d9 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#4  0x00007f1fd167af8e in start_thread (arg=0x7f1f8d88e700) at pthread_create.c:311
#5  0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 10 (Thread 0x7f1f8e08f700 (LWP 12699)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fc94faa09 in JSC::BlockAllocator::blockFreeingThreadMain() () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x00007f1fc97e2cee in WTF::wtfThreadEntryPoint(void*) () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#4  0x00007f1fd167af8e in start_thread (arg=0x7f1f8e08f700) at pthread_create.c:311
#5  0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 9 (Thread 0x7f1f3fffd700 (LWP 12709)):
#0  0x00007f1fcc775345 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x00007f1fcc7755e9 in g_mutex_unlock () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f1fcc735b39 in g_main_context_query () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f1fcc73614c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007f1fcc736304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007f1fd3737036 in QEventDispatcherGlib::processEvents (this=0x7f1f8001cbc0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x00007f1fd370738f in QEventLoop::processEvents (this=this@entry=0x7f1f3fffcd00, flags=...) at kernel/qeventloop.cpp:149
#7  0x00007f1fd3707618 in QEventLoop::exec (this=this@entry=0x7f1f3fffcd00, flags=...) at kernel/qeventloop.cpp:204
#8  0x00007f1fd3609410 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:542
#9  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x5feeae0) at thread/qthread_unix.cpp:338
#10 0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#11 0x00007f1fd167af8e in start_thread (arg=0x7f1f3fffd700) at pthread_create.c:311
#12 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 8 (Thread 0x7f1f3f3bf700 (LWP 12756)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fd360c14b in wait (time=18446744073709551615, this=0x65baa90) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x23ac108, mutex=0x58ffa00, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fca26a041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x23ac0e0, th=0x593a380) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007f1fca26c94b in ThreadWeaver::WorkingHardState::applyForWork (this=0x61ba810, th=0x593a380) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007f1fca26b63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f1f3f3bed00, parent=0x23ac0e0, th=th@entry=0x593a380) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007f1fca26b6cb in ThreadWeaver::Thread::run (this=0x593a380) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x593a380) at thread/qthread_unix.cpp:338
#8  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#9  0x00007f1fd167af8e in start_thread (arg=0x7f1f3f3bf700) at pthread_create.c:311
#10 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 7 (Thread 0x7f1f3e3bd700 (LWP 12888)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fd360c14b in wait (time=18446744073709551615, this=0x2925b50) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x2925d08, mutex=0x22df9e0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fca26a041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x2925ce0, th=0x6913e30) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007f1fca26c94b in ThreadWeaver::WorkingHardState::applyForWork (this=0x28f5730, th=0x6913e30) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007f1fca26b63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f1f3e3bcd00, parent=0x2925ce0, th=th@entry=0x6913e30) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007f1fca26b6cb in ThreadWeaver::Thread::run (this=0x6913e30) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x6913e30) at thread/qthread_unix.cpp:338
#8  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#9  0x00007f1fd167af8e in start_thread (arg=0x7f1f3e3bd700) at pthread_create.c:311
#10 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 6 (Thread 0x7f1f3dbbc700 (LWP 12889)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fd360c14b in wait (time=18446744073709551615, this=0x2925b50) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x2925d08, mutex=0x22df9e0, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fca26a041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x2925ce0, th=0x7f1f34002c80) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007f1fca26c94b in ThreadWeaver::WorkingHardState::applyForWork (this=0x28f5730, th=0x7f1f34002c80) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007f1fca26c964 in ThreadWeaver::WorkingHardState::applyForWork (this=0x28f5730, th=0x7f1f34002c80) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007f1fca26b63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f1f3dbbbd00, parent=0x2925ce0, th=th@entry=0x7f1f34002c80) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007f1fca26b6cb in ThreadWeaver::Thread::run (this=0x7f1f34002c80) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x7f1f34002c80) at thread/qthread_unix.cpp:338
#9  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#10 0x00007f1fd167af8e in start_thread (arg=0x7f1f3dbbc700) at pthread_create.c:311
#11 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 5 (Thread 0x7f1f3d379700 (LWP 12900)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fd360c14b in wait (time=18446744073709551615, this=0x65baa90) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x23ac108, mutex=0x58ffa00, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fca26a041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x23ac0e0, th=0x54dfce0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007f1fca26c94b in ThreadWeaver::WorkingHardState::applyForWork (this=0x61ba810, th=0x54dfce0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007f1fca26c964 in ThreadWeaver::WorkingHardState::applyForWork (this=0x61ba810, th=0x54dfce0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007f1fca26b63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f1f3d378d00, parent=0x23ac0e0, th=th@entry=0x54dfce0) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007f1fca26b6cb in ThreadWeaver::Thread::run (this=0x54dfce0) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x54dfce0) at thread/qthread_unix.cpp:338
#9  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#10 0x00007f1fd167af8e in start_thread (arg=0x7f1f3d379700) at pthread_create.c:311
#11 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 4 (Thread 0x7f1f3ebbe700 (LWP 22452)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fd360c14b in wait (time=18446744073709551615, this=0x65baa90) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x23ac108, mutex=0x58ffa00, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fca26a041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x23ac0e0, th=0x77b3b40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007f1fca26c94b in ThreadWeaver::WorkingHardState::applyForWork (this=0x61ba810, th=0x77b3b40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007f1fca26c964 in ThreadWeaver::WorkingHardState::applyForWork (this=0x61ba810, th=0x77b3b40) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007f1fca26b63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f1f3ebbdd00, parent=0x23ac0e0, th=th@entry=0x77b3b40) at ../../../threadweaver/Weaver/Thread.cpp:87
#7  0x00007f1fca26b6cb in ThreadWeaver::Thread::run (this=0x77b3b40) at ../../../threadweaver/Weaver/Thread.cpp:142
#8  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x77b3b40) at thread/qthread_unix.cpp:338
#9  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#10 0x00007f1fd167af8e in start_thread (arg=0x7f1f3ebbe700) at pthread_create.c:311
#11 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 3 (Thread 0x7f1f22f86700 (LWP 22453)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007f1fd360c14b in wait (time=18446744073709551615, this=0x65baa90) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0x23ac108, mutex=0x58ffa00, time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00007f1fca26a041 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x23ac0e0, th=0x7272ba0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00007f1fca26c94b in ThreadWeaver::WorkingHardState::applyForWork (this=0x61ba810, th=0x7272ba0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00007f1fca26b63f in ThreadWeaver::ThreadRunHelper::run (this=this@entry=0x7f1f22f85d00, parent=0x23ac0e0, th=th@entry=0x7272ba0) at ../../../threadweaver/Weaver/Thread.cpp:87
#6  0x00007f1fca26b6cb in ThreadWeaver::Thread::run (this=0x7272ba0) at ../../../threadweaver/Weaver/Thread.cpp:142
#7  0x00007f1fd360bbec in QThreadPrivate::start (arg=0x7272ba0) at thread/qthread_unix.cpp:338
#8  0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#9  0x00007f1fd167af8e in start_thread (arg=0x7f1f22f86700) at pthread_create.c:311
#10 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7f1f22785700 (LWP 22555)):
#0  0x00007f1fd230a233 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f1fd37343ca in qt_safe_select (nfds=11, fdread=0x7f1f22783090, fdwrite=0x7f1f22783110, fdexcept=fdexcept@entry=0x0, orig_timeout=orig_timeout@entry=0x7f1f22783040) at kernel/qcore_unix.cpp:93
#2  0x00007f1fd36e2bbc in select_msecs (nfds=<optimized out>, fdread=<optimized out>, fdwrite=<optimized out>, timeout=<optimized out>) at io/qprocess_unix.cpp:1011
#3  0x00007f1fd36e43f4 in QProcessPrivate::waitForFinished (this=this@entry=0x7f1f14034b70, msecs=msecs@entry=29996) at io/qprocess_unix.cpp:1227
#4  0x00007f1fd369df6e in QProcess::waitForFinished (this=this@entry=0x7f1f22783310, msecs=29996, msecs@entry=30000) at io/qprocess.cpp:1759
#5  0x00007f1fa6c9564f in CMakeProjectVisitor::visit (this=0x7f1f22784180, exec=0x7f1f14033c80) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1346
#6  0x00007f1fa6ca522a in CMakeProjectVisitor::walk (this=0x7f1f22784180, fc=..., line=3, isClean=<optimized out>) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2233
#7  0x00007f1fa6ca71e1 in CMakeProjectVisitor::visit (this=0x7f1f22784180, ifast=0x7f1f14033940) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1307
#8  0x00007f1fa6ca522a in CMakeProjectVisitor::walk (this=0x7f1f22784180, fc=..., line=2, isClean=<optimized out>) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2233
#9  0x00007f1fa6ca71e1 in CMakeProjectVisitor::visit (this=0x7f1f22784180, ifast=0x7f1f14004830) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:1307
#10 0x00007f1fa6ca522a in CMakeProjectVisitor::walk (this=this@entry=0x7f1f22784180, fc=..., line=line@entry=0, isClean=isClean@entry=true) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2233
#11 0x00007f1fa6ca5d15 in CMakeProjectVisitor::walk (this=this@entry=0x7f1f22784180, fc=..., line=line@entry=0, isClean=isClean@entry=true) at ../../../projectmanagers/cmake/parser/cmakeprojectvisitor.cpp:2451
#12 0x00007f1fa6cbaf60 in CMakeParserUtils::includeScript (file=..., parent=..., data=data@entry=0x7f1f302d1f78, sourcedir=..., env=...) at ../../../projectmanagers/cmake/parser/cmakeparserutils.cpp:176
#13 0x00007f1f8e6d4aa4 in CMakeManager::includeScript (this=this@entry=0x60aff70, file=..., project=project@entry=0x5894040, dir=..., parent=...) at ../../../projectmanagers/cmake/cmakemanager.cpp:669
#14 0x00007f1f8e6d540a in CMakeManager::initializeProject (this=this@entry=0x60aff70, project=0x5894040) at ../../../projectmanagers/cmake/cmakemanager.cpp:549
#15 0x00007f1f8e6d8065 in CMakeManager::parse (this=0x60aff70, item=0x79a5a70) at ../../../projectmanagers/cmake/cmakemanager.cpp:731
#16 0x00007f1fcfd50e7b in KDevelop::ImportProjectJobPrivate::import (this=0x7ba8e40, folder=<optimized out>) at ../../project/importprojectjob.cpp:53
#17 0x00007f1fcfd50c56 in run (this=0x7abc5d0) at /usr/include/qt4/QtCore/qtconcurrentrunbase.h:134
#18 QtConcurrent::RunFunctionTask<void>::run (this=0x7abc5d0) at /usr/include/qt4/QtCore/qtconcurrentrunbase.h:125
#19 0x00007f1fd35ff55d in QThreadPoolThread::run (this=0x65c23b0) at concurrent/qthreadpool.cpp:107
#20 0x00007f1fd360bbec in QThreadPrivate::start (arg=0x65c23b0) at thread/qthread_unix.cpp:338
#21 0x00007f1fc42853b4 in ?? () from /usr/lib/nvidia-310/libGL.so.1
#22 0x00007f1fd167af8e in start_thread (arg=0x7f1f22785700) at pthread_create.c:311
#23 0x00007f1fd2311e1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7f1fd5b257c0 (LWP 12617)):
[KCrash Handler]
#6  0x00007f1fcfd49ab4 in KDevelop::ProjectBaseItem::project (this=this@entry=0x5cc9440) at ../../project/projectmodel.cpp:398
#7  0x00007f1f8eb0555c in MakeJob::computeBuildDir (this=this@entry=0x76c5210, item=0x5cc9440) at ../../../projectbuilders/makebuilder/makejob.cpp:172
#8  0x00007f1f8eb06a91 in MakeJob::start (this=0x76c5210) at ../../../projectbuilders/makebuilder/makejob.cpp:100
#9  0x00007f1fd5009625 in KDevelop::RunController::registerJob (this=0x2924870, job=0x76c5210) at ../../shell/runcontroller.cpp:566
#10 0x00007f1fd371d0ef in QMetaObject::activate (sender=sender@entry=0x79b9590, m=m@entry=0x7f1fd59514e0 <KJob::staticMetaObject>, local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7fff211956d0) at kernel/qobject.cpp:3539
#11 0x00007f1fd55c5412 in KJob::result (this=this@entry=0x79b9590, _t1=_t1@entry=0x79b9590) at ./kjob.moc:208
#12 0x00007f1fd55c5450 in KJob::emitResult (this=this@entry=0x79b9590) at ../../kdecore/jobs/kjob.cpp:318
#13 0x00007f1f8e8f0cc7 in CMakeJob::slotCompleted (this=0x79b9590) at ../../../projectbuilders/cmakebuilder/cmakejob.cpp:127
#14 0x00007f1fd371d0ef in QMetaObject::activate (sender=0x7733b70, m=<optimized out>, local_signal_index=<optimized out>, argv=0x0) at kernel/qobject.cpp:3539
#15 0x00007f1fd371d0ef in QMetaObject::activate (sender=sender@entry=0x7733b90, m=m@entry=0x7f1fd3a5f880 <QProcess::staticMetaObject>, local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7fff21195990) at kernel/qobject.cpp:3539
#16 0x00007f1fd369e0ff in QProcess::finished (this=this@entry=0x7733b90, _t1=0, _t2=QProcess::NormalExit) at .moc/release-shared/moc_qprocess.cpp:156
#17 0x00007f1fd36a21e7 in QProcessPrivate::_q_processDied (this=0x7b9b000) at io/qprocess.cpp:1068
#18 0x00007f1fd36a226e in qt_static_metacall (_a=<optimized out>, _id=<optimized out>, _o=<optimized out>, _c=<optimized out>) at .moc/release-shared/moc_qprocess.cpp:92
#19 QProcess::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at .moc/release-shared/moc_qprocess.cpp:69
#20 0x00007f1fd371d0ef in QMetaObject::activate (sender=sender@entry=0x7b3c650, m=m@entry=0x7f1fd3a63980 <QSocketNotifier::staticMetaObject>, local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fff21195b40) at kernel/qobject.cpp:3539
#21 0x00007f1fd3768d2e in QSocketNotifier::activated (this=this@entry=0x7b3c650, _t1=51) at .moc/release-shared/moc_qsocketnotifier.cpp:103
#22 0x00007f1fd3725b0b in QSocketNotifier::event (this=0x7b3c650, e=0x7fff21196160) at kernel/qsocketnotifier.cpp:317
#23 0x00007f1fd2aae8ec in QApplicationPrivate::notify_helper (this=this@entry=0x22eb040, receiver=receiver@entry=0x7b3c650, e=e@entry=0x7fff21196160) at kernel/qapplication.cpp:4567
#24 0x00007f1fd2ab125b in QApplication::notify (this=this@entry=0x7fff211968e0, receiver=receiver@entry=0x7b3c650, e=e@entry=0x7fff21196160) at kernel/qapplication.cpp:4428
#25 0x00007f1fd3f0daf6 in KApplication::notify (this=0x7fff211968e0, receiver=0x7b3c650, event=0x7fff21196160) at ../../kdeui/kernel/kapplication.cpp:311
#26 0x00007f1fd370863e in QCoreApplication::notifyInternal (this=0x7fff211968e0, receiver=0x7b3c650, event=event@entry=0x7fff21196160) at kernel/qcoreapplication.cpp:946
#27 0x00007f1fd37375c8 in sendEvent (event=0x7fff21196160, receiver=<optimized out>) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#28 socketNotifierSourceDispatch (source=0x22e9560) at kernel/qeventdispatcher_glib.cpp:110
#29 0x00007f1fcc735f05 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007f1fcc736248 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f1fcc736304 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f1fd3737016 in QEventDispatcherGlib::processEvents (this=0x22a23f0, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#33 0x00007f1fd2b541ae in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#34 0x00007f1fd370738f in QEventLoop::processEvents (this=this@entry=0x7fff211963a0, flags=...) at kernel/qeventloop.cpp:149
#35 0x00007f1fd3707618 in QEventLoop::exec (this=this@entry=0x7fff211963a0, flags=...) at kernel/qeventloop.cpp:204
#36 0x00007f1fd370ccf6 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1218
#37 0x00007f1fd2aacffc in QApplication::exec () at kernel/qapplication.cpp:3828
#38 0x000000000040e71a in main (argc=<optimized out>, argv=<optimized out>) at ../../app/main.cpp:519

Possible duplicates by query: bug 316703.

Reported using DrKonqi
Comment 1 Kevin Funk 2013-06-24 16:37:37 UTC

*** This bug has been marked as a duplicate of bug 316703 ***