Bug 256265 - KDevelop crashes on exit
Summary: KDevelop crashes on exit
Status: RESOLVED DUPLICATE of bug 236037
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: 4.2.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-07 01:26 UTC by Abi George Ullattil
Modified: 2010-11-07 01:41 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 Abi George Ullattil 2010-11-07 01:26:50 UTC
Application: kdevelop (4.0.2 (using KDevPlatform 1.0.2))
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-22-generic i686
Distribution: Ubuntu 10.10

-- Information about the crash:
Closed KDevelop after I created a new class, edited the header and closed the application.

-- Backtrace:
Application: KDevelop (kdevelop.bin), signal: Aborted
[Current thread is 1 (Thread 0xb77fd710 (LWP 1316))]

Thread 10 (Thread 0xb6bbeb70 (LWP 1322)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x06a2ade6 in __poll (fds=0x6ac2ff4, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x01c2da1b in g_poll () from /lib/libglib-2.0.so.0
#3  0x01c2043c in ?? () from /lib/libglib-2.0.so.0
#4  0x01c20ba7 in g_main_loop_run () from /lib/libglib-2.0.so.0
#5  0x0994e6b4 in ?? () from /usr/lib/libgio-2.0.so.0
#6  0x01c4748f in ?? () from /lib/libglib-2.0.so.0
#7  0x00136cc9 in start_thread (arg=0xb6bbeb70) at pthread_create.c:304
#8  0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 9 (Thread 0xb338cb70 (LWP 1351)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b884 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:236
#2  0x06a46e04 in __pthread_cond_timedwait (cond=0x9cbe6c0, mutex=0x9cbe6a8, abstime=0xb338c2b0) at forward.c:152
#3  0x0036894f in wait (this=0x9cd16b4, mutex=0x9cd16b8, time=200000) at thread/qwaitcondition_unix.cpp:86
#4  QWaitCondition::wait (this=0x9cd16b4, mutex=0x9cd16b8, time=200000) at thread/qwaitcondition_unix.cpp:160
#5  0x087ee5b5 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x9cd16a8) at ../../language/duchain/duchain.cpp:286
#6  0x00367df9 in QThreadPrivate::start (arg=0x9cd16a8) at thread/qthread_unix.cpp:266
#7  0x00136cc9 in start_thread (arg=0xb338cb70) at pthread_create.c:304
#8  0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 8 (Thread 0xb1137b70 (LWP 4600)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0xa123cf0, mutex=0xa123cd8) at forward.c:139
#3  0x003689c7 in wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x080b1030 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f3ccf0, th=0xa0cbc98) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x080b47dc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xa15dc98, th=0xa0cbc98) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x080b055b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f3ccf0, th=0xa0cbc98) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x080b48d2 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa0cbc98) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa0cbc98, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa0cbc98) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa0cbc98, previous=0xa9370e0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x080b295e in ThreadWeaver::ThreadRunHelper::run (this=0xb11372f4, parent=0x9f3ccf0, th=0xa0cbc98) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x080b307b in ThreadWeaver::Thread::run (this=0xa0cbc98) at ../../../threadweaver/Weaver/Thread.cpp:142
#14 0x00367df9 in QThreadPrivate::start (arg=0xa0cbc98) at thread/qthread_unix.cpp:266
#15 0x00136cc9 in start_thread (arg=0xb1137b70) at pthread_create.c:304
#16 0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 7 (Thread 0xaf824b70 (LWP 4676)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0x27f7290, mutex=0x27f7278) at forward.c:139
#3  0x026f3877 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x27f21a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#4  0x026f38c1 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x27f21a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#5  0x00136cc9 in start_thread (arg=0xaf824b70) at pthread_create.c:304
#6  0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 6 (Thread 0xace1ab70 (LWP 4694)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0x9c75cd8, mutex=0x9c75cc0) at forward.c:139
#3  0x003689c7 in wait (this=0x9c7a150, mutex=0x9ba6aa0, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9c7a150, mutex=0x9ba6aa0, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x080b1030 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9c7a138, th=0xa17ae78) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x080b47dc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9c79aa0, th=0xa17ae78) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x080b055b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9c7a138, th=0xa17ae78) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x080b48d2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa17ae78) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa17ae78, previous=0xe6f23d0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x080b295e in ThreadWeaver::ThreadRunHelper::run (this=0xace1a2f4, parent=0x9c7a138, th=0xa17ae78) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x080b307b in ThreadWeaver::Thread::run (this=0xa17ae78) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x00367df9 in QThreadPrivate::start (arg=0xa17ae78) at thread/qthread_unix.cpp:266
#13 0x00136cc9 in start_thread (arg=0xace1ab70) at pthread_create.c:304
#14 0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 5 (Thread 0xac619b70 (LWP 4695)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0x9c75cd8, mutex=0x9c75cc0) at forward.c:139
#3  0x003689c7 in wait (this=0x9c7a150, mutex=0x9ba6aa0, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9c7a150, mutex=0x9ba6aa0, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x080b1030 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9c7a138, th=0xa1d6340) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x080b47dc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x080b055b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9c7a138, th=0xa1d6340) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x080b48d2 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#15 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#16 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#17 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#18 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#19 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#20 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#21 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#22 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#23 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#24 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#25 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#26 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#27 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#28 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#29 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#30 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#31 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#32 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#33 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#34 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#35 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#36 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#37 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#38 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#39 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#40 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#41 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#42 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#43 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#44 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#45 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#46 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#47 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#48 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#49 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#50 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#51 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#52 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#53 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#54 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#55 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#56 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#57 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#58 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#59 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#60 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#61 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#62 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#63 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#64 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#65 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#66 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#67 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#68 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#69 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#70 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#71 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#72 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#73 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#74 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#75 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#76 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#77 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#78 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#79 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#80 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#81 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#82 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#83 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#84 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#85 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#86 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#87 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#88 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#89 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#90 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#91 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#92 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#93 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#94 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9c79aa0, th=0xa1d6340) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#95 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9c7a138, th=0xa1d6340, previous=0xa792c60) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#96 0x080b295e in ThreadWeaver::ThreadRunHelper::run (this=0xac6192f4, parent=0x9c7a138, th=0xa1d6340) at ../../../threadweaver/Weaver/Thread.cpp:87
#97 0x080b307b in ThreadWeaver::Thread::run (this=0xa1d6340) at ../../../threadweaver/Weaver/Thread.cpp:142
#98 0x00367df9 in QThreadPrivate::start (arg=0xa1d6340) at thread/qthread_unix.cpp:266
#99 0x00136cc9 in start_thread (arg=0xac619b70) at pthread_create.c:304
#100 0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 4 (Thread 0xb1938b70 (LWP 4700)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0xa123cf0, mutex=0xa123cd8) at forward.c:139
#3  0x003689c7 in wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x080b1030 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f3ccf0, th=0xa556050) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x080b47dc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xa15dc98, th=0xa556050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x080b055b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f3ccf0, th=0xa556050) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x080b48d2 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa556050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa556050, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa556050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa556050, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa556050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa556050, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa556050) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#15 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa556050, previous=0xaabdca0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#16 0x080b295e in ThreadWeaver::ThreadRunHelper::run (this=0xb19382f4, parent=0x9f3ccf0, th=0xa556050) at ../../../threadweaver/Weaver/Thread.cpp:87
#17 0x080b307b in ThreadWeaver::Thread::run (this=0xa556050) at ../../../threadweaver/Weaver/Thread.cpp:142
#18 0x00367df9 in QThreadPrivate::start (arg=0xa556050) at thread/qthread_unix.cpp:266
#19 0x00136cc9 in start_thread (arg=0xb1938b70) at pthread_create.c:304
#20 0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 3 (Thread 0xa5108b70 (LWP 4701)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0xa123cf0, mutex=0xa123cd8) at forward.c:139
#3  0x003689c7 in wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x080b1030 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f3ccf0, th=0xae750a8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x080b47dc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xa15dc98, th=0xae750a8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x080b055b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f3ccf0, th=0xae750a8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x080b48d2 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xae750a8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xae750a8, previous=0xabaf878) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x080b295e in ThreadWeaver::ThreadRunHelper::run (this=0xa51082f4, parent=0x9f3ccf0, th=0xae750a8) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x080b307b in ThreadWeaver::Thread::run (this=0xae750a8) at ../../../threadweaver/Weaver/Thread.cpp:142
#12 0x00367df9 in QThreadPrivate::start (arg=0xae750a8) at thread/qthread_unix.cpp:266
#13 0x00136cc9 in start_thread (arg=0xa5108b70) at pthread_create.c:304
#14 0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xa4907b70 (LWP 4703)):
#0  0x008ed416 in __kernel_vsyscall ()
#1  0x0013b4dc in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:169
#2  0x06a46dad in __pthread_cond_wait (cond=0xa123cf0, mutex=0xa123cd8) at forward.c:139
#3  0x003689c7 in wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#4  QWaitCondition::wait (this=0x9f3cd08, mutex=0xa0a5048, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#5  0x080b1030 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9f3ccf0, th=0xa578530) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x080b47dc in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0xa15dc98, th=0xa578530) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x080b055b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9f3ccf0, th=0xa578530) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x080b48d2 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa578530) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa578530, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa578530) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa578530, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x080b48f1 in ThreadWeaver::WorkingHardState::applyForWork (this=0xa15dc98, th=0xa578530) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x080b1533 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9f3ccf0, th=0xa578530, previous=0xa7dfcc8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x080b295e in ThreadWeaver::ThreadRunHelper::run (this=0xa49072f4, parent=0x9f3ccf0, th=0xa578530) at ../../../threadweaver/Weaver/Thread.cpp:87
#15 0x080b307b in ThreadWeaver::Thread::run (this=0xa578530) at ../../../threadweaver/Weaver/Thread.cpp:142
#16 0x00367df9 in QThreadPrivate::start (arg=0xa578530) at thread/qthread_unix.cpp:266
#17 0x00136cc9 in start_thread (arg=0xa4907b70) at pthread_create.c:304
#18 0x06a396ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb77fd710 (LWP 1316)):
[KCrash Handler]
#7  0x008ed416 in __kernel_vsyscall ()
#8  0x06993941 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#9  0x06996e42 in abort () at abort.c:92
#10 0x00295055 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6
#11 0x00292f35 in ?? () from /usr/lib/libstdc++.so.6
#12 0x00292f72 in std::terminate() () from /usr/lib/libstdc++.so.6
#13 0x00293b85 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.6
#14 0x00aa0d6a in ProvidersModel::data (this=0x9f32458, index=..., role=0) at ../../shell/documentationview.cpp:51
#15 0x0156db39 in QComboBoxPrivate::itemText (this=0x9f31fa0, index=...) at widgets/qcombobox.cpp:1270
#16 0x0156dcd0 in QComboBox::currentText (this=0x9f304e8) at widgets/qcombobox.cpp:2039
#17 0x0156e8fd in QComboBox::initStyleOption (this=0x9f304e8, option=0xbff7f300) at widgets/qcombobox.cpp:1119
#18 0x01571e61 in QComboBoxPrivate::updateViewContainerPaletteAndOpacity (this=0x9f31fa0) at widgets/qcombobox.cpp:1078
#19 0x015750e8 in QComboBox::changeEvent (this=0x9f304e8, e=0xbff7f94c) at widgets/qcombobox.cpp:2734
#20 0x01182a5e in QWidget::event (this=0x9f304e8, event=0xbff7f94c) at kernel/qwidget.cpp:8477
#21 0x01572b7c in QComboBox::event (this=0x9f304e8, event=0xbff7f94c) at widgets/qcombobox.cpp:2834
#22 0x01124fdc in QApplicationPrivate::notify_helper (this=0x99f0988, receiver=0x9f304e8, e=0xbff7f94c) at kernel/qapplication.cpp:4396
#23 0x0112b0e9 in QApplication::notify (this=0xbff80c70, receiver=0x9f304e8, e=0xbff7f94c) at kernel/qapplication.cpp:4361
#24 0x00e1a68a in KApplication::notify (this=0xbff80c70, receiver=0x9f304e8, event=0xbff7f94c) at ../../kdeui/kernel/kapplication.cpp:310
#25 0x00469b3b in QCoreApplication::notifyInternal (this=0xbff80c70, receiver=0x9f304e8, event=0xbff7f94c) at kernel/qcoreapplication.cpp:732
#26 0x0117e701 in sendEvent (this=0x9f31fa0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#27 QWidgetPrivate::propagatePaletteChange (this=0x9f31fa0) at kernel/qwidget.cpp:1870
#28 0x0117e8e1 in QWidgetPrivate::setPalette_helper (this=0x9f31fa0, palette=...) at kernel/qwidget.cpp:4614
#29 0x0117e97a in QWidgetPrivate::resolvePalette (this=0x9f31fa0) at kernel/qwidget.cpp:4604
#30 0x0118ce75 in QWidget::setParent (this=0x9f304e8, parent=0x0, f=...) at kernel/qwidget.cpp:10018
#31 0x0118d3ce in QWidget::setParent (this=0x0, parent=0x524) at kernel/qwidget.cpp:9937
#32 0x01190a66 in QWidgetAction::releaseWidget (this=0x9f41230, widget=0x9f304e8) at kernel/qwidgetaction.cpp:207
#33 0x01634e22 in QToolBarLayout::~QToolBarLayout (this=0x9f2f3c0, __in_chrg=<value optimized out>) at widgets/qtoolbarlayout.cpp:101
#34 0x011887f3 in QWidget::~QWidget (this=0x9f30f18, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1501
#35 0x016322ed in QToolBar::~QToolBar (this=0x9f30f18, __in_chrg=<value optimized out>) at widgets/qtoolbar.cpp:597
#36 0x00f47e09 in KToolBar::~KToolBar (this=0x9f30f18, __in_chrg=<value optimized out>) at ../../kdeui/widgets/ktoolbar.cpp:728
#37 0x0047c816 in QObjectPrivate::deleteChildren (this=0x9f318d0) at kernel/qobject.cpp:1957
#38 0x011888fc in QWidget::~QWidget (this=0x9f305d0, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1589
#39 0x00a25b5d in DocumentationView::~DocumentationView (this=0x9f305d0, __in_chrg=<value optimized out>) at ../../shell/documentationview.h:32
#40 0x0047c816 in QObjectPrivate::deleteChildren (this=0x9eb5610) at kernel/qobject.cpp:1957
#41 0x011888fc in QWidget::~QWidget (this=0xa7a5bd8, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1589
#42 0x0158c1d1 in QDockWidget::~QDockWidget (this=0xa7a5bd8, __in_chrg=<value optimized out>) at widgets/qdockwidget.cpp:1181
#43 0x0770c8d2 in ?? () from /usr/lib/libsublime.so.1
#44 0x0047c816 in QObjectPrivate::deleteChildren (this=0xa7a5bd8) at kernel/qobject.cpp:1957
#45 0x011888fc in QWidget::~QWidget (this=0x9cede00, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1589
#46 0x077137d7 in ?? () from /usr/lib/libsublime.so.1
#47 0x0047c816 in QObjectPrivate::deleteChildren (this=0x9cede00) at kernel/qobject.cpp:1957
#48 0x011888fc in QWidget::~QWidget (this=0x9be6868, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1589
#49 0x015c2c31 in QMainWindow::~QMainWindow (this=0x9be6868, __in_chrg=<value optimized out>) at widgets/qmainwindow.cpp:329
#50 0x00f12864 in KMainWindow::~KMainWindow (this=0x9be6868, __in_chrg=<value optimized out>) at ../../kdeui/widgets/kmainwindow.cpp:473
#51 0x00f588b8 in KXmlGuiWindow::~KXmlGuiWindow (this=0x9be6868, __vtt_parm=0xae520c, __in_chrg=<value optimized out>) at ../../kdeui/xmlgui/kxmlguiwindow.cpp:126
#52 0x00b2b429 in KParts::MainWindow::~MainWindow (this=0x9be6868, __vtt_parm=0xae5208, __in_chrg=<value optimized out>) at ../../kparts/mainwindow.cpp:77
#53 0x076fd276 in Sublime::MainWindow::~MainWindow() () from /usr/lib/libsublime.so.1
#54 0x00a3789e in KDevelop::MainWindow::~MainWindow (this=0x9be6868, __in_chrg=<value optimized out>, __vtt_parm=<value optimized out>) at ../../shell/mainwindow.cpp:128
#55 0x0047a9a5 in qDeleteInEventHandler (o=0x0) at kernel/qobject.cpp:3988
#56 0x0047c6c8 in QObject::event (this=0x9be6868, e=0x6) at kernel/qobject.cpp:1202
#57 0x01182936 in QWidget::event (this=0x9be6868, event=0xac98280) at kernel/qwidget.cpp:8646
#58 0x015c3917 in QMainWindow::event (this=0x9be6868, event=0xac98280) at widgets/qmainwindow.cpp:1417
#59 0x00f108a4 in KMainWindow::event (this=0x9be6868, ev=0xac98280) at ../../kdeui/widgets/kmainwindow.cpp:1100
#60 0x00f5914f in KXmlGuiWindow::event (this=0x9be6868, ev=0xac98280) at ../../kdeui/xmlgui/kxmlguiwindow.cpp:130
#61 0x01124fdc in QApplicationPrivate::notify_helper (this=0x99f0988, receiver=0x9be6868, e=0xac98280) at kernel/qapplication.cpp:4396
#62 0x0112b0e9 in QApplication::notify (this=0xbff80c70, receiver=0x9be6868, e=0xac98280) at kernel/qapplication.cpp:4361
#63 0x00e1a68a in KApplication::notify (this=0xbff80c70, receiver=0x9be6868, event=0xac98280) at ../../kdeui/kernel/kapplication.cpp:310
#64 0x00469b3b in QCoreApplication::notifyInternal (this=0xbff80c70, receiver=0x9be6868, event=0xac98280) at kernel/qcoreapplication.cpp:732
#65 0x0046cd8b in sendEvent (receiver=0x0, event_type=0, data=0x99aef00) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#66 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x99aef00) at kernel/qcoreapplication.cpp:1373
#67 0x0046cf4d in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1266
#68 0x00498a74 in sendPostedEvents (s=0x99f2d10) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#69 postEventSourceDispatch (s=0x99f2d10) at kernel/qeventdispatcher_glib.cpp:277
#70 0x01c1c855 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#71 0x01c20668 in ?? () from /lib/libglib-2.0.so.0
#72 0x01c20848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#73 0x00498565 in QEventDispatcherGlib::processEvents (this=0x99aea18, flags=...) at kernel/qeventdispatcher_glib.cpp:415
#74 0x011e6be5 in QGuiEventDispatcherGlib::processEvents (this=0x99aea18, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#75 0x00468609 in QEventLoop::processEvents (this=0xbff80b24, flags=) at kernel/qeventloop.cpp:149
#76 0x00468a8a in QEventLoop::exec (this=0xbff80b24, flags=...) at kernel/qeventloop.cpp:201
#77 0x0046d00f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#78 0x01123e07 in QApplication::exec () at kernel/qapplication.cpp:3672
#79 0x0804fe00 in _start ()

This bug may be a duplicate of or related to bug 251938.

Possible duplicates by query: bug 255931, bug 255837, bug 255629, bug 254859, bug 254855.

Reported using DrKonqi
Comment 1 Milian Wolff 2010-11-07 01:41:21 UTC
fixed in kdev 4.1

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