Bug 205206 - kdevelop4 crash on overwrite from outside-changed file
Summary: kdevelop4 crash on overwrite from outside-changed file
Status: RESOLVED DUPLICATE of bug 204399
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 16:22 UTC by Mike71
Modified: 2009-08-26 20:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike71 2009-08-26 16:22:14 UTC
Application that crashed: kdevelop
Version of the application: 3.9.95 (using KDevPlatform 0.9.95)
KDE Version: 4.3.00 (KDE 4.3.0) "release 152"
Qt Version: 4.5.2
Operating System: Linux 2.6.27.29-0.1-default x86_64
Distribution: "openSUSE 11.1 (x86_64)"

What I was doing when the application crashed:
I had the CMakeLists.txt open in a non-active tab while adding a class to the project that got added into the cmake buildset.
Clicking on the tab of CMakeLists.txt it said the file was changed from outside (ok so far) so I clicked on overwrite which is when kdevelop crashed

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

Thread 12 (Thread 0x7fc257add950 (LWP 4998)):
#0  0x00007fc2679f1fdd in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62df7 in QWaitCondition::wait (this=0x1c5f848, mutex=0x1c5f850, time=200000) at thread/qwaitcondition_unix.cpp:85
#2  0x00007fc2647e50de in KDevelop::DUChainPrivate::CleanupThread::run (this=0x1c5f830) at /usr/src/debug/kdevplatform-0.9.95/language/duchain/duchain.cpp:280
#3  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x1c5f830) at thread/qthread_unix.cpp:188
#4  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#5  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 11 (Thread 0x7fc24d7a5950 (LWP 6685)):
#0  0x00007fc2679f1d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62e19 in QWaitCondition::wait (this=0x3be53f8, mutex=0x3be56d0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007fc269481644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3be53d0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007fc269483da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#8  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#9  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#12 0x00007fc26948236f in ThreadWeaver::ThreadRunHelper::run (this=0x7fc24d7a5080, parent=0x3be53d0, th=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:87
#13 0x00007fc2694827c9 in ThreadWeaver::Thread::run (this=0x3ab1210) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:142
#14 0x00007fc267c61e65 in QThreadPrivate::start (arg=0x3ab1210) at thread/qthread_unix.cpp:188
#15 0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#16 0x00007fc2661d910d in clone () from /lib64/libc.so.6
#17 0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7fc24dfa6950 (LWP 6759)):
#0  0x00007fc2661d0386 in poll () from /lib64/libc.so.6
#1  0x00007fc260090768 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007fc260090a8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007fc267d74d5e in QEventDispatcherGlib::processEvents (this=0x32b7fa0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:329
#4  0x00007fc267d4a1d2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = 1308254272}) at kernel/qeventloop.cpp:149
#5  0x00007fc267d4a5a4 in QEventLoop::exec (this=0x7fc24dfa6080, flags={i = 1308254352}) at kernel/qeventloop.cpp:201
#6  0x00007fc267c5eed8 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#7  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x32ac270) at thread/qthread_unix.cpp:188
#8  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#9  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7fc244b61950 (LWP 6760)):
#0  0xffffffffff600132 in ?? ()
#1  0x00007fff90dff6fb in ?? ()
#2  0x00007fc26031c4ed in clock_gettime () from /lib64/librt.so.1
#3  0x00007fc267d7692d in QTimerInfoList::getTime (this=<value optimized out>, t=@0x3374fa0) at kernel/qeventdispatcher_unix.cpp:339
#4  0x00007fc267d76b21 in QTimerInfoList::updateCurrentTime (this=0x7fc244b60e00) at kernel/qeventdispatcher_unix.cpp:297
#5  0x00007fc267d78503 in QTimerInfoList::timerWait (this=0x7fc244b60e00, tm=@0x7fc244b60e00) at kernel/qeventdispatcher_unix.cpp:420
#6  0x00007fc267d74f0d in timerSourcePrepare (source=<value optimized out>, timeout=0x7fc244b60ef4) at kernel/qeventdispatcher_glib.cpp:141
#7  0x00007fc2600901aa in g_main_context_prepare () from /usr/lib64/libglib-2.0.so.0
#8  0x00007fc2600905ca in ?? () from /usr/lib64/libglib-2.0.so.0
#9  0x00007fc260090a8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#10 0x00007fc267d74d5e in QEventDispatcherGlib::processEvents (this=0x336c540, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:329
#11 0x00007fc267d4a1d2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = 1152782400}) at kernel/qeventloop.cpp:149
#12 0x00007fc267d4a5a4 in QEventLoop::exec (this=0x7fc244b61080, flags={i = 1152782480}) at kernel/qeventloop.cpp:201
#13 0x00007fc267c5eed8 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#14 0x00007fc267c61e65 in QThreadPrivate::start (arg=0x327d990) at thread/qthread_unix.cpp:188
#15 0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#16 0x00007fc2661d910d in clone () from /lib64/libc.so.6
#17 0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7fc23ffff950 (LWP 6763)):
#0  0x00007fc2679f1fdd in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c618b5 in thread_sleep (ti=0x7fc23ffff030) at thread/qthread_unix.cpp:297
#2  0x00007fc267c61a1e in QThread::msleep (msecs=30) at thread/qthread_unix.cpp:323
#3  0x00007fc245550421 in UIBlockTester::UIBlockTesterThread::run (this=0x3b31a10) at /usr/src/debug/kdevelop-3.9.95/languages/cpp/cpplanguagesupport.cpp:661
#4  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x3b31a10) at thread/qthread_unix.cpp:188
#5  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#6  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7fc23f7fe950 (LWP 6764)):
#0  0x00007fc2679f1d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62e19 in QWaitCondition::wait (this=0x1c15c88, mutex=0x1c373c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007fc269481644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x1c15c60, th=0x3240880) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007fc269483da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1c15b30, th=0x3240880) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x1c15b30, th=0x3240880) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007fc26948236f in ThreadWeaver::ThreadRunHelper::run (this=0x7fc23f7fe080, parent=0x1c15c60, th=0x3240880) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:87
#6  0x00007fc2694827c9 in ThreadWeaver::Thread::run (this=0x3240880) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:142
#7  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x3240880) at thread/qthread_unix.cpp:188
#8  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#9  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7fc23effd950 (LWP 6765)):
#0  0x00007fc2679f1d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62e19 in QWaitCondition::wait (this=0x1c15c88, mutex=0x1c373c0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007fc269481644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x1c15c60, th=0x327b8c0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007fc269483da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1c15b30, th=0x327b8c0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007fc26948236f in ThreadWeaver::ThreadRunHelper::run (this=0x7fc23effd080, parent=0x1c15c60, th=0x327b8c0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:87
#5  0x00007fc2694827c9 in ThreadWeaver::Thread::run (this=0x327b8c0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:142
#6  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x327b8c0) at thread/qthread_unix.cpp:188
#7  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#8  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#9  0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7fc24cfa4950 (LWP 6848)):
#0  0x00007fc2679f1d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62e19 in QWaitCondition::wait (this=0x3be53f8, mutex=0x3be56d0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007fc269481644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3be53d0, th=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007fc269483da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007fc26948236f in ThreadWeaver::ThreadRunHelper::run (this=0x7fc24cfa4080, parent=0x3be53d0, th=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:87
#8  0x00007fc2694827c9 in ThreadWeaver::Thread::run (this=0x3b409d0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:142
#9  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x3b409d0) at thread/qthread_unix.cpp:188
#10 0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#11 0x00007fc2661d910d in clone () from /lib64/libc.so.6
#12 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7fc23e7fc950 (LWP 6962)):
#0  0x00007fc2679f1d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62e19 in QWaitCondition::wait (this=0x3be53f8, mutex=0x3be56d0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007fc269481644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3be53d0, th=0x3a0dfe0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007fc269483da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x3a0dfe0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007fc26948236f in ThreadWeaver::ThreadRunHelper::run (this=0x7fc23e7fc080, parent=0x3be53d0, th=0x3a0dfe0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:87
#5  0x00007fc2694827c9 in ThreadWeaver::Thread::run (this=0x3a0dfe0) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:142
#6  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x3a0dfe0) at thread/qthread_unix.cpp:188
#7  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#8  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#9  0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7fc23d7b3950 (LWP 7055)):
#0  0x00007fc2679f1d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62e19 in QWaitCondition::wait (this=0x3be53f8, mutex=0x3be56d0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007fc269481644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x3be53d0, th=0x5428240) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007fc269483da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x5428240) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x5428240) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007fc269483dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x3be57b0, th=0x5428240) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007fc26948236f in ThreadWeaver::ThreadRunHelper::run (this=0x7fc23d7b3080, parent=0x3be53d0, th=0x5428240) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:87
#7  0x00007fc2694827c9 in ThreadWeaver::Thread::run (this=0x5428240) at /usr/src/debug/kdelibs-4.3.0/threadweaver/Weaver/Thread.cpp:142
#8  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x5428240) at thread/qthread_unix.cpp:188
#9  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#10 0x00007fc2661d910d in clone () from /lib64/libc.so.6
#11 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fc23cfb2950 (LWP 7238)):
#0  0x00007fc2679f1fdd in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007fc267c62df7 in QWaitCondition::wait (this=0x3ab51a8, mutex=0x3ab51a0, time=30000) at thread/qwaitcondition_unix.cpp:85
#2  0x00007fc267c58a99 in QThreadPoolThread::run (this=0x33634f0) at concurrent/qthreadpool.cpp:140
#3  0x00007fc267c61e65 in QThreadPrivate::start (arg=0x33634f0) at thread/qthread_unix.cpp:188
#4  0x00007fc2679ee070 in start_thread () from /lib64/libpthread.so.0
#5  0x00007fc2661d910d in clone () from /lib64/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fc26afa5750 (LWP 4994)):
[KCrash Handler]
#5  QAbstractItemView::sizeHintForRow (this=<value optimized out>, row=0) at itemviews/qabstractitemview.cpp:2734
#6  0x00007fc26728bc0f in QTreeView::scrollContentsBy (this=0x4db6480, dx=0, dy=2) at itemviews/qtreeview.cpp:2320
#7  0x00007fc2671affb0 in QAbstractScrollArea::qt_metacall (this=0x4db6480, _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0x7fff90de44c0) at .moc/release-shared/moc_qabstractscrollarea.cpp:79
#8  0x00007fc26724e605 in QAbstractItemView::qt_metacall (this=0x7fff90de4240, _c=QMetaObject::InvokeMetaMethod, _id=1745090496, _a=0x0) at .moc/release-shared/moc_qabstractitemview.cpp:205
#9  0x00007fc267292535 in QTreeView::qt_metacall (this=0x7fff90de4240, _c=QMetaObject::InvokeMetaMethod, _id=1745090496, _a=0x0) at .moc/release-shared/moc_qtreeview.cpp:124
#10 0x00007fc2642d132d in KDevelop::FocusedTreeView::qt_metacall (this=0x7fff90de4240, _c=QMetaObject::InvokeMetaMethod, _id=1745090496, _a=0x0)
    at /usr/src/debug/kdevplatform-0.9.95/build/util/focusedtreeview.moc:62
