Bug 213512

Summary: Crash when preforming a cut and paste
Product: [Applications] kate Reporter: Adam Jimerson <vendion>
Component: partAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: crash CC: echidnaman
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Adam Jimerson 2009-11-07 05:36:34 UTC
Application that crashed: kdevelop
Version of the application: 3.9.95 (using KDevPlatform 0.9.95)
KDE Version: 4.3.3 (KDE 4.3.3) "release 1"
Qt Version: 4.5.3
Operating System: Linux 2.6.27.37-0.1-default x86_64
Distribution: "openSUSE 11.1 (x86_64)"

What I was doing when the application crashed:
When cutting a section of code from one part of the file and pasting it in another part Kdevelop crashes with a segmentation fault.

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

Thread 11 (Thread 0x7f90f90f5950 (LWP 17947)):
#0  0x00007f9105fe2fdd in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e47 in QWaitCondition::wait (this=0x190cf08, mutex=0x190cf10, time=200000) at thread/qwaitcondition_unix.cpp:85
#2  0x00007f9102dd60de in KDevelop::DUChainPrivate::CleanupThread::run (this=0x190cef0) at /usr/src/debug/kdevplatform-0.9.95/language/duchain/duchain.cpp:280
#3  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x190cef0) at thread/qthread_unix.cpp:188
#4  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#5  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7f90ef509950 (LWP 17952)):
#0  0x00007f9105fe2d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e69 in QWaitCondition::wait (this=0x2271728, mutex=0x2282520, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007f9107a74644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x2271700, th=0x231daf0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007f9107a76da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x231daf0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x231daf0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007f9107a7536f in ThreadWeaver::ThreadRunHelper::run (this=0x7f90ef509080, parent=0x2271700, th=0x231daf0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:87
#6  0x00007f9107a757c9 in ThreadWeaver::Thread::run (this=0x231daf0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:142
#7  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x231daf0) at thread/qthread_unix.cpp:188
#8  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#9  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 9 (Thread 0x7f90e956e950 (LWP 18043)):
#0  0xffffffffff600132 in ?? ()
#1  0x00007fffd7fff6fb in ?? ()
#2  0x00007f90fe90c4ed in clock_gettime () from /lib64/librt.so.1
#3  0x00007f91063672dd in QTimerInfoList::getTime (this=<value optimized out>, t=@0x7f90e0012870) at kernel/qeventdispatcher_unix.cpp:339
#4  0x00007f91063674d1 in QTimerInfoList::updateCurrentTime (this=0x7f90e956ddf0) at kernel/qeventdispatcher_unix.cpp:297
#5  0x00007f9106367675 in QTimerInfoList::timerWait (this=0x7f90e956ddf0, tm=@0x7f90e956ddf0) at kernel/qeventdispatcher_unix.cpp:420
#6  0x00007f910636573d in timerSourcePrepareHelper (src=<value optimized out>, timeout=0x7f90e956def4) at kernel/qeventdispatcher_glib.cpp:136
#7  0x00007f91063657e5 in timerSourcePrepare (source=0x7f90e956ddf0, timeout=0x7f90e956ddf0) at kernel/qeventdispatcher_glib.cpp:169
#8  0x00007f90fe6801aa in g_main_context_prepare () from /usr/lib64/libglib-2.0.so.0
#9  0x00007f90fe6805ca in ?? () from /usr/lib64/libglib-2.0.so.0
#10 0x00007f90fe680a8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#11 0x00007f9106365586 in QEventDispatcherGlib::processEvents (this=0x7f90e00141e0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:409
#12 0x00007f910633a9e2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = -380182464}) at kernel/qeventloop.cpp:149
#13 0x00007f910633adb4 in QEventLoop::exec (this=0x7f90e956e080, flags={i = -380182384}) at kernel/qeventloop.cpp:201
#14 0x00007f910624ff28 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#15 0x00007f9106252eb5 in QThreadPrivate::start (arg=0x2f67dc0) at thread/qthread_unix.cpp:188
#16 0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#17 0x00007f91047ca11d in clone () from /lib64/libc.so.6
#18 0x0000000000000000 in ?? ()

