Bug 231319 - Crash after svn conflict message
Summary: Crash after svn conflict message
Status: RESOLVED DUPLICATE of bug 229957
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-19 15:49 UTC by Ludger Sprenker
Modified: 2010-06-04 14:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
New crash information added by DrKonqi (21.63 KB, text/plain)
2010-06-04 14:24 UTC, Simone
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ludger Sprenker 2010-03-19 15:49:07 UTC
Application: kdevelop (3.9.99 (using KDevPlatform 0.9.99))
KDE Platform Version: 4.4.1 (KDE 4.4.1)
Qt Version: 4.6.2
Operating System: Linux 2.6.31-20-generic i686
Distribution: Ubuntu 9.10

-- Information about the crash:
I tryed to commit a file to svn that was in conflict locally. A message came up that there is a conflict. I clicked that message away and kdevelop crashed.
It is also problematic that there seems to be no functionality to tell svn that the conflict is solved locally ...

The crash can be reproduced some of the time.

 -- Backtrace:
Application: KDevelop (kdevelop.bin), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7711760 (LWP 4507))]

Thread 12 (Thread 0xb435bb70 (LWP 4508)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025c142 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0x0355b24f in QWaitConditionPrivate::wait (this=0x939329c, mutex=0x93932a0, time=200000) at thread/qwaitcondition_unix.cpp:85
#3  QWaitCondition::wait (this=0x939329c, mutex=0x93932a0, time=200000) at thread/qwaitcondition_unix.cpp:159
#4  0x082eb2b5 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x9393290) at /home/dvelop/src/kdevplatform/language/duchain/duchain.cpp:286
#5  0x0355a36e in QThreadPrivate::start (arg=0x9393290) at thread/qthread_unix.cpp:248
#6  0x0025780e in start_thread (arg=0xb435bb70) at pthread_create.c:300
#7  0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 11 (Thread 0xb0dc0b70 (LWP 4659)):
#0  0x00b49e06 in *__GI_clock_gettime (clock_id=11853812, tp=0xb0dc0018) at ../sysdeps/unix/clock_gettime.c:100
#1  0x0368592b in qt_gettime () at kernel/qcore_unix.cpp:111
#2  0x0368aa15 in QTimerInfoList::updateCurrentTime (this=0x9601a08) at kernel/qeventdispatcher_unix.cpp:340
#3  0x0368b0e5 in QEventDispatcherUNIXPrivate::doSelect (this=0x9601368, flags=..., timeout=0x0) at kernel/qeventdispatcher_unix.cpp:181
#4  0x0368c055 in QEventDispatcherUNIX::processEvents (this=0x95ba348, flags=...) at kernel/qeventdispatcher_unix.cpp:920
#5  0x0365b209 in QEventLoop::processEvents (this=0xb0dc0270, flags=) at kernel/qeventloop.cpp:149
#6  0x0365b65a in QEventLoop::exec (this=0xb0dc0270, flags=...) at kernel/qeventloop.cpp:201
#7  0x035575e8 in QThread::exec (this=0x95e8c50) at thread/qthread.cpp:487
#8  0x083e2440 in KDevelop::CompletionWorkerThread::run (this=0x95e8c50) at /home/dvelop/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:82
#9  0x0355a36e in QThreadPrivate::start (arg=0x95e8c50) at thread/qthread_unix.cpp:248
#10 0x0025780e in start_thread (arg=0xb0dc0b70) at pthread_create.c:300
#11 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 10 (Thread 0xb05bfb70 (LWP 4660)):
#0  0x00b49e06 in *__GI_clock_gettime (clock_id=11853812, tp=0xb05bf108) at ../sysdeps/unix/clock_gettime.c:100
#1  0x0368592b in qt_gettime () at kernel/qcore_unix.cpp:111
#2  0x0368aa15 in QTimerInfoList::updateCurrentTime (this=0x95f1518) at kernel/qeventdispatcher_unix.cpp:340
#3  0x0368aa5a in QTimerInfoList::timerWait (this=0x95f1518, tm=...) at kernel/qeventdispatcher_unix.cpp:443
#4  0x0368c0db in QEventDispatcherUNIX::processEvents (this=0x95e8f28, flags=...) at kernel/qeventdispatcher_unix.cpp:907
#5  0x0365b209 in QEventLoop::processEvents (this=0xb05bf270, flags=) at kernel/qeventloop.cpp:149
#6  0x0365b65a in QEventLoop::exec (this=0xb05bf270, flags=...) at kernel/qeventloop.cpp:201
#7  0x035575e8 in QThread::exec (this=0x95ea048) at thread/qthread.cpp:487
#8  0x083e2440 in KDevelop::CompletionWorkerThread::run (this=0x95ea048) at /home/dvelop/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:82
#9  0x0355a36e in QThreadPrivate::start (arg=0x95ea048) at thread/qthread_unix.cpp:248
#10 0x0025780e in start_thread (arg=0xb05bfb70) at pthread_create.c:300
#11 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
The current source language is "auto; currently c".

Thread 9 (Thread 0xafdbeb70 (LWP 4661)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025c142 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0x03559c5e in thread_sleep (ti=0x1) at thread/qthread_unix.cpp:398
#3  0x03559db3 in QThread::msleep (msecs=30) at thread/qthread_unix.cpp:424
#4  0x0890106b in UIBlockTester::UIBlockTesterThread::run (this=0x9616458) at /home/dvelop/src/kdevelop/languages/cpp/cpplanguagesupport.cpp:672
#5  0x0355a36e in QThreadPrivate::start (arg=0x9616458) at thread/qthread_unix.cpp:248
#6  0x0025780e in start_thread (arg=0xafdbeb70) at pthread_create.c:300
#7  0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 8 (Thread 0xaf06ab70 (LWP 4662)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0355b2c7 in QWaitConditionPrivate::wait (this=0x92dbac0, mutex=0x92dbd60, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x92dbac0, mutex=0x92dbd60, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x009f38a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x92dbaa8, th=0x9570fb0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x009f641c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x92dbe20, th=0x9570fb0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x009f226b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x92dbaa8, th=0x9570fb0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x009f6512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x92dbe20, th=0x9570fb0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x92dbaa8, th=0x9570fb0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x92dbe20, th=0x9570fb0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x92dbaa8, th=0x9570fb0, previous=0xc156d40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#11 0x009f44fe in ThreadWeaver::ThreadRunHelper::run (this=0xaf06a2a4, parent=0x92dbaa8, th=0x9570fb0) at ../../../threadweaver/Weaver/Thread.cpp:87
#12 0x009f4b1b in ThreadWeaver::Thread::run (this=0x9570fb0) at ../../../threadweaver/Weaver/Thread.cpp:142
#13 0x0355a36e in QThreadPrivate::start (arg=0x9570fb0) at thread/qthread_unix.cpp:248
#14 0x0025780e in start_thread (arg=0xaf06ab70) at pthread_create.c:300
#15 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 7 (Thread 0xae668b70 (LWP 4663)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0355b2c7 in QWaitConditionPrivate::wait (this=0x92dbac0, mutex=0x92dbd60, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x92dbac0, mutex=0x92dbd60, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x009f38a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x92dbaa8, th=0x9619578) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x009f641c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x92dbe20, th=0x9619578) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x009f226b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x92dbaa8, th=0x9619578) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x009f6512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x92dbe20, th=0x9619578) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x92dbaa8, th=0x9619578, previous=0x1340ef40) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x009f44fe in ThreadWeaver::ThreadRunHelper::run (this=0xae6682a4, parent=0x92dbaa8, th=0x9619578) at ../../../threadweaver/Weaver/Thread.cpp:87
#10 0x009f4b1b in ThreadWeaver::Thread::run (this=0x9619578) at ../../../threadweaver/Weaver/Thread.cpp:142
#11 0x0355a36e in QThreadPrivate::start (arg=0x9619578) at thread/qthread_unix.cpp:248
#12 0x0025780e in start_thread (arg=0xae668b70) at pthread_create.c:300
#13 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 6 (Thread 0xada56b70 (LWP 4666)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0355b2c7 in QWaitConditionPrivate::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x009f38a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9742c40, th=0x9815e68) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x009f641c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x009f226b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9742c40, th=0x9815e68) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x009f6512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#11 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#12 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#13 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#14 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#15 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#16 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#17 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#18 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#19 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x9815e68) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#20 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x9815e68, previous=0x11de7428) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#21 0x009f44fe in ThreadWeaver::ThreadRunHelper::run (this=0xada562a4, parent=0x9742c40, th=0x9815e68) at ../../../threadweaver/Weaver/Thread.cpp:87
#22 0x009f4b1b in ThreadWeaver::Thread::run (this=0x9815e68) at ../../../threadweaver/Weaver/Thread.cpp:142
#23 0x0355a36e in QThreadPrivate::start (arg=0x9815e68) at thread/qthread_unix.cpp:248
#24 0x0025780e in start_thread (arg=0xada56b70) at pthread_create.c:300
#25 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 5 (Thread 0xab37fb70 (LWP 4689)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x06ed4887 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x6fad1a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2304
#3  0x06ed48d1 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x6fad1a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1438
#4  0x0025780e in start_thread (arg=0xab37fb70) at pthread_create.c:300
#5  0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 4 (Thread 0xb3b5ab70 (LWP 5813)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0355b2c7 in QWaitConditionPrivate::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x009f38a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9742c40, th=0xe00a5c8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x009f641c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x009f226b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9742c40, th=0xe00a5c8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x009f6512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xe00a5c8, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xe00a5c8, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#11 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#12 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xe00a5c8, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#13 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#14 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xe00a5c8, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#15 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#16 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xe00a5c8, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#17 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xe00a5c8) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#18 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xe00a5c8, previous=0xb1b2f50) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#19 0x009f44fe in ThreadWeaver::ThreadRunHelper::run (this=0xb3b5a2a4, parent=0x9742c40, th=0xe00a5c8) at ../../../threadweaver/Weaver/Thread.cpp:87
#20 0x009f4b1b in ThreadWeaver::Thread::run (this=0xe00a5c8) at ../../../threadweaver/Weaver/Thread.cpp:142
#21 0x0355a36e in QThreadPrivate::start (arg=0xe00a5c8) at thread/qthread_unix.cpp:248
#22 0x0025780e in start_thread (arg=0xb3b5ab70) at pthread_create.c:300
#23 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 3 (Thread 0xb29feb70 (LWP 5814)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0355b2c7 in QWaitConditionPrivate::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x009f38a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9742c40, th=0xaf74488) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x009f641c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9815c28, th=0xaf74488) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x009f226b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9742c40, th=0xaf74488) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x009f6512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0xaf74488) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0xaf74488, previous=0x12042780) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x009f44fe in ThreadWeaver::ThreadRunHelper::run (this=0xb29fe2a4, parent=0x9742c40, th=0xaf74488) at ../../../threadweaver/Weaver/Thread.cpp:87
#10 0x009f4b1b in ThreadWeaver::Thread::run (this=0xaf74488) at ../../../threadweaver/Weaver/Thread.cpp:142
#11 0x0355a36e in QThreadPrivate::start (arg=0xaf74488) at thread/qthread_unix.cpp:248
#12 0x0025780e in start_thread (arg=0xb29feb70) at pthread_create.c:300
#13 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xabb80b70 (LWP 5815)):
#0  0x00b2a422 in __kernel_vsyscall ()
#1  0x0025be15 in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x0355b2c7 in QWaitConditionPrivate::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x9742c58, mutex=0x97f53d0, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x009f38a0 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x9742c40, th=0x93976e0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x009f641c in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x009f226b in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x9742c40, th=0x93976e0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x009f6512 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#11 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#12 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#13 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#14 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#15 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#16 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#17 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#18 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#19 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#20 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#21 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#22 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#23 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#24 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#25 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#26 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#27 0x009f6531 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9815c28, th=0x93976e0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#28 0x009f3b23 in ThreadWeaver::WeaverImpl::applyForWork (this=0x9742c40, th=0x93976e0, previous=0x102bf6f8) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#29 0x009f44fe in ThreadWeaver::ThreadRunHelper::run (this=0xabb802a4, parent=0x9742c40, th=0x93976e0) at ../../../threadweaver/Weaver/Thread.cpp:87
#30 0x009f4b1b in ThreadWeaver::Thread::run (this=0x93976e0) at ../../../threadweaver/Weaver/Thread.cpp:142
#31 0x0355a36e in QThreadPrivate::start (arg=0x93976e0) at thread/qthread_unix.cpp:248
#32 0x0025780e in start_thread (arg=0xabb80b70) at pthread_create.c:300
#33 0x027d58de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb7711760 (LWP 4507)):
[KCrash Handler]
#6  0x0367087b in QObjectPrivate::isSignalConnected (sender=0x1450f218, m=0xec7c48, local_signal_index=3, argv=0xbfeaec88) at kernel/qobject_p.h:227
#7  QMetaObject::activate (sender=0x1450f218, m=0xec7c48, local_signal_index=3, argv=0xbfeaec88) at kernel/qobject.cpp:3218
#8  0x00d54fa3 in KJob::result (this=0x1450f218, _t1=0x1450f218) at ./kjob.moc:194
#9  0x00d55308 in KJob::emitResult (this=0x1450f218) at ../../kdecore/jobs/kjob.cpp:312
#10 0x02207cb2 in SvnJobBase::internalJobFailed (this=0x1450f218, job=0x12042780) at /home/dvelop/src/kdevplatform/plugins/subversion/svnjobbase.cpp:159
#11 0x02207f4f in SvnJobBase::qt_metacall (this=0x1450f218, _c=QMetaObject::InvokeMetaMethod, _id=36, _a=0xb7006c0) at /home/dvelop/src/kdevplatform/build/plugins/subversion/svnjobbase.moc:99
#12 0x022082f2 in SvnCommitJob::qt_metacall (this=0x1450f218, _c=QMetaObject::InvokeMetaMethod, _id=36, _a=0xb7006c0) at /home/dvelop/src/kdevplatform/build/plugins/subversion/svncommitjob.moc:64
#13 0x03661e5a in QMetaObject::metacall (object=0x1450f218, cl=QMetaObject::QueryPropertyScriptable, idx=36, argv=0xb7006c0) at kernel/qmetaobject.cpp:237
#14 0x0366c516 in QMetaCallEvent::placeMetaCall (this=0x1106eab8, object=0x1450f218) at kernel/qobject.cpp:561
#15 0x0366d63e in QObject::event (this=0x1450f218, e=0x1106eab8) at kernel/qobject.cpp:1248
#16 0x0425c3cc in QApplicationPrivate::notify_helper (this=0x905b5d0, receiver=0x1450f218, e=0x1106eab8) at kernel/qapplication.cpp:4300
#17 0x0426301e in QApplication::notify (this=0xbfeaf644, receiver=0x1450f218, e=0x1106eab8) at kernel/qapplication.cpp:3704
#18 0x02f4b42a in KApplication::notify (this=0xbfeaf644, receiver=0x1450f218, event=0x1106eab8) at ../../kdeui/kernel/kapplication.cpp:302
#19 0x0365cbeb in QCoreApplication::notifyInternal (this=0xbfeaf644, receiver=0x1450f218, event=0x1106eab8) at kernel/qcoreapplication.cpp:704
#20 0x0365f623 in QCoreApplication::sendEvent (receiver=0x0, event_type=0, data=0x90326f0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#21 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x90326f0) at kernel/qcoreapplication.cpp:1345
#22 0x0368bfea in QEventDispatcherUNIX::processEvents (this=0x905b570, flags=...) at kernel/qeventdispatcher_unix.cpp:892
#23 0x0431cb92 in QEventDispatcherX11::processEvents (this=0x905b570, flags=...) at kernel/qeventdispatcher_x11.cpp:152
#24 0x0365b209 in QEventLoop::processEvents (this=0xbfeaf504, flags=) at kernel/qeventloop.cpp:149
#25 0x0365b65a in QEventLoop::exec (this=0xbfeaf504, flags=...) at kernel/qeventloop.cpp:201
#26 0x0365f84f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981
#27 0x0425c467 in QApplication::exec () at kernel/qapplication.cpp:3579
#28 0x0804feb3 in main (argc=1, argv=0xbfeafc64) at /home/dvelop/src/kdevelop/app/main_internal.cpp:222

Reported using DrKonqi
Comment 1 Andreas Pakulat 2010-03-20 10:30:57 UTC

*** This bug has been marked as a duplicate of bug 229957 ***
Comment 2 Simone 2010-06-04 14:24:30 UTC
Created attachment 47670 [details]
New crash information added by DrKonqi

I tried to update with SVN, but an error window reported that a file was not under version control, then kdevelop chrashed