#11 0x00007fc267d606e2 in QMetaObject::activate (sender=0x5698240, from_signal_index=<value optimized out>, to_signal_index=27, argv=0x0) at kernel/qobject.cpp:3113
#12 0x00007fc26737c3be in QAbstractSlider::valueChanged (this=0x7fff90de4240, _t1=0) at .moc/release-shared/moc_qabstractslider.cpp:176
#13 0x00007fc2672861a5 in QTreeViewPrivate::updateScrollBars (this=0x56984e0) at itemviews/qtreeview.cpp:3468
#14 0x00007fc26728676f in QTreeView::updateGeometries (this=0x4db6480) at itemviews/qtreeview.cpp:2693
#15 0x00007fc266dc8938 in QWidget::event (this=0x4db6480, event=0x7fff90de51a0) at kernel/qwidget.cpp:7695
#16 0x00007fc26711e33b in QFrame::event (this=0x4db6480, e=0x7fff90de51a0) at widgets/qframe.cpp:559
#17 0x00007fc267253ffd in QAbstractItemView::viewportEvent (this=0x4db6480, event=0x7fff90de51a0) at itemviews/qabstractitemview.cpp:1476
#18 0x00007fc26728b479 in QTreeView::viewportEvent (this=0x4db6480, event=0x7fff90de51a0) at itemviews/qtreeview.cpp:1266
#19 0x00007fc267d4ac48 in QCoreApplicationPrivate::sendThroughObjectEventFilters (this=<value optimized out>, receiver=0x5739cd0, event=0x7fff90de51a0) at kernel/qcoreapplication.cpp:726
#20 0x00007fc266d77adc in QApplicationPrivate::notify_helper (this=0x16f8fb0, receiver=0x5739cd0, e=0x7fff90de51a0) at kernel/qapplication.cpp:4052
#21 0x00007fc266d7fd9a in QApplication::notify (this=0x7fff90de92d0, receiver=0x5739cd0, e=0x7fff90de51a0) at kernel/qapplication.cpp:4021
#22 0x00007fc2684bb71b in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#23 0x00007fc267d4b94c in QCoreApplication::notifyInternal (this=0x7fff90de92d0, receiver=0x5739cd0, event=0x7fff90de51a0) at kernel/qcoreapplication.cpp:610
#24 0x00007fc266dc7353 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x5698940, recursive=true, disableUpdates=true) at ../../src/corelib/kernel/qcoreapplication.h:213
#25 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x56984e0, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#26 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x3c318a0, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#27 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x2c13380, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#28 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x580bf60, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#29 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x55ddfe0, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#30 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x58462c0, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#31 0x00007fc266dc7289 in QWidgetPrivate::sendPendingMoveAndResizeEvents (this=0x1b576d0, recursive=true, disableUpdates=true) at kernel/qwidget.cpp:6658
#32 0x00007fc266dc7c2b in QWidgetPrivate::prepareToRender (this=0x3295730, region=@0x7fff90de5c20, renderFlags={i = -1864476336}) at kernel/qwidget.cpp:4924
#33 0x00007fc266dd036e in QWidget::render (this=<value optimized out>, target=0x291b270, targetOffset=@0x7fff90de5c30, sourceRegion=@0x7fc26803f7c0, renderFlags={i = -1864475344})
    at kernel/qwidget.cpp:4695