Thread 8 (Thread 0x7f90e856c950 (LWP 18044)):
#0  0x00007f91047c1396 in poll () from /lib64/libc.so.6
#1  0x00007f90fe680768 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f90fe680a8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f9106365586 in QEventDispatcherGlib::processEvents (this=0x34034e0, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:409
#4  0x00007f910633a9e2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = -396967872}) at kernel/qeventloop.cpp:149
#5  0x00007f910633adb4 in QEventLoop::exec (this=0x7f90e856c080, flags={i = -396967792}) at kernel/qeventloop.cpp:201
#6  0x00007f910624ff28 in QThread::exec (this=<value optimized out>) at thread/qthread.cpp:487
#7  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x2ddb5a0) at thread/qthread_unix.cpp:188
#8  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#9  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 7 (Thread 0x7f90e8d6d950 (LWP 18047)):
#0  0x00007f9105fe2fdd in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106252905 in thread_sleep (ti=0x7f90e8d6d030) at thread/qthread_unix.cpp:297
#2  0x00007f9106252a6e in QThread::msleep (msecs=30) at thread/qthread_unix.cpp:323
#3  0x00007f90dea6c421 in UIBlockTester::UIBlockTesterThread::run (this=0x2f52920) at /usr/src/debug/kdevelop-3.9.95/languages/cpp/cpplanguagesupport.cpp:661
#4  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x2f52920) at thread/qthread_unix.cpp:188
#5  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#6  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#7  0x0000000000000000 in ?? ()

Thread 6 (Thread 0x7f90ddc07950 (LWP 18051)):
#0  0x00007f9105fe2d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e69 in QWaitCondition::wait (this=0x19458d8, mutex=0x1900bd0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007f9107a74644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x19458b0, th=0x341a3b0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007f9107a76da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1900c30, th=0x341a3b0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007f9107a7536f in ThreadWeaver::ThreadRunHelper::run (this=0x7f90ddc07080, parent=0x19458b0, th=0x341a3b0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:87
#5  0x00007f9107a757c9 in ThreadWeaver::Thread::run (this=0x341a3b0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:142
#6  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x341a3b0) at thread/qthread_unix.cpp:188
#7  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#8  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#9  0x0000000000000000 in ?? ()

Thread 5 (Thread 0x7f90dd406950 (LWP 18052)):
#0  0x00007f9105fe2d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e69 in QWaitCondition::wait (this=0x19458d8, mutex=0x1900bd0, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007f9107a74644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x19458b0, th=0x3508630) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007f9107a76da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x1900c30, th=0x3508630) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x1900c30, th=0x3508630) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007f9107a7536f in ThreadWeaver::ThreadRunHelper::run (this=0x7f90dd406080, parent=0x19458b0, th=0x3508630) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:87
#6  0x00007f9107a757c9 in ThreadWeaver::Thread::run (this=0x3508630) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:142
#7  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x3508630) at thread/qthread_unix.cpp:188
#8  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#9  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#10 0x0000000000000000 in ?? ()

Thread 4 (Thread 0x7f90eed08950 (LWP 18133)):
#0  0x00007f9105fe2d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e69 in QWaitCondition::wait (this=0x2271728, mutex=0x2282520, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007f9107a74644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x2271700, th=0x305d700) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007f9107a76da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x305d700) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007f9107a7536f in ThreadWeaver::ThreadRunHelper::run (this=0x7f90eed08080, parent=0x2271700, th=0x305d700) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:87
#5  0x00007f9107a757c9 in ThreadWeaver::Thread::run (this=0x305d700) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:142
#6  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x305d700) at thread/qthread_unix.cpp:188
#7  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#8  0x00007f91047ca11d in clone () from /lib64/libc.so.6
#9  0x0000000000000000 in ?? ()

