Bug 300312 - Crashed while compiling a simple c++ code
Summary: Crashed while compiling a simple c++ code
Status: RESOLVED DUPLICATE of bug 300295
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.3.0
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: 4.3.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 12:41 UTC by Zbyszek
Modified: 2012-12-01 20:20 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 Zbyszek 2012-05-19 12:41:04 UTC
Application: kdevelop (4.3.0)
KDE Platform Version: 4.8.3 (4.8.3)
Qt Version: 4.8.1
Operating System: Linux 3.3.5-2.fc16.x86_64 x86_64
Distribution: "Fedora release 16 (Verne)"

-- Information about the crash:
I have created a simple console application. Then I deleted the code which was genereted by KDevelop automatically and after that I tried to compile empty code. I recived a message which informed me that some path was not specified correctly so I decideed to write something like this:
#include<iostream>
int main(int argn, char* tab[])
{
}

When I compiled this code above then Kdevelop crashed.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
82	T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7f83680e3840 (LWP 9662))]

Thread 14 (Thread 0x7f835cb74700 (LWP 9670)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
#1  0x0000003ec8c7bf8f in wait (time=1000, this=0x1f101d0) at thread/qwaitcondition_unix.cpp:84
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x1f21940, time=1000) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036edab170b in KDevelop::DUChainPrivate::CleanupThread::run (this=0x1f21920) at /usr/src/debug/kdevplatform-1.3.0/language/duchain/duchain.cpp:282
#4  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x1f21920) at thread/qthread_unix.cpp:298
#5  0x00000039f8807d90 in start_thread (arg=0x7f835cb74700) at pthread_create.c:309
#6  0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 13 (Thread 0x7f834ab9e700 (LWP 9673)):
#0  0x0000003ec8da901d in QTimerInfoList::repairTimersIfNeeded (this=0x7f83440020d0) at kernel/qeventdispatcher_unix.cpp:403
#1  0x0000003ec8da9081 in QTimerInfoList::timerWait (this=0x7f83440020d0, tm=...) at kernel/qeventdispatcher_unix.cpp:451
#2  0x0000003ec8da7b0c in timerSourcePrepareHelper (src=<optimized out>, timeout=0x7f834ab9dbac) at kernel/qeventdispatcher_glib.cpp:136
#3  0x0000003ec8da7bb5 in timerSourcePrepare (source=<optimized out>, timeout=<optimized out>) at kernel/qeventdispatcher_glib.cpp:169
#4  0x0000003ec78444d2 in g_main_context_prepare (context=0x7f83440009a0, priority=0x7f834ab9dc18) at gmain.c:2762
#5  0x0000003ec78452dd in g_main_context_iterate (context=0x7f83440009a0, block=1, dispatch=1, self=<optimized out>) at gmain.c:3069
#6  0x0000003ec784590c in g_main_context_iteration (context=0x7f83440009a0, may_block=1) at gmain.c:3152
#7  0x0000003ec8da8626 in QEventDispatcherGlib::processEvents (this=0x7f83440008c0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:426
#8  0x0000003ec8d78a12 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#9  0x0000003ec8d78c67 in QEventLoop::exec (this=0x7f834ab9dd40, flags=...) at kernel/qeventloop.cpp:204
#10 0x0000003ec8c78ad7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#11 0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x29b8490) at thread/qthread_unix.cpp:298
#12 0x00000039f8807d90 in start_thread (arg=0x7f834ab9e700) at pthread_create.c:309
#13 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 12 (Thread 0x7f834a39d700 (LWP 9674)):
#0  0x00000039f8809de5 in __pthread_mutex_lock (mutex=0x7f833c0009a8) at pthread_mutex_lock.c:65
#1  0x0000003ec7844da2 in g_main_context_dispatch (context=0x7f833c0009a0) at gmain.c:3007
#2  0x0000003ec7845738 in g_main_context_iterate (context=0x7f833c0009a0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3089
#3  0x0000003ec784590c in g_main_context_iteration (context=0x7f833c0009a0, may_block=1) at gmain.c:3152
#4  0x0000003ec8da8626 in QEventDispatcherGlib::processEvents (this=0x7f833c0008c0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:426
#5  0x0000003ec8d78a12 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#6  0x0000003ec8d78c67 in QEventLoop::exec (this=0x7f834a39cd40, flags=...) at kernel/qeventloop.cpp:204
#7  0x0000003ec8c78ad7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#8  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x29bad50) at thread/qthread_unix.cpp:298
#9  0x00000039f8807d90 in start_thread (arg=0x7f834a39d700) at pthread_create.c:309
#10 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 11 (Thread 0x7f8349b9c700 (LWP 9679)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ed7584db2 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x3ed787e140) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#2  0x0000003ed7584de9 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#3  0x00000039f8807d90 in start_thread (arg=0x7f8349b9c700) at pthread_create.c:309
#4  0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 10 (Thread 0x7f8348e8b700 (LWP 9682)):
#0  0x00000039f7ce85c3 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1  0x0000003ec7845448 in g_main_context_poll (n_fds=1, fds=0x7f8340002200, priority=<optimized out>, timeout=-1, context=0x7f83400009a0) at gmain.c:3402
#2  g_main_context_iterate (context=0x7f83400009a0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3084
#3  0x0000003ec784590c in g_main_context_iteration (context=0x7f83400009a0, may_block=1) at gmain.c:3152
#4  0x0000003ec8da8626 in QEventDispatcherGlib::processEvents (this=0x7f83400008c0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:426
#5  0x0000003ec8d78a12 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#6  0x0000003ec8d78c67 in QEventLoop::exec (this=0x7f8348e8ad10, flags=...) at kernel/qeventloop.cpp:204
#7  0x0000003ec8c78ad7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#8  0x0000003ec8d5870f in QInotifyFileSystemWatcherEngine::run (this=0x387b3a0) at io/qfilesystemwatcher_inotify.cpp:248
#9  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x387b3a0) at thread/qthread_unix.cpp:298
#10 0x00000039f8807d90 in start_thread (arg=0x7f8348e8b700) at pthread_create.c:309
#11 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 9 (Thread 0x7f833b3c4700 (LWP 9863)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ed97b86ec in WTF::TCMalloc_PageHeap::scavengerThread (this=0x3eda17cc20) at ../../../Source/JavaScriptCore/wtf/FastMalloc.cpp:2495
#2  0x0000003ed97b8819 in WTF::TCMalloc_PageHeap::runScavengerThread (context=<optimized out>) at ../../../Source/JavaScriptCore/wtf/FastMalloc.cpp:1618
#3  0x00000039f8807d90 in start_thread (arg=0x7f833b3c4700) at pthread_create.c:309
#4  0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 8 (Thread 0x7f833bbc5700 (LWP 9864)):
#0  0x00007fffcb5ff8de in ?? ()
#1  0x00000039f90041f1 in __GI_clock_gettime (clock_id=1, tp=0x7f833bbc4b00) at ../sysdeps/unix/clock_gettime.c:100
#2  0x0000003ec8cd27d4 in do_gettime (frac=0x7f833bbc4b18, sec=0x7f833bbc4b10) at tools/qelapsedtimer_unix.cpp:123
#3  qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#4  0x0000003ec8da8d2d in QTimerInfoList::updateCurrentTime (this=0x7f8334001360) at kernel/qeventdispatcher_unix.cpp:343
#5  0x0000003ec8da8a41 in timerSourceCheckHelper (src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:150
#6  timerSourceCheckHelper (src=<optimized out>) at kernel/qeventdispatcher_glib.cpp:144
#7  0x0000003ec7844c14 in g_main_context_check (context=0x7f83340009a0, max_priority=2147483647, fds=<optimized out>, n_fds=<optimized out>) at gmain.c:2959
#8  0x0000003ec7845462 in g_main_context_iterate (context=0x7f83340009a0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3086
#9  0x0000003ec784590c in g_main_context_iteration (context=0x7f83340009a0, may_block=1) at gmain.c:3152
#10 0x0000003ec8da8626 in QEventDispatcherGlib::processEvents (this=0x7f8334002360, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:426
#11 0x0000003ec8d78a12 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#12 0x0000003ec8d78c67 in QEventLoop::exec (this=0x7f833bbc4d40, flags=...) at kernel/qeventloop.cpp:204
#13 0x0000003ec8c78ad7 in QThread::exec (this=<optimized out>) at thread/qthread.cpp:501
#14 0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x3b1a8c0) at thread/qthread_unix.cpp:298
#15 0x00000039f8807d90 in start_thread (arg=0x7f833bbc5700) at pthread_create.c:309
#16 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 7 (Thread 0x7f83398eb700 (LWP 9868)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ec8c7c02b in wait (time=18446744073709551615, this=0x3c858a0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x380a840, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036ef80aa8b in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3c5ae70, th=0x3815650) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00000036ef80d37b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x3815650) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00000036ef80c1ef in ThreadWeaver::ThreadRunHelper::run (this=0x7f83398ead60, parent=0x3c5ae70, th=0x3815650) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:87
#6  0x00000036ef80c27b in ThreadWeaver::Thread::run (this=0x3815650) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:142
#7  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x3815650) at thread/qthread_unix.cpp:298
#8  0x00000039f8807d90 in start_thread (arg=0x7f83398eb700) at pthread_create.c:309
#9  0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 6 (Thread 0x7f83390ea700 (LWP 9977)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ec8c7c02b in wait (time=18446744073709551615, this=0xfd19a0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0xd37450, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036ef80aa8b in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xfd00d0, th=0x3f06420) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00000036ef80d37b in ThreadWeaver::WorkingHardState::applyForWork (this=0xd84600, th=0x3f06420) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00000036ef80d394 in ThreadWeaver::WorkingHardState::applyForWork (this=0xd84600, th=0x3f06420) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00000036ef80d394 in ThreadWeaver::WorkingHardState::applyForWork (this=0xd84600, th=0x3f06420) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00000036ef80c1ef in ThreadWeaver::ThreadRunHelper::run (this=0x7f83390e9d60, parent=0xfd00d0, th=0x3f06420) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:87
#8  0x00000036ef80c27b in ThreadWeaver::Thread::run (this=0x3f06420) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:142
#9  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x3f06420) at thread/qthread_unix.cpp:298
#10 0x00000039f8807d90 in start_thread (arg=0x7f83390ea700) at pthread_create.c:309
#11 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 5 (Thread 0x7f83388e9700 (LWP 9978)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ec8c7c02b in wait (time=18446744073709551615, this=0xfd19a0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0xd37450, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036ef80aa8b in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xfd00d0, th=0x7f82e00023a0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00000036ef80d37b in ThreadWeaver::WorkingHardState::applyForWork (this=0xd84600, th=0x7f82e00023a0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00000036ef80c1ef in ThreadWeaver::ThreadRunHelper::run (this=0x7f83388e8d60, parent=0xfd00d0, th=0x7f82e00023a0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:87
#6  0x00000036ef80c27b in ThreadWeaver::Thread::run (this=0x7f82e00023a0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:142
#7  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x7f82e00023a0) at thread/qthread_unix.cpp:298
#8  0x00000039f8807d90 in start_thread (arg=0x7f83388e9700) at pthread_create.c:309
#9  0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 4 (Thread 0x7f82f3fff700 (LWP 10584)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ec8c7c02b in wait (time=18446744073709551615, this=0x3c858a0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x380a840, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036ef80aa8b in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3c5ae70, th=0x53cd540) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00000036ef80d37b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x53cd540) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00000036ef80d394 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x53cd540) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00000036ef80d394 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x53cd540) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00000036ef80c1ef in ThreadWeaver::ThreadRunHelper::run (this=0x7f82f3ffed60, parent=0x3c5ae70, th=0x53cd540) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:87
#8  0x00000036ef80c27b in ThreadWeaver::Thread::run (this=0x53cd540) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:142
#9  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x53cd540) at thread/qthread_unix.cpp:298
#10 0x00000039f8807d90 in start_thread (arg=0x7f82f3fff700) at pthread_create.c:309
#11 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 3 (Thread 0x7f82f2af9700 (LWP 10775)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ec8c7c02b in wait (time=18446744073709551615, this=0x3c858a0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x380a840, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036ef80aa8b in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3c5ae70, th=0x4e2cdc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00000036ef80d37b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x4e2cdc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00000036ef80d394 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x4e2cdc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00000036ef80c1ef in ThreadWeaver::ThreadRunHelper::run (this=0x7f82f2af8d60, parent=0x3c5ae70, th=0x4e2cdc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:87
#7  0x00000036ef80c27b in ThreadWeaver::Thread::run (this=0x4e2cdc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:142
#8  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x4e2cdc0) at thread/qthread_unix.cpp:298
#9  0x00000039f8807d90 in start_thread (arg=0x7f82f2af9700) at pthread_create.c:309
#10 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 2 (Thread 0x7f82f22f8700 (LWP 10776)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:165
#1  0x0000003ec8c7c02b in wait (time=18446744073709551615, this=0x3c858a0) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=<optimized out>, mutex=0x380a840, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x00000036ef80aa8b in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3c5ae70, th=0x51eefc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WeaverImpl.cpp:365
#4  0x00000036ef80d37b in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x51eefc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:71
#5  0x00000036ef80d394 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3809ee0, th=0x51eefc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00000036ef80c1ef in ThreadWeaver::ThreadRunHelper::run (this=0x7f82f22f7d60, parent=0x3c5ae70, th=0x51eefc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:87
#7  0x00000036ef80c27b in ThreadWeaver::Thread::run (this=0x51eefc0) at /usr/src/debug/kdelibs-4.8.3/threadweaver/Weaver/Thread.cpp:142
#8  0x0000003ec8c7bb1b in QThreadPrivate::start (arg=0x51eefc0) at thread/qthread_unix.cpp:298
#9  0x00000039f8807d90 in start_thread (arg=0x7f82f22f8700) at pthread_create.c:309
#10 0x00000039f7cf0f5d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115