#34 0x00007fc25ca9a607 in grabWidget (root=0x5207aa0, pix=@0x291b270) at /usr/src/debug/bespin/animator/tab.cpp:219
#35 0x00007fc25ca9c5f7 in Animator::TabInfo::switchTab (this=0x291b220, sw=0x4edf530, newIdx=<value optimized out>) at /usr/src/debug/bespin/animator/tab.cpp:347
#36 0x00007fc25ca9d067 in Animator::Tab::changed (this=0x1b88cd0, index=0) at /usr/src/debug/bespin/animator/tab.cpp:525
#37 0x00007fc25caf1ea9 in Animator::Tab::qt_metacall (this=0x1b88cd0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fff90de62b0) at /usr/src/debug/bespin/build/moc_tab.cxx:66
#38 0x00007fc267d606e2 in QMetaObject::activate (sender=0x4edf530, from_signal_index=<value optimized out>, to_signal_index=27, argv=0x0) at kernel/qobject.cpp:3113
#39 0x00007fc2673806ce in QStackedWidget::currentChanged (this=0x7fff90de4240, _t1=0) at .moc/release-shared/moc_qstackedwidget.cpp:125
#40 0x00007fc26738086c in QStackedWidget::qt_metacall (this=0x4edf530, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fff90de63e0) at .moc/release-shared/moc_qstackedwidget.cpp:82
#41 0x00007fc267d606e2 in QMetaObject::activate (sender=0x4eca870, from_signal_index=<value optimized out>, to_signal_index=5, argv=0x0) at kernel/qobject.cpp:3113
#42 0x00007fc267379781 in QStackedLayout::currentChanged (this=0x7fff90de4240, _t1=0) at .moc/release-shared/moc_qstackedlayout.cpp:141
#43 0x00007fc264504ed4 in Sublime::Container::setCurrentWidget (this=0x4edd6f0, w=0x0) at /usr/src/debug/kdevplatform-0.9.95/sublime/container.cpp:298
#44 0x00007fc26450ae90 in Sublime::MainWindow::activateView (this=0x1b57450, view=0x5998050) at /usr/src/debug/kdevplatform-0.9.95/sublime/mainwindow.cpp:193
#45 0x00007fc26450b0af in Sublime::MainWindow::qt_metacall (this=0x1b57450, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff90de6770)
    at /usr/src/debug/kdevplatform-0.9.95/build/sublime/mainwindow.moc:104
