Bug 267559 - Doing nothing - KDevelop crashed
Summary: Doing nothing - KDevelop crashed
Status: RESOLVED DUPLICATE of bug 204399
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 4.1.60
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: 4.2.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 15:33 UTC by David
Modified: 2011-03-03 17:00 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 David 2011-03-03 15:33:41 UTC
Application: kdevelop (4.1.60)
KDE Platform Version: 4.5.4 (KDE 4.5.4) (Compiled from sources)
Qt Version: 4.6.3
Operating System: Linux 2.6.34.7-56.fc13.i686 i686
Distribution: "Fedora release 13 (Goddard)"

-- Information about the crash:
- What I was doing when the application crashed:
I ran 'yum install wx*' from a terminal and about half way through KDevelop crashed. I'm not sure if these are related? Or if this is a random crash?

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault
[Current thread is 1 (Thread 0xb78259b0 (LWP 2412))]

Thread 9 (Thread 0xb40e7b70 (LWP 2425)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x0015a5d4 in pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:236
#2  0x0047c630 in wait (this=0x9ebc334, mutex=0x9ebc338, time=1000) at thread/qwaitcondition_unix.cpp:85
#3  QWaitCondition::wait (this=0x9ebc334, mutex=0x9ebc338, time=1000) at thread/qwaitcondition_unix.cpp:159
#4  0x04284dc6 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x9ebc328) at /home/doriad/src/kdevplatform/language/duchain/duchain.cpp:283
#5  0x0047b74f in QThreadPrivate::start (arg=0x9ebc328) at thread/qthread_unix.cpp:248
#6  0x00156919 in start_thread (arg=0xb40e7b70) at pthread_create.c:301
#7  0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 8 (Thread 0xb2afeb70 (LWP 2468)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x0015a22c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x0047c6af in wait (this=0xa4ae558, mutex=0xa4da950, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0xa4ae558, mutex=0xa4da950, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x00c9df62 in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00ca091d in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00c9d0dc in ?? () from /usr/lib/libthreadweaver.so.4
#7  0x00ca0a1a in ?? () from /usr/lib/libthreadweaver.so.4
#8  0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#9  0x00c9ef26 in ?? () from /usr/lib/libthreadweaver.so.4
#10 0x00c9f5cc in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#11 0x0047b74f in QThreadPrivate::start (arg=0xa4f77e8) at thread/qthread_unix.cpp:248
#12 0x00156919 in start_thread (arg=0xb2afeb70) at pthread_create.c:301
#13 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 7 (Thread 0xaf8ffb70 (LWP 2549)):
#0  0x0090fdf6 in clock_gettime (clock_id=1, tp=0xaf8fef48) at ../sysdeps/unix/clock_gettime.c:100
#1  0x005926cb in qt_gettime () at kernel/qcore_unix.cpp:111
#2  0x00596db6 in QTimerInfoList::updateCurrentTime (this=0xb04949cc) at kernel/qeventdispatcher_unix.cpp:340
#3  0x00596dfb in QTimerInfoList::timerWait (this=0xb04949cc, tm=...) at kernel/qeventdispatcher_unix.cpp:443
#4  0x00595688 in timerSourcePrepareHelper (src=<value optimized out>, timeout=0xaf8ff05c) at kernel/qeventdispatcher_glib.cpp:136
#5  0x0059571d in timerSourcePrepare (source=0xb0494998, timeout=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:169
#6  0x074baa6a in IA__g_main_context_prepare (context=<value optimized out>, priority=0xaf8ff0dc) at gmain.c:2280
#7  0x074bae81 in g_main_context_iterate (context=0xafb50690, block=1, dispatch=1, self=0xb1f56170) at gmain.c:2571
#8  0x074bb449 in IA__g_main_context_iteration (context=0xafb50690, may_block=1) at gmain.c:2654
#9  0x0059547f in QEventDispatcherGlib::processEvents (this=0xaf958050, flags=...) at kernel/qeventdispatcher_glib.cpp:414
#10 0x0056b80a in QEventLoop::processEvents (this=0xaf8ff220, flags=...) at kernel/qeventloop.cpp:149
#11 0x0056bb4a in QEventLoop::exec (this=0xaf8ff220, flags=...) at kernel/qeventloop.cpp:201
#12 0x004792fe in QThread::exec (this=0xa59a4b8) at thread/qthread.cpp:487
#13 0x04363ab1 in KDevelop::CompletionWorkerThread::run (this=0xa59a4b8) at /home/doriad/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:80
#14 0x0047b74f in QThreadPrivate::start (arg=0xa59a4b8) at thread/qthread_unix.cpp:248
#15 0x00156919 in start_thread (arg=0xaf8ffb70) at pthread_create.c:301
#16 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 6 (Thread 0xaeefeb70 (LWP 2550)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x00757df6 in __poll (fds=0xb3503138, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x074c864c in IA__g_poll (fds=0xb3503138, nfds=1, timeout=-1) at gpoll.c:127
#3  0x074bb044 in g_main_context_poll (context=0x159490, block=1, dispatch=1, self=0xb3503268) at gmain.c:2904
#4  g_main_context_iterate (context=0x159490, block=1, dispatch=1, self=0xb3503268) at gmain.c:2586
#5  0x074bb449 in IA__g_main_context_iteration (context=0xb3501b18, may_block=1) at gmain.c:2654
#6  0x0059547f in QEventDispatcherGlib::processEvents (this=0xb3500de8, flags=...) at kernel/qeventdispatcher_glib.cpp:414
#7  0x0056b80a in QEventLoop::processEvents (this=0xaeefe220, flags=...) at kernel/qeventloop.cpp:149
#8  0x0056bb4a in QEventLoop::exec (this=0xaeefe220, flags=...) at kernel/qeventloop.cpp:201
#9  0x004792fe in QThread::exec (this=0xa593410) at thread/qthread.cpp:487
#10 0x04363ab1 in KDevelop::CompletionWorkerThread::run (this=0xa593410) at /home/doriad/src/kdevplatform/language/codecompletion/codecompletionmodel.cpp:80
#11 0x0047b74f in QThreadPrivate::start (arg=0xa593410) at thread/qthread_unix.cpp:248
#12 0x00156919 in start_thread (arg=0xaeefeb70) at pthread_create.c:301
#13 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 5 (Thread 0xad20ab70 (LWP 2551)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x0015a22c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x0047c6af in wait (this=0x9e3ed40, mutex=0x9e0d960, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x9e3ed40, mutex=0x9e0d960, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x00c9df62 in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00ca091d in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00c9d0dc in ?? () from /usr/lib/libthreadweaver.so.4
#7  0x00ca0a1a in ?? () from /usr/lib/libthreadweaver.so.4
#8  0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#9  0x00ca0a39 in ?? () from /usr/lib/libthreadweaver.so.4
#10 0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#11 0x00ca0a39 in ?? () from /usr/lib/libthreadweaver.so.4
#12 0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#13 0x00c9ef26 in ?? () from /usr/lib/libthreadweaver.so.4
#14 0x00c9f5cc in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#15 0x0047b74f in QThreadPrivate::start (arg=0xa4cf840) at thread/qthread_unix.cpp:248
#16 0x00156919 in start_thread (arg=0xad20ab70) at pthread_create.c:301
#17 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 4 (Thread 0xac809b70 (LWP 2552)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x0015a22c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x0047c6af in wait (this=0x9e3ed40, mutex=0x9e0d960, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0x9e3ed40, mutex=0x9e0d960, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x00c9df62 in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00ca091d in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00c9d0dc in ?? () from /usr/lib/libthreadweaver.so.4
#7  0x00ca0a1a in ?? () from /usr/lib/libthreadweaver.so.4
#8  0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#9  0x00c9ef26 in ?? () from /usr/lib/libthreadweaver.so.4
#10 0x00c9f5cc in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#11 0x0047b74f in QThreadPrivate::start (arg=0xb4b032d8) at thread/qthread_unix.cpp:248
#12 0x00156919 in start_thread (arg=0xac809b70) at pthread_create.c:301
#13 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 3 (Thread 0xb34ffb70 (LWP 2822)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x0015a22c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x0047c6af in wait (this=0xa4ae558, mutex=0xa4da950, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0xa4ae558, mutex=0xa4da950, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x00c9df62 in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00ca091d in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00c9d0dc in ?? () from /usr/lib/libthreadweaver.so.4
#7  0x00ca0a1a in ?? () from /usr/lib/libthreadweaver.so.4
#8  0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#9  0x00ca0a39 in ?? () from /usr/lib/libthreadweaver.so.4
#10 0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#11 0x00c9ef26 in ?? () from /usr/lib/libthreadweaver.so.4
#12 0x00c9f5cc in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#13 0x0047b74f in QThreadPrivate::start (arg=0xa6e5040) at thread/qthread_unix.cpp:248
#14 0x00156919 in start_thread (arg=0xb34ffb70) at pthread_create.c:301
#15 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 2 (Thread 0xa7dffb70 (LWP 2823)):
#0  0x001cf416 in __kernel_vsyscall ()
#1  0x0015a22c in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x0047c6af in wait (this=0xa4ae558, mutex=0xa4da950, time=4294967295) at thread/qwaitcondition_unix.cpp:87
#3  QWaitCondition::wait (this=0xa4ae558, mutex=0xa4da950, time=4294967295) at thread/qwaitcondition_unix.cpp:159
#4  0x00c9df62 in ?? () from /usr/lib/libthreadweaver.so.4
#5  0x00ca091d in ?? () from /usr/lib/libthreadweaver.so.4
#6  0x00c9d0dc in ?? () from /usr/lib/libthreadweaver.so.4
#7  0x00ca0a1a in ?? () from /usr/lib/libthreadweaver.so.4
#8  0x00c9e104 in ?? () from /usr/lib/libthreadweaver.so.4
#9  0x00c9ef26 in ?? () from /usr/lib/libthreadweaver.so.4
#10 0x00c9f5cc in ThreadWeaver::Thread::run() () from /usr/lib/libthreadweaver.so.4
#11 0x0047b74f in QThreadPrivate::start (arg=0xaa03bb0) at thread/qthread_unix.cpp:248
#12 0x00156919 in start_thread (arg=0xa7dffb70) at pthread_create.c:301
#13 0x00762cce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 1 (Thread 0xb78259b0 (LWP 2412)):
[KCrash Handler]
#7  0x05c88447 in QAbstractItemView::sizeHintForRow (this=0xaab97c8, row=0) at itemviews/qabstractitemview.cpp:2949
#8  0x05cc8b23 in QTreeView::scrollContentsBy (this=0xaab97c8, dx=0, dy=30) at itemviews/qtreeview.cpp:2349
#9  0x05be1636 in QAbstractScrollAreaPrivate::_q_vslide (this=0xaabb928, y=0) at widgets/qabstractscrollarea.cpp:1310
#10 0x05be2cd2 in QAbstractScrollArea::qt_metacall (this=0xaab97c8, _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbfad71b8) at .moc/release-shared/moc_qabstractscrollarea.cpp:85
#11 0x05c83f0b in QAbstractItemView::qt_metacall (this=0xaab97c8, _c=QMetaObject::InvokeMetaMethod, _id=29, _a=0xbfad71b8) at .moc/release-shared/moc_qabstractitemview.cpp:213
#12 0x05cd193b in QTreeView::qt_metacall (this=0xaab97c8, _c=QMetaObject::InvokeMetaMethod, _id=29, _a=0xbfad71b8) at .moc/release-shared/moc_qtreeview.cpp:119
#13 0x00869e4a in KDevelop::FocusedTreeView::qt_metacall (this=0xaab97c8, _c=QMetaObject::InvokeMetaMethod, _id=29, _a=0xbfad71b8) at /home/doriad/src/kdevplatform/build/util/focusedtreeview.moc:68
#14 0x00571bcb in QMetaObject::metacall (object=0xaab97c8, cl=QMetaObject::InvokeMetaMethod, idx=29, argv=0xbfad71b8) at kernel/qmetaobject.cpp:237
#15 0x00580a75 in QMetaObject::activate (sender=0xaabb370, m=0x602fc94, local_signal_index=0, argv=0xbfad71b8) at kernel/qobject.cpp:3295
#16 0x05df8a54 in QAbstractSlider::valueChanged (this=0xaabb370, _t1=0) at .moc/release-shared/moc_qabstractslider.cpp:182
#17 0x05b0c316 in QAbstractSlider::setValue (this=0xaabb370, value=<value optimized out>) at widgets/qabstractslider.cpp:539
#18 0x05b0cc30 in QAbstractSlider::setRange (this=0xaabb370, min=0, max=0) at widgets/qabstractslider.cpp:248
#19 0x05cc29b1 in QTreeViewPrivate::updateScrollBars (this=0xaabb928) at itemviews/qtreeview.cpp:3493
#20 0x05cc2e95 in QTreeView::updateGeometries (this=0xaab97c8) at itemviews/qtreeview.cpp:2746
#21 0x05c7ad74 in QAbstractItemView::doItemsLayout (this=0xaab97c8) at itemviews/qabstractitemview.cpp:1135
#22 0x05ccbdb1 in QTreeView::doItemsLayout (this=0xaab97c8) at itemviews/qtreeview.cpp:2001
#23 0x05c8228d in QAbstractItemView::event (this=0xaab97c8, event=0xbfad7850) at itemviews/qabstractitemview.cpp:1535
#24 0x0572f77c in QApplicationPrivate::notify_helper (this=0x9ab4cb0, receiver=0xaab97c8, e=0xbfad7850) at kernel/qapplication.cpp:4306
#25 0x05736271 in QApplication::notify (this=0xbfad8314, receiver=0xaab97c8, e=0xbfad7850) at kernel/qapplication.cpp:4271
#26 0x06214a1b in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#27 0x0804bb7c in KDevelopApplication::notify (this=0xbfad8314, receiver=0xaab97c8, event=0xbfad7850) at /home/doriad/src/kdevelop/app/main.cpp:90
#28 0x0056d133 in QCoreApplication::notifyInternal (this=0xbfad8314, receiver=0xaab97c8, event=0xbfad7850) at kernel/qcoreapplication.cpp:726
#29 0x05ad2378 in sendEvent (this=0xa4a2940) at ../../src/corelib/kernel/qcoreapplication.h:215
#30 QGtkStyleUpdateScheduler::updateTheme (this=0xa4a2940) at styles/qgtkstyle_p.cpp:796
#31 0x05df76c2 in QGtkStyleUpdateScheduler::qt_metacall (this=0xa4a2940, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xa7ec418) at .moc/release-shared/moc_qgtkstyle_p.cpp:72
#32 0x00571bcb in QMetaObject::metacall (object=0xa4a2940, cl=QMetaObject::InvokeMetaMethod, idx=4, argv=0xa7ec418) at kernel/qmetaobject.cpp:237
#33 0x0057c187 in QMetaCallEvent::placeMetaCall (this=0xa84fd30, object=0xa4a2940) at kernel/qobject.cpp:561
#34 0x0057d09e in QObject::event (this=0xa4a2940, e=0xa84fd30) at kernel/qobject.cpp:1248
#35 0x0572f77c in QApplicationPrivate::notify_helper (this=0x9ab4cb0, receiver=0xa4a2940, e=0xa84fd30) at kernel/qapplication.cpp:4306
#36 0x057361d6 in QApplication::notify (this=0xbfad8314, receiver=0xa4a2940, e=0xa84fd30) at kernel/qapplication.cpp:3710
#37 0x06214a1b in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#38 0x0804bb7c in KDevelopApplication::notify (this=0xbfad8314, receiver=0xa4a2940, event=0xa84fd30) at /home/doriad/src/kdevelop/app/main.cpp:90
#39 0x0056d133 in QCoreApplication::notifyInternal (this=0xbfad8314, receiver=0xa4a2940, event=0xa84fd30) at kernel/qcoreapplication.cpp:726
#40 0x0056f5bc in sendEvent (receiver=0x0, event_type=0, data=0x9a99050) at kernel/qcoreapplication.h:215
#41 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9a99050) at kernel/qcoreapplication.cpp:1367
#42 0x0056f73e in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1260
#43 0x00595950 in sendPostedEvents (s=0x9ab7110) at kernel/qcoreapplication.h:220
#44 postEventSourceDispatch (s=0x9ab7110) at kernel/qeventdispatcher_glib.cpp:276
#45 0x074b7525 in g_main_dispatch (context=0x9ab7090) at gmain.c:1960
#46 IA__g_main_context_dispatch (context=0x9ab7090) at gmain.c:2513
#47 0x074bb268 in g_main_context_iterate (context=0x159490, block=1, dispatch=1, self=0x9ab4ea0) at gmain.c:2591
#48 0x074bb449 in IA__g_main_context_iteration (context=0x9ab7090, may_block=1) at gmain.c:2654
#49 0x00595446 in QEventDispatcherGlib::processEvents (this=0x9a98b00, flags=...) at kernel/qeventdispatcher_glib.cpp:412
#50 0x057de336 in QGuiEventDispatcherGlib::processEvents (this=0x9a98b00, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#51 0x0056b80a in QEventLoop::processEvents (this=0xbfad80f4, flags=...) at kernel/qeventloop.cpp:149
#52 0x0056bb4a in QEventLoop::exec (this=0xbfad80f4, flags=...) at kernel/qeventloop.cpp:201
#53 0x0056f807 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#54 0x0572f828 in QApplication::exec () at kernel/qapplication.cpp:3585
#55 0x080526d5 in main (argc=<value optimized out>, argv=0x0) at /home/doriad/src/kdevelop/app/main.cpp:468

Possible duplicates by query: bug 263447, bug 243803.

Reported using DrKonqi
Comment 1 Milian Wolff 2011-03-03 17:00:36 UTC

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