Thread 3 (Thread 0x7f90dc3a6950 (LWP 18211)):
#0  0x00007f9105fe2d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e69 in QWaitCondition::wait (this=0x2271728, mutex=0x2282520, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007f9107a74644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x2271700, th=0x4df85f0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007f9107a76da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4df85f0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4df85f0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4df85f0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007f9107a7536f in ThreadWeaver::ThreadRunHelper::run (this=0x7f90dc3a6080, parent=0x2271700, th=0x4df85f0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:87
#7  0x00007f9107a757c9 in ThreadWeaver::Thread::run (this=0x4df85f0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:142
#8  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x4df85f0) at thread/qthread_unix.cpp:188
#9  0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#10 0x00007f91047ca11d in clone () from /lib64/libc.so.6
#11 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7f90dbb2d950 (LWP 18334)):
#0  0x00007f9105fe2d59 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f9106253e69 in QWaitCondition::wait (this=0x2271728, mutex=0x2282520, time=18446744073709551615) at thread/qwaitcondition_unix.cpp:87
#2  0x00007f9107a74644 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x2271700, th=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WeaverImpl.cpp:365
#3  0x00007f9107a76da3 in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:71
#4  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#5  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#6  0x00007f9107a76dbc in ThreadWeaver::WorkingHardState::applyForWork (this=0x2273830, th=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/WorkingHardState.cpp:74
#7  0x00007f9107a7536f in ThreadWeaver::ThreadRunHelper::run (this=0x7f90dbb2d080, parent=0x2271700, th=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:87
#8  0x00007f9107a757c9 in ThreadWeaver::Thread::run (this=0x4ac2ed0) at /usr/src/debug/kdelibs-4.3.3/threadweaver/Weaver/Thread.cpp:142
#9  0x00007f9106252eb5 in QThreadPrivate::start (arg=0x4ac2ed0) at thread/qthread_unix.cpp:188
#10 0x00007f9105fdf070 in start_thread () from /lib64/libpthread.so.0
#11 0x00007f91047ca11d in clone () from /lib64/libc.so.6
#12 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f9109592750 (LWP 17946)):
[KCrash Handler]
#5  KateSmartCursor::setPositionInternal (this=0x3039d80, pos=@0x7fffd7f9e290, internal=true) at /usr/src/debug/kdelibs-4.3.3/kate/smart/katesmartcursor.cpp:186
#6  0x00007f90ddd28300 in KateSmartCursor::translate (this=0x3039d80, edit=@0x4ef8060) at /usr/src/debug/kdelibs-4.3.3/kate/smart/katesmartcursor.cpp:305
#7  0x00007f90ddd2daf8 in KateSmartGroup::translateChanged (this=0x5ba65d0, edit=@0x4ef8060) at /usr/src/debug/kdelibs-4.3.3/kate/smart/katesmartmanager.cpp:464
#8  0x00007f90ddd3129b in KateSmartManager::slotTextChanged (this=0x34b8470, edit=0x4ef8060) at /usr/src/debug/kdelibs-4.3.3/kate/smart/katesmartmanager.cpp:368
#9  0x00007f90ddd3165f in KateSmartManager::qt_metacall (this=0x34b8470, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffd7f9e510) at /usr/src/debug/kdelibs-4.3.3/build/kate/katesmartmanager.moc:74
#10 0x00007f9106350ee2 in QMetaObject::activate (sender=0x2f4da00, from_signal_index=<value optimized out>, to_signal_index=4, argv=0x0) at kernel/qobject.cpp:3113
#11 0x00007f90ddd035ef in KateEditHistory::editDone (this=0x7fffd7f9e290, _t1=0x4ef8060) at /usr/src/debug/kdelibs-4.3.3/build/kate/kateedit.moc:78
#12 0x00007f90ddcee5b5 in KateDocument::editWrapLine (this=0x4b49050, line=55, col=49, newLine=<value optimized out>, newLineAdded=0x0)
    at /usr/src/debug/kdelibs-4.3.3/kate/document/katedocument.cpp:1281
#13 0x00007f90ddcf13aa in KateDocument::insertText (this=0x4b49050, position=@0x7fffd7f9e920, text=@0x7fffd7f9e940, block=false) at /usr/src/debug/kdelibs-4.3.3/kate/document/katedocument.cpp:622
#14 0x00007f90ddcefd70 in KateDocument::paste (this=0x4b49050, view=0x4035960, mode=<value optimized out>) at /usr/src/debug/kdelibs-4.3.3/kate/document/katedocument.cpp:4043
#15 0x00007f90ddd5a1e5 in KateView::paste (this=0x4035960) at /usr/src/debug/kdelibs-4.3.3/kate/view/kateview.cpp:2363
#16 0x00007f90ddd63ae5 in KateView::qt_metacall (this=0x4035960, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffd7f9eab0)
    at /usr/src/debug/kdelibs-4.3.3/build/kate/kateview.moc:307