#46 0x00007fc26a48ec45 in KDevelop::MainWindow::qt_metacall (this=0x7fff90de4240, _c=QMetaObject::InvokeMetaMethod, _id=1745090496, _a=0x0)
    at /usr/src/debug/kdevplatform-0.9.95/build/shell/mainwindow.moc:81
#47 0x00007fc267d606e2 in QMetaObject::activate (sender=0x4edd6f0, from_signal_index=<value optimized out>, to_signal_index=27, argv=0x0) at kernel/qobject.cpp:3113
#48 0x00007fc26450402f in Sublime::Container::activateView (this=0x7fff90de4240, _t1=0x5998050) at /usr/src/debug/kdevplatform-0.9.95/build/sublime/container.moc:104
#49 0x00007fc26450476a in Sublime::Container::widgetActivated (this=0x4edd6f0, idx=<value optimized out>) at /usr/src/debug/kdevplatform-0.9.95/sublime/container.cpp:228
#50 0x00007fc26450621e in Sublime::Container::qt_metacall (this=0x4edd6f0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff90de69b0)
    at /usr/src/debug/kdevplatform-0.9.95/build/sublime/container.moc:86
#51 0x00007fc267d606e2 in QMetaObject::activate (sender=0x4ede130, from_signal_index=<value optimized out>, to_signal_index=27, argv=0x0) at kernel/qobject.cpp:3113
#52 0x00007fc267186c6e in QTabBar::currentChanged (this=0x7fff90de4240, _t1=0) at .moc/release-shared/moc_qtabbar.cpp:201
#53 0x00007fc26718e462 in QTabBar::mouseReleaseEvent (this=0x4ede130, event=<value optimized out>) at widgets/qtabbar.cpp:1903
#54 0x00007fc2685abe57 in KTabBar::mouseReleaseEvent(QMouseEvent*) () from /usr/lib64/libkdeui.so.5
#55 0x00007fc266dc8aed in QWidget::event (this=0x4ede130, event=0x7fff90de7310) at kernel/qwidget.cpp:7549
#56 0x00007fc26718d801 in QTabBar::event (this=0x4ede130, event=0x7fff90de7310) at widgets/qtabbar.cpp:1453
#57 0x00007fc266d77b0d in QApplicationPrivate::notify_helper (this=0x16f8fb0, receiver=0x4ede130, e=0x7fff90de7310) at kernel/qapplication.cpp:4056
#58 0x00007fc266d804fa in QApplication::notify (this=<value optimized out>, receiver=0x4ede130, e=0x7fff90de7310) at kernel/qapplication.cpp:3758
#59 0x00007fc2684bb71b in KApplication::notify(QObject*, QEvent*) () from /usr/lib64/libkdeui.so.5
#60 0x00007fc267d4b94c in QCoreApplication::notifyInternal (this=0x7fff90de92d0, receiver=0x4ede130, event=0x7fff90de7310) at kernel/qcoreapplication.cpp:610
#61 0x00007fc266d7f748 in QApplicationPrivate::sendMouseEvent (receiver=0x4ede130, event=0x7fff90de7310, alienWidget=0x4ede130, nativeWidget=0x51d9fb0, buttonDown=<value optimized out>, 
    lastMouseReceiver=@0x7fc26778af30) at ../../src/corelib/kernel/qcoreapplication.h:216
