Bug 309641 - Crash while debugging with gdb
Summary: Crash while debugging with gdb
Status: RESOLVED DUPLICATE of bug 293382
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 11:09 UTC by Romek
Modified: 2012-12-01 21:16 UTC (History)
2 users (show)

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 Romek 2012-11-06 11:09:51 UTC
Application: kdevelop (4.4.60)
KDE Platform Version: 4.8.5 (4.8.5) (Compiled from sources)
Qt Version: 4.8.1
Operating System: Linux 3.2.0-23-generic i686
Distribution: Linux Mint 13 Maya

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

I have just set breakpoint and then attached to running application. After a while kdevelop has crashed.

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

Thread 15 (Thread 0xaf402b40 (LWP 12367)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x00601d13 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd6a4 in pthread_cond_timedwait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c52df in wait (time=1000, this=0x8b598a0) at thread/qwaitcondition_unix.cpp:84
#4  QWaitCondition::wait (this=0x8b5972c, mutex=0x8b59730, time=1000) at thread/qwaitcondition_unix.cpp:158
#5  0x0860f68a in KDevelop::DUChainPrivate::CleanupThread::run (this=0x8b59720) at /home/romek/src/kdevplatform/language/duchain/duchain.cpp:282
#6  0x002c4de0 in QThreadPrivate::start (arg=0x8b59720) at thread/qthread_unix.cpp:298
#7  0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#8  0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 14 (Thread 0xade94b40 (LWP 12406)):
#0  0x07cfda1a in ?? () from /lib/i386-linux-gnu/libc.so.6
#1  0x07ce15d8 in poll () from /lib/i386-linux-gnu/libc.so.6
#2  0x01168a7b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x0115b0ae in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x0115b201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x0040c8e7 in QEventDispatcherGlib::processEvents (this=0xad500468, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x003d850d in QEventLoop::processEvents (this=0xade94260, flags=...) at kernel/qeventloop.cpp:149
#7  0x003d87a9 in QEventLoop::exec (this=0xade94260, flags=...) at kernel/qeventloop.cpp:204
#8  0x002c194c in QThread::exec (this=0x9303660) at thread/qthread.cpp:501
#9  0x08714ac6 in KDevelop::CompletionWorkerThread::run (this=0x9303660) at /home/romek/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:84
#10 0x002c4de0 in QThreadPrivate::start (arg=0x9303660) at thread/qthread_unix.cpp:298
#11 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 13 (Thread 0xad493b40 (LWP 12407)):
#0  QThreadData::current () at thread/qthread_unix.cpp:201
#1  0x0040c067 in postEventSourcePrepare (s=0xacb00da8, timeout=0x0) at kernel/qeventdispatcher_glib.cpp:256
#2  0x0040c0c7 in postEventSourceCheck (source=0xacb00da8) at kernel/qeventdispatcher_glib.cpp:272
#3  0x0115ab7b in g_main_context_check () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x0115b042 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x0115b201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0x0040c8e7 in QEventDispatcherGlib::processEvents (this=0xacb00468, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#7  0x003d850d in QEventLoop::processEvents (this=0xad493260, flags=...) at kernel/qeventloop.cpp:149
#8  0x003d87a9 in QEventLoop::exec (this=0xad493260, flags=...) at kernel/qeventloop.cpp:204
#9  0x002c194c in QThread::exec (this=0x9303b98) at thread/qthread.cpp:501
#10 0x08714ac6 in KDevelop::CompletionWorkerThread::run (this=0x9303b98) at /home/romek/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:84
#11 0x002c4de0 in QThreadPrivate::start (arg=0x9303b98) at thread/qthread_unix.cpp:298
#12 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#13 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 12 (Thread 0xaba36b40 (LWP 12475)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x01af4029 in ?? () from /usr/lib/i386-linux-gnu/libQtScript.so.4
#4  0x01af406f in ?? () from /usr/lib/i386-linux-gnu/libQtScript.so.4
#5  0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 11 (Thread 0xa8726b40 (LWP 12564)):
#0  0x002c3d67 in QThreadData::current () at thread/qthread_unix.cpp:199
#1  0x0040c067 in postEventSourcePrepare (s=0xa7e00da8, timeout=0xa87260bc) at kernel/qeventdispatcher_glib.cpp:256
#2  0x0115a872 in g_main_context_prepare () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x0115afaf in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x0115b201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x0040c8e7 in QEventDispatcherGlib::processEvents (this=0xa7e00468, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#6  0x003d850d in QEventLoop::processEvents (this=0xa8726240, flags=...) at kernel/qeventloop.cpp:149
#7  0x003d87a9 in QEventLoop::exec (this=0xa8726240, flags=...) at kernel/qeventloop.cpp:204
#8  0x002c194c in QThread::exec (this=0xad63378) at thread/qthread.cpp:501
#9  0x003b5b5d in QInotifyFileSystemWatcherEngine::run (this=0xad63378) at io/qfilesystemwatcher_inotify.cpp:248
#10 0x002c4de0 in QThreadPrivate::start (arg=0xad63378) at thread/qthread_unix.cpp:298
#11 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 10 (Thread 0xa73ffb40 (LWP 12584)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0xb6feb263 in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#4  0xb6feb37f in ?? () from /usr/lib/i386-linux-gnu/libQtWebKit.so.4
#5  0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#6  0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 9 (Thread 0xa7dffb40 (LWP 12585)):
#0  0x00600c64 in __pthread_mutex_unlock_usercnt () from /lib/i386-linux-gnu/libpthread.so.0
#1  0x07cfd8a4 in pthread_mutex_unlock () from /lib/i386-linux-gnu/libc.so.6
#2  0x0119a410 in g_mutex_unlock () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x0115ac78 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x0115b125 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5  0x0115b201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6  0x0040c8e7 in QEventDispatcherGlib::processEvents (this=0xa6660da8, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#7  0x003d850d in QEventLoop::processEvents (this=0xa7dff270, flags=...) at kernel/qeventloop.cpp:149
#8  0x003d87a9 in QEventLoop::exec (this=0xa7dff270, flags=...) at kernel/qeventloop.cpp:204
#9  0x002c194c in QThread::exec (this=0xadc6ab0) at thread/qthread.cpp:501
#10 0x002c1a3b in QThread::run (this=0xadc6ab0) at thread/qthread.cpp:568
#11 0x002c4de0 in QThreadPrivate::start (arg=0xadc6ab0) at thread/qthread_unix.cpp:298
#12 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#13 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 8 (Thread 0xa4ab9b40 (LWP 12603)):
#0  0x0119a3f1 in g_mutex_unlock () from /lib/i386-linux-gnu/libglib-2.0.so.0
#1  0x0115a80b in g_main_context_prepare () from /lib/i386-linux-gnu/libglib-2.0.so.0
#2  0x0115afaf in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3  0x0115b201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4  0x0040c8e7 in QEventDispatcherGlib::processEvents (this=0xa7416850, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5  0x003d850d in QEventLoop::processEvents (this=0xa4ab9240, flags=...) at kernel/qeventloop.cpp:149
#6  0x003d87a9 in QEventLoop::exec (this=0xa4ab9240, flags=...) at kernel/qeventloop.cpp:204
#7  0x002c194c in QThread::exec (this=0xcb684c8) at thread/qthread.cpp:501
#8  0x003b5b5d in QInotifyFileSystemWatcherEngine::run (this=0xcb684c8) at io/qfilesystemwatcher_inotify.cpp:248
#9  0x002c4de0 in QThreadPrivate::start (arg=0xcb684c8) at thread/qthread_unix.cpp:298
#10 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#11 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 7 (Thread 0xa4291b40 (LWP 12604)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c5350 in wait (time=4294967295, this=0xcaeb708) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0xcb75518, mutex=0xcab8b40, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#5  0x07592acc in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xcb75500, th=0xcb68a08) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0759595b in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xc980370, th=0xcb68a08) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0759263a in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0xcb75500, th=0xcb68a08) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x07595a5c in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xcb68a08) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xcb68a08, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xcb68a08) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xcb68a08, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xcb68a08) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xcb68a08, previous=0xe35d6a0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x075944e4 in ThreadWeaver::ThreadRunHelper::run (this=0xa42912a4, parent=0xcb75500, th=0xcb68a08) at ../../../threadweaver/Weaver/Thread.cpp:87
#15 0x0759459a in ThreadWeaver::Thread::run (this=0xcb68a08) at ../../../threadweaver/Weaver/Thread.cpp:142
#16 0x002c4de0 in QThreadPrivate::start (arg=0xcb68a08) at thread/qthread_unix.cpp:298
#17 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#18 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 6 (Thread 0xa24ffb40 (LWP 12736)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c5350 in wait (time=4294967295, this=0x8e4e070) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0x8e4dfe8, mutex=0x8e4e190, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#5  0x07592acc in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x8e4dfd0, th=0x8e43300) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0759595b in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8e4e6f0, th=0x8e43300) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0759263a in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x8e4dfd0, th=0x8e43300) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x07595a5c in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e4e6f0, th=0x8e43300) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8e4dfd0, th=0x8e43300, previous=0xbe493f8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x075944e4 in ThreadWeaver::ThreadRunHelper::run (this=0xa24ff2a4, parent=0x8e4dfd0, th=0x8e43300) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x0759459a in ThreadWeaver::Thread::run (this=0x8e43300) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x002c4de0 in QThreadPrivate::start (arg=0x8e43300) at thread/qthread_unix.cpp:298
#13 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#14 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 5 (Thread 0xa1cfeb40 (LWP 12737)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c5350 in wait (time=4294967295, this=0x8e4e070) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0x8e4dfe8, mutex=0x8e4e190, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#5  0x07592acc in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x8e4dfd0, th=0xa7402128) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0759595b in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x8e4e6f0, th=0xa7402128) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0759263a in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x8e4dfd0, th=0xa7402128) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x07595a5c in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e4e6f0, th=0xa7402128) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8e4dfd0, th=0xa7402128, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0x8e4e6f0, th=0xa7402128) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x8e4dfd0, th=0xa7402128, previous=0xdfea150) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x075944e4 in ThreadWeaver::ThreadRunHelper::run (this=0xa1cfe2a4, parent=0x8e4dfd0, th=0xa7402128) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x0759459a in ThreadWeaver::Thread::run (this=0xa7402128) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x002c4de0 in QThreadPrivate::start (arg=0xa7402128) at thread/qthread_unix.cpp:298
#15 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#16 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 4 (Thread 0xa380fb40 (LWP 16341)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c5350 in wait (time=4294967295, this=0xcaeb708) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0xcb75518, mutex=0xcab8b40, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#5  0x07592acc in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xcb75500, th=0xbf21c80) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0759595b in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xc980370, th=0xbf21c80) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0759263a in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0xcb75500, th=0xbf21c80) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x07595a5c in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xbf21c80) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xbf21c80, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xbf21c80) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xbf21c80, previous=0xd928b60) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x075944e4 in ThreadWeaver::ThreadRunHelper::run (this=0xa380f2a4, parent=0xcb75500, th=0xbf21c80) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x0759459a in ThreadWeaver::Thread::run (this=0xbf21c80) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x002c4de0 in QThreadPrivate::start (arg=0xbf21c80) at thread/qthread_unix.cpp:298
#15 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#16 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 3 (Thread 0x946ffb40 (LWP 16342)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c5350 in wait (time=4294967295, this=0xcaeb708) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0xcb75518, mutex=0xcab8b40, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#5  0x07592acc in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xcb75500, th=0xbd515f0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0759595b in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xc980370, th=0xbd515f0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0759263a in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0xcb75500, th=0xbd515f0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x07595a5c in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xbd515f0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xbd515f0, previous=0xdea1b98) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x075944e4 in ThreadWeaver::ThreadRunHelper::run (this=0x946ff2a4, parent=0xcb75500, th=0xbd515f0) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x0759459a in ThreadWeaver::Thread::run (this=0xbd515f0) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x002c4de0 in QThreadPrivate::start (arg=0xbd515f0) at thread/qthread_unix.cpp:298
#13 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#14 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 2 (Thread 0x93afdb40 (LWP 16523)):
#0  0x00c3b416 in __kernel_vsyscall ()
#1  0x0060196b in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0
#2  0x07cfd64c in pthread_cond_wait () from /lib/i386-linux-gnu/libc.so.6
#3  0x002c5350 in wait (time=4294967295, this=0xcaeb708) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0xcb75518, mutex=0xcab8b40, time=4294967295) at thread/qwaitcondition_unix.cpp:158
#5  0x07592acc in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xcb75500, th=0xdecb920) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x0759595b in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x0759263a in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0xcb75500, th=0xdecb920) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x07595a5c in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#15 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#16 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#17 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#18 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#19 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#20 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#21 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#22 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#23 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#24 0x07595a78 in ThreadWeaver::WorkingHardState::applyForWork (this=0xc980370, th=0xdecb920) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#25 0x07592533 in ThreadWeaver::WeaverImpl::applyForWork (this=0xcb75500, th=0xdecb920, previous=0xa472be0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#26 0x075944e4 in ThreadWeaver::ThreadRunHelper::run (this=0x93afd2a4, parent=0xcb75500, th=0xdecb920) at ../../../threadweaver/Weaver/Thread.cpp:87
#27 0x0759459a in ThreadWeaver::Thread::run (this=0xdecb920) at ../../../threadweaver/Weaver/Thread.cpp:142
#28 0x002c4de0 in QThreadPrivate::start (arg=0xdecb920) at thread/qthread_unix.cpp:298
#29 0x005fdd4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#30 0x07cefd3e in clone () from /lib/i386-linux-gnu/libc.so.6

Thread 1 (Thread 0xb5dc0740 (LWP 12232)):
[KCrash Handler]
#7  contains (t=@0xbffaf828: 0xbc11740, this=0xe3db3dc) at ../../include/QtCore/../../src/corelib/tools/qlist.h:882
#8  QWidget::insertAction (this=0xe2fa098, before=0x0, action=0xbc11740) at kernel/qwidget.cpp:3273
#9  0x05c8240b in QWidget::addAction (this=0xe2fa098, action=0xbc11740) at kernel/qwidget.cpp:3242
#10 0x001d02ac in populateContextMenu (menu=0xe2fa098, v=<optimized out>, this=<optimized out>) at /home/romek/src/kdevplatform/shell/textdocument.cpp:136
#11 qt_static_metacall (_a=0xbffafa74, _id=2, _o=0x9d37258, _c=<optimized out>) at /home/romek/src/kdevplatform/build/shell/textdocument.moc:69
#12 KDevelop::TextDocument::qt_static_metacall (_o=0x9d37258, _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbffafa74) at /home/romek/src/kdevplatform/build/shell/textdocument.moc:61
#13 0x003f06b1 in QMetaObject::activate (sender=0xd467d70, m=0xa1ecf4, local_signal_index=6, argv=0xbffafa74) at kernel/qobject.cpp:3547
#14 0x009febbd in KTextEditor::View::contextMenuAboutToShow (this=0xd467d70, _t1=0xd467d70, _t2=0xe2fa098) at ./view.moc:181
#15 0x033940e8 in KateView::aboutToShowContextMenu (this=0xd467d70) at ../../part/view/kateview.cpp:2566
#16 0x033a2a8d in qt_static_metacall (_a=0xbffafb60, _id=20, _o=0xd467d70, _c=<optimized out>) at ./kateview.moc:280
#17 KateView::qt_static_metacall (_o=0xd467d70, _c=QMetaObject::InvokeMetaMethod, _id=20, _a=0xbffafb60) at ./kateview.moc:254
#18 0x003f06b1 in QMetaObject::activate (sender=0xe2fa098, m=0x65afb74, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3547
#19 0x060eb105 in QMenu::aboutToShow (this=0xe2fa098) at .moc/release-shared/moc_qmenu.cpp:165
#20 0x060eedf0 in QMenu::popup (this=0xe2fa098, p=..., atAction=0x0) at widgets/qmenu.cpp:1832
#21 0x033aee7d in KateViewInternal::contextMenuEvent (this=0xd46d5b0, e=0xbffb028c) at ../../part/view/kateviewinternal.cpp:2443
#22 0x05c8bf43 in QWidget::event (this=0xd46d5b0, event=0xbffb028c) at kernel/qwidget.cpp:8529
#23 0x05c30ed4 in notify_helper (e=0xbffb028c, receiver=0xd46d5b0, this=0x8b16140) at kernel/qapplication.cpp:4559
#24 QApplicationPrivate::notify_helper (this=0x8b16140, receiver=0xd46d5b0, e=0xbffb028c) at kernel/qapplication.cpp:4531
#25 0x05c36960 in QApplication::notify (this=0xd46d5b0, receiver=0xd46d5b0, e=0xbffb028c) at kernel/qapplication.cpp:4181
#26 0x00e28e01 in KApplication::notify (this=0xbffb0c78, receiver=0xd46d5b0, event=0xbffb028c) at ../../kdeui/kernel/kapplication.cpp:311
#27 0x003d997e in QCoreApplication::notifyInternal (this=0xbffb0c78, receiver=0xd46d5b0, event=0xbffb028c) at kernel/qcoreapplication.cpp:876
#28 0x05cbe0f5 in sendSpontaneousEvent (event=0xbffb028c, receiver=0xd46d5b0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
#29 QETWidget::translateMouseEvent (this=0xd46d5b0, event=0xbffb071c) at kernel/qapplication_x11.cpp:4622
#30 0x05cbcc0d in QApplication::x11ProcessEvent (this=0xbffb0c78, event=0xbffb071c) at kernel/qapplication_x11.cpp:3732
#31 0x05ce9eac in x11EventSourceDispatch (s=0x8b18868, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#32 0x0115ad86 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
#33 0x0115b125 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#34 0x0115b201 in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
#35 0x0040c887 in QEventDispatcherGlib::processEvents (this=0x8b16100, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#36 0x05ce9aaa in QGuiEventDispatcherGlib::processEvents (this=0x8b16100, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#37 0x003d850d in QEventLoop::processEvents (this=0xbffb0a14, flags=...) at kernel/qeventloop.cpp:149
#38 0x003d87a9 in QEventLoop::exec (this=0xbffb0a14, flags=...) at kernel/qeventloop.cpp:204
#39 0x003ddeba in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1148
#40 0x05c2ea74 in QApplication::exec () at kernel/qapplication.cpp:3820
#41 0x08050b24 in main (argc=<optimized out>, argv=0xc807da70) at /home/romek/src/kdevelop/app/main.cpp:503

Reported using DrKonqi
Comment 1 Kevin Funk 2012-12-01 21:16:45 UTC

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