#17 0x00007f9106350ee2 in QMetaObject::activate (sender=0x2d39f40, from_signal_index=<value optimized out>, to_signal_index=6, argv=0x0) at kernel/qobject.cpp:3113
#18 0x00007f9105362a37 in QAction::triggered (this=0x7fffd7f9e290, _t1=false) at .moc/release-shared/moc_qaction.cpp:236
#19 0x00007f9105363eb0 in QAction::activate (this=0x2d39f40, event=<value optimized out>) at kernel/qaction.cpp:1167
#20 0x00007f910574cdfd in QMenuPrivate::activateCausedStack (this=0x2cfeba0, causedStack=@0x7fffd7f9ebd0, action=0x2d39f40, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:967
#21 0x00007f9105752dfe in QMenuPrivate::activateAction (this=0x2cfeba0, action=0x2d39f40, action_e=QAction::Trigger, self=true) at widgets/qmenu.cpp:1060
#22 0x00007f9106b7edd1 in KMenu::mouseReleaseEvent (this=0x5020fd0, e=0x7fffd7f9f570) at /usr/src/debug/kdelibs-4.3.3/kdeui/widgets/kmenu.cpp:456
#23 0x00007f91053b9a3d in QWidget::event (this=0x5020fd0, event=0x7fffd7f9f570) at kernel/qwidget.cpp:7554
#24 0x00007f910575564b in QMenu::event (this=0x5020fd0, e=0x7fffd7f9f570) at widgets/qmenu.cpp:2358
#25 0x00007f9105368a4d in QApplicationPrivate::notify_helper (this=0x16dc790, receiver=0x5020fd0, e=0x7fffd7f9f570) at kernel/qapplication.cpp:4065
#26 0x00007f910537143a in QApplication::notify (this=<value optimized out>, receiver=0x5020fd0, e=0x7fffd7f9f570) at kernel/qapplication.cpp:3767
#27 0x00007f9106aac09b in KApplication::notify (this=0x7fffd7fa1530, receiver=0x5020fd0, event=0x7fffd7f9f570) at /usr/src/debug/kdelibs-4.3.3/kdeui/kernel/kapplication.cpp:302
#28 0x00007f910633c15c in QCoreApplication::notifyInternal (this=0x7fffd7fa1530, receiver=0x5020fd0, event=0x7fffd7f9f570) at kernel/qcoreapplication.cpp:610
#29 0x00007f9105370688 in QApplicationPrivate::sendMouseEvent (receiver=0x5020fd0, event=0x7fffd7f9f570, alienWidget=0x0, nativeWidget=0x5020fd0, buttonDown=<value optimized out>, 
    lastMouseReceiver=@0x7f9105d7bf30) at ../../src/corelib/kernel/qcoreapplication.h:216
#30 0x00007f91053da644 in QETWidget::translateMouseEvent (this=0x5020fd0, event=<value optimized out>) at kernel/qapplication_x11.cpp:4343
#31 0x00007f91053d94f5 in QApplication::x11ProcessEvent (this=0x7fffd7fa1530, event=0x7fffd7fa10f0) at kernel/qapplication_x11.cpp:3550
#32 0x00007f9105400854 in x11EventSourceDispatch (s=0x16e0040, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#33 0x00007f90fe67d0fb in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
#34 0x00007f90fe6808cd in ?? () from /usr/lib64/libglib-2.0.so.0
#35 0x00007f90fe680a8b in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#36 0x00007f910636556c in QEventDispatcherGlib::processEvents (this=0x614060, flags=<value optimized out>) at kernel/qeventdispatcher_glib.cpp:407
#37 0x00007f91053fffdf in QGuiEventDispatcherGlib::processEvents (this=0x7fffd7f9e290, flags=<value optimized out>) at kernel/qguieventdispatcher_glib.cpp:202
#38 0x00007f910633a9e2 in QEventLoop::processEvents (this=<value optimized out>, flags={i = -671476768}) at kernel/qeventloop.cpp:149
#39 0x00007f910633adb4 in QEventLoop::exec (this=0x7fffd7fa1420, flags={i = -671476688}) at kernel/qeventloop.cpp:201
#40 0x00007f910633d0a4 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#41 0x00000000004080ff in main (argc=1, argv=0x7fffd7fa26e8) at /usr/src/debug/kdevelop-3.9.95/app/main.cpp:181

Reported using DrKonqi
Comment 1 Jonathan Thomas 2009-11-10 02:00:40 UTC

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