#62 0x00007fc266de9519 in QETWidget::translateMouseEvent (this=0x51d9fb0, event=<value optimized out>) at kernel/qapplication_x11.cpp:4402
#63 0x00007fc266de8585 in QApplication::x11ProcessEvent (this=0x7fff90de92d0, event=0x7fff90de8e90) at kernel/qapplication_x11.cpp:3543
#64 0x00007fc266e0f874 in x11EventSourceDispatch (s=0x16fc7d0, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#65 0x00007fc26008d0fb in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#66 0x00007fc2600908cd in ?? () from /usr/lib64/libglib-2.0.so.0
#67 0x00007fc260090a8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#68 0x00007fc267d74d3f in QEventDispatcherGlib::processEvents (this=0x614060, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:327
#69 0x00007fc266e0efff in QGuiEventDispatcherGlib::processEvents (this=0x7fff90de4240, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#70 0x00007fc267d4a1d2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = -1864461952}) at kernel/qeventloop.cpp:149
#71 0x00007fc267d4a5a4 in QEventLoop::exec (this=0x7fff90de91c0, flags={i = -1864461872}) at kernel/qeventloop.cpp:201
#72 0x00007fc267d4c894 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#73 0x00000000004080ff in main (argc=1, argv=0x7fff90dea488) at /usr/src/debug/kdevelop-3.9.95/app/main.cpp:181

Reported using DrKonqi
Comment 1 Dario Andres 2009-08-26 20:05:06 UTC
Mostly the same as bug 204399.
- Can you reproduce the crash at will ?
Thanks
Comment 2 Andreas Pakulat 2009-08-26 20:58:20 UTC

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