Thread 1 (Thread 0x7f83680e3840 (LWP 9662)):
[KCrash Handler]
#6  0x0000003ec8d8edb6 in QObject::connect (sender=0x3a3b900, signal=0x3ecaca0488 "2closeEditor(QWidget*,QAbstractItemDelegate::EndEditHint)", receiver=0x4f475a0, method=0x3ecaca0448 "1closeEditor(QWidget*,QAbstractItemDelegate::EndEditHint)", type=Qt::AutoConnection) at kernel/qobject.cpp:2551
#7  0x0000003ecaadfea7 in QAbstractItemView::setItemDelegate (this=0x4f475a0, delegate=0x3a3b900) at itemviews/qabstractitemview.cpp:802
#8  0x00007f835c16d2c5 in OutputWidget::createListView (this=0x501c690, id=2) at /usr/src/debug/kdevplatform-1.3.0/plugins/standardoutputview/outputwidget.cpp:431
#9  0x00007f835c16d42e in OutputWidget::addOutput (this=0x501c690, id=2) at /usr/src/debug/kdevplatform-1.3.0/plugins/standardoutputview/outputwidget.cpp:162
#10 0x00007f835c16deb3 in OutputWidget::OutputWidget (this=0x501c690, parent=<optimized out>, tvdata=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/plugins/standardoutputview/outputwidget.cpp:154
#11 0x00007f835c16a956 in OutputViewFactory::create (this=0x4ddfdd0, parent=0x575e8a0) at /usr/src/debug/kdevplatform-1.3.0/plugins/standardoutputview/standardoutputview.cpp:58
#12 0x00000036eec36636 in Sublime::View::widget (this=0x4e6a920, parent=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/sublime/view.cpp:82
#13 0x00000036eec3cc05 in Sublime::IdealController::addView (this=0xc1e8e0, area=Qt::BottomDockWidgetArea, view=0x4e6a920) at /usr/src/debug/kdevplatform-1.3.0/sublime/ideal.cpp:576
#14 0x00000036eec31a6e in Sublime::MainWindowPrivate::IdealToolViewCreator::operator() (this=0x7fffcb543a70, view=0x4e6a920, position=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/sublime/mainwindow_p.cpp:222
#15 0x00000036eec359a5 in Sublime::Area::walkToolViews<Sublime::MainWindowPrivate::IdealToolViewCreator> (this=0xc38400, op=..., positions=...) at /usr/src/debug/kdevplatform-1.3.0/sublime/areawalkers.h:59
#16 0x00000036eec348fc in Sublime::MainWindowPrivate::reconstruct (this=0xc1aa90) at /usr/src/debug/kdevplatform-1.3.0/sublime/mainwindow_p.cpp:331
#17 0x00000036eec2d6a2 in Sublime::MainWindow::setArea (this=0xc17ac0, area=0xc38400) at /usr/src/debug/kdevplatform-1.3.0/sublime/mainwindow.cpp:146
#18 0x00000036eec28493 in Sublime::Controller::showArea (this=0xc15570, areaTypeId=..., mainWindow=0xc17ac0) at /usr/src/debug/kdevplatform-1.3.0/sublime/controller.cpp:166
#19 0x00000036ef07439c in KDevelop::UiController::switchToArea (this=0xc15570, areaName=..., switchMode=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/shell/uicontroller.cpp:208
#20 0x00000036ef0c73a4 in KDevelop::DebugController::addSession (this=<optimized out>, session=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/shell/debugcontroller.cpp:324
#21 0x00007f835496db4b in GDBDebugger::CppDebuggerPlugin::createSession (this=0x27c1050) at /usr/src/debug/kdevelop-4.3.0/debuggers/gdb/debuggerplugin.cpp:359
#22 0x00007f835499b790 in GDBDebugger::DebugJob::DebugJob (this=0x37f18e0, p=0x27c1050, launchcfg=0x5579580, parent=<optimized out>) at /usr/src/debug/kdevelop-4.3.0/debuggers/gdb/debugjob.cpp:42
#23 0x00007f8354998fb8 in GdbLauncher::start (this=0x282c910, launchMode=<optimized out>, cfg=0x5579580) at /usr/src/debug/kdevelop-4.3.0/debuggers/gdb/gdblaunchconfig.cpp:146
#24 0x00000036ef09ca40 in KDevelop::RunController::execute (this=0xfcec40, runMode=..., launch=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/shell/runcontroller.cpp:403
#25 0x00000036ef09e3da in KDevelop::RunController::executeDefaultLaunch (this=0xfcec40, runMode=...) at /usr/src/debug/kdevplatform-1.3.0/shell/runcontroller.cpp:788
#26 0x00000036ef09dfa4 in KDevelop::RunController::slotDebug (this=0xfcec40) at /usr/src/debug/kdevplatform-1.3.0/shell/runcontroller.cpp:506
#27 0x00000036ef0a20d5 in qt_static_metacall (_a=<optimized out>, _id=<optimized out>, _o=<optimized out>, _c=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/x86_64-redhat-linux-gnu/shell/runcontroller.moc:76
#28 KDevelop::RunController::qt_static_metacall (_o=<optimized out>, _c=<optimized out>, _id=<optimized out>, _a=<optimized out>) at /usr/src/debug/kdevplatform-1.3.0/x86_64-redhat-linux-gnu/shell/runcontroller.moc:64
#29 0x0000003ec8d8d571 in QMetaObject::activate (sender=0xd34a10, m=<optimized out>, local_signal_index=<optimized out>, argv=0x7fffcb544450) at kernel/qobject.cpp:3547
#30 0x0000003eca5c39e2 in QAction::triggered (this=<optimized out>, _t1=false) at .moc/release-shared/moc_qaction.cpp:276
#31 0x0000003eca5c3bcf in QAction::activate (this=0xd34a10, event=<optimized out>) at kernel/qaction.cpp:1257
#32 0x0000003eca5c3d3f in QAction::event (this=<optimized out>, e=<optimized out>) at kernel/qaction.cpp:1183
#33 0x00000036ea16ccfa in KAction::event (this=<optimized out>, event=0x7fffcb544a70) at /usr/src/debug/kdelibs-4.8.3/kdeui/actions/kaction.cpp:131
#34 0x0000003eca5c9bc4 in notify_helper (e=0x7fffcb544a70, receiver=0xd34a10, this=0xa4ae70) at kernel/qapplication.cpp:4554
#35 QApplicationPrivate::notify_helper (this=0xa4ae70, receiver=0xd34a10, e=0x7fffcb544a70) at kernel/qapplication.cpp:4526
#36 0x0000003eca5cea43 in QApplication::notify (this=0x7fffcb5460e0, receiver=0xd34a10, e=0x7fffcb544a70) at kernel/qapplication.cpp:4415
#37 0x00000036ea251ff6 in KApplication::notify (this=0x7fffcb5460e0, receiver=0xd34a10, event=0x7fffcb544a70) at /usr/src/debug/kdelibs-4.8.3/kdeui/kernel/kapplication.cpp:311
#38 0x0000003ec8d798dc in QCoreApplication::notifyInternal (this=0x7fffcb5460e0, receiver=0xd34a10, event=0x7fffcb544a70) at kernel/qcoreapplication.cpp:876
#39 0x0000003eca5fb8c9 in sendEvent (event=0x7fffcb544a70, receiver=<optimized out>) at ../../src/corelib/kernel/qcoreapplication.h:231
#40 QShortcutMap::dispatchEvent (this=<optimized out>, e=0x7fffcb545010) at kernel/qshortcutmap.cpp:879
#41 0x0000003eca5fcdfd in QShortcutMap::tryShortcutEvent (this=0xa4af90, o=<optimized out>, e=0x7fffcb545010) at kernel/qshortcutmap.cpp:364
#42 0x0000003eca5d0679 in QApplication::notify (this=0x7fffcb5460e0, receiver=0x39bae70, e=0x7fffcb545010) at kernel/qapplication.cpp:3978
#43 0x00000036ea251ff6 in KApplication::notify (this=0x7fffcb5460e0, receiver=0x39bae70, event=0x7fffcb545010) at /usr/src/debug/kdelibs-4.8.3/kdeui/kernel/kapplication.cpp:311
#44 0x0000003ec8d798dc in QCoreApplication::notifyInternal (this=0x7fffcb5460e0, receiver=0x39bae70, event=0x7fffcb545010) at kernel/qcoreapplication.cpp:876
#45 0x0000003eca668979 in QKeyMapper::sendKeyEvent (keyWidget=0x39bae70, grab=<optimized out>, type=QEvent::KeyPress, code=16777272, modifiers=..., text=..., autorepeat=false, count=1, nativeScanCode=75, nativeVirtualKey=65478, nativeModifiers=0) at kernel/qkeymapper_x11.cpp:1866
#46 0x0000003eca668deb in QKeyMapperPrivate::translateKeyEvent (this=0xa89ba0, keyWidget=0x39bae70, event=0x7fffcb545af0, grab=false) at kernel/qkeymapper_x11.cpp:1836
#47 0x0000003eca644d94 in QApplication::x11ProcessEvent (this=0x7fffcb5460e0, event=0x7fffcb545af0) at kernel/qapplication_x11.cpp:3539
#48 0x0000003eca66cbdc in x11EventSourceDispatch (s=0xa4fa10, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:148
#49 0x0000003ec7844f3d in g_main_dispatch (context=0xa4e8e0) at gmain.c:2441
#50 g_main_context_dispatch (context=0xa4e8e0) at gmain.c:3011
#51 0x0000003ec7845738 in g_main_context_iterate (context=0xa4e8e0, block=<optimized out>, dispatch=1, self=<optimized out>) at gmain.c:3089
#52 0x0000003ec784590c in g_main_context_iteration (context=0xa4e8e0, may_block=1) at gmain.c:3152
#53 0x0000003ec8da85bf in QEventDispatcherGlib::processEvents (this=0xa1aa70, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:424
#54 0x0000003eca66c8ce in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:207
#55 0x0000003ec8d78a12 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#56 0x0000003ec8d78c67 in QEventLoop::exec (this=0x7fffcb545ec0, flags=...) at kernel/qeventloop.cpp:204
#57 0x0000003ec8d7d665 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1148
#58 0x000000000040a399 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kdevelop-4.3.0/app/main.cpp:479

Possible duplicates by query: bug 300295, bug 281472, bug 274287.

Reported using DrKonqi
Comment 1 Kevin Funk 2012-12-01 20:20:27 UTC

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