Bug 274043 - crash when removing some selected text via Shift+Del shortcut
Summary: crash when removing some selected text via Shift+Del shortcut
Status: RESOLVED DUPLICATE of bug 265426
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: 4.2.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 17:33 UTC by Dmitry Veltishev
Modified: 2011-06-02 21:47 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 Dmitry Veltishev 2011-05-24 17:33:37 UTC
Application: kdevelop (4.2.2)
KDE Platform Version: 4.6.3 (4.6.3)
Qt Version: 4.7.2
Operating System: Linux 2.6.38.5-22.fc15.i686.PAE i686
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:
I've selected some text and press Shift+Del.
then kdevelop crashed.
I don't know how to reproduce it, it happened first time after today fedora 14 updates.

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

Thread 9 (Thread 0xb75e1b70 (LWP 21457)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x08dc2c36 in __poll (fds=0xb6c029c0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x07890dac in g_poll (fds=0xb6c029c0, nfds=1, timeout=-1) at gpoll.c:132
#3  0x078808b7 in g_main_context_poll (context=0x8f4bd28, block=1, dispatch=1, self=<value optimized out>) at gmain.c:3093
#4  g_main_context_iterate (context=0x8f4bd28, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2775
#5  0x0788104b in g_main_loop_run (loop=0x8f4bda8) at gmain.c:2988
#6  0x0247ded5 in gdbus_shared_thread_func (data=0x0) at gdbusprivate.c:277
#7  0x078a9bd0 in g_thread_create_proxy (data=0x8f4bdb8) at gthread.c:1897
#8  0x0024ee99 in start_thread (arg=0xb75e1b70) at pthread_create.c:301
#9  0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 8 (Thread 0xb2925b70 (LWP 21458)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x0025637b in write () at ../sysdeps/unix/syscall-template.S:82
#2  0x4913fd2c in qt_safe_write (this=0x91cc028, data=0xb40b4008 "", len=2097152) at ../../src/corelib/kernel/qcore_unix_p.h:262
#3  QFSFileEnginePrivate::writeFdFh (this=0x91cc028, data=0xb40b4008 "", len=2097152) at io/qfsfileengine.cpp:821
#4  0x49146083 in QFSFileEnginePrivate::nativeWrite (this=0x91cc028, data=0xb40b4008 "", len=2097152) at io/qfsfileengine_unix.cpp:398
#5  0x4913e415 in QFSFileEngine::write (this=0x91d8208, data=0xb40b4008 "", len=2097152) at io/qfsfileengine.cpp:786
#6  0x490feeb3 in QFile::writeData (this=0x91d5cb0, data=0xb40b4008 "", len=2097152) at io/qfile.cpp:1635
#7  0x49103ecf in QIODevice::write (this=0x91d5cb0, data=0xb40b4008 "", maxSize=2097152) at io/qiodevice.cpp:1362
#8  0x4f96b6e3 in KDevelop::ItemRepository<KDevelop::FileModificationPair, KDevelop::FileModificationPairRequest, true, false, 0u, 1048576u>::store (this=0x4fb3fc20) at /usr/src/debug/kdevplatform-1.2.2/language/duchain/repositories/itemrepository.h:2114
#9  0x4fa84753 in KDevelop::ItemRepositoryRegistry::store (this=0x91d5920) at /usr/src/debug/kdevplatform-1.2.2/language/duchain/repositories/itemrepository.cpp:346
#10 0x4f9abf34 in KDevelop::DUChainPrivate::doMoreCleanup(int, bool) () from /usr/lib/libkdevplatformlanguage.so.3
#11 0x4f9ac83a in KDevelop::DUChainPrivate::doMoreCleanup(int, bool) () from /usr/lib/libkdevplatformlanguage.so.3
#12 0x4f9ac93d in KDevelop::DUChainPrivate::CleanupThread::run() () from /usr/lib/libkdevplatformlanguage.so.3
#13 0x490766c3 in QThreadPrivate::start (arg=0x924e208) at thread/qthread_unix.cpp:320
#14 0x0024ee99 in start_thread (arg=0xb2925b70) at pthread_create.c:301
#15 0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 7 (Thread 0xb1f64b70 (LWP 21459)):
#0  0x00250f7b in __pthread_mutex_lock (mutex=0xb0c004ec) at pthread_mutex_lock.c:61
#1  0x07880c1f in g_main_context_iteration (context=0xb0c004e8, may_block=1) at gmain.c:2842
#2  0x4919bce7 in QEventDispatcherGlib::processEvents (this=0xb0c00468, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#3  0x4916d0fa in QEventLoop::processEvents (this=0xb1f64250, flags=...) at kernel/qeventloop.cpp:149
#4  0x4916d3aa in QEventLoop::exec (this=0xb1f64250, flags=...) at kernel/qeventloop.cpp:201
#5  0x49073b73 in QThread::exec (this=0x935cb68) at thread/qthread.cpp:492
#6  0x4faba789 in KDevelop::CompletionWorkerThread::run (this=0x935cb68) at /usr/src/debug/kdevplatform-1.2.2/language/codecompletion/codecompletionmodel.cpp:80
#7  0x490766c3 in QThreadPrivate::start (arg=0x935cb68) at thread/qthread_unix.cpp:320
#8  0x0024ee99 in start_thread (arg=0xb1f64b70) at pthread_create.c:301
#9  0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 6 (Thread 0xb1763b70 (LWP 21460)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x08dc2c36 in __poll (fds=0xb0a01d50, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
#2  0x07890dac in g_poll (fds=0xb0a01d50, nfds=1, timeout=-1) at gpoll.c:132
#3  0x078808b7 in g_main_context_poll (context=0xb0a004e8, block=1, dispatch=1, self=<value optimized out>) at gmain.c:3093
#4  g_main_context_iterate (context=0xb0a004e8, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2775
#5  0x07880c35 in g_main_context_iteration (context=0xb0a004e8, may_block=1) at gmain.c:2843
#6  0x4919bce7 in QEventDispatcherGlib::processEvents (this=0xb0a00468, flags=...) at kernel/qeventdispatcher_glib.cpp:424
#7  0x4916d0fa in QEventLoop::processEvents (this=0xb1763250, flags=...) at kernel/qeventloop.cpp:149
#8  0x4916d3aa in QEventLoop::exec (this=0xb1763250, flags=...) at kernel/qeventloop.cpp:201
#9  0x49073b73 in QThread::exec (this=0x9341fb0) at thread/qthread.cpp:492
#10 0x4faba789 in KDevelop::CompletionWorkerThread::run (this=0x9341fb0) at /usr/src/debug/kdevplatform-1.2.2/language/codecompletion/codecompletionmodel.cpp:80
#11 0x490766c3 in QThreadPrivate::start (arg=0x9341fb0) at thread/qthread_unix.cpp:320
#12 0x0024ee99 in start_thread (arg=0xb1763b70) at pthread_create.c:301
#13 0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 5 (Thread 0xaf4ffb70 (LWP 21466)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x0025339b in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x4b11fc77 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x4b234f20) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#3  0x4b11fcc2 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0x4b234f20) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#4  0x0024ee99 in start_thread (arg=0xaf4ffb70) at pthread_create.c:301
#5  0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 4 (Thread 0xa61f4b70 (LWP 21468)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x0025339b in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x41e481d7 in scavengerThread (context=0x423f4380) at wtf/FastMalloc.cpp:2378
#3  WTF::TCMalloc_PageHeap::runScavengerThread (context=0x423f4380) at wtf/FastMalloc.cpp:1497
#4  0x0024ee99 in start_thread (arg=0xa61f4b70) at pthread_create.c:301
#5  0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 3 (Thread 0xa4ee9b70 (LWP 21472)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x0025339b in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x49076db7 in wait (this=0x91aca60, mutex=0x911ed40, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#3  QWaitCondition::wait (this=0x91aca60, mutex=0x911ed40, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#4  0x00163871 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x91aca48, th=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x0016659d in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9192cb8, th=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x001634ac in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x91aca48, th=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x00166692 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9192cb8, th=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x001633f4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x91aca48, th=0x92e62d8, previous=0x0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x001666b1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9192cb8, th=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WorkingHardState.cpp:74
#10 0x001633f4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x91aca48, th=0x92e62d8, previous=0xab071d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:351
#11 0x00165076 in ThreadWeaver::ThreadRunHelper::run (this=0xa4ee9284, parent=0x91aca48, th=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/Thread.cpp:87
#12 0x0016513c in ThreadWeaver::Thread::run (this=0x92e62d8) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/Thread.cpp:142
#13 0x490766c3 in QThreadPrivate::start (arg=0x92e62d8) at thread/qthread_unix.cpp:320
#14 0x0024ee99 in start_thread (arg=0xa4ee9b70) at pthread_create.c:301
#15 0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 2 (Thread 0xa44ffb70 (LWP 21473)):
#0  0x00ab6424 in __kernel_vsyscall ()
#1  0x0025339b in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S:169
#2  0x49076db7 in wait (this=0x91aca60, mutex=0x911ed40, time=4294967295) at thread/qwaitcondition_unix.cpp:88
#3  QWaitCondition::wait (this=0x91aca60, mutex=0x911ed40, time=4294967295) at thread/qwaitcondition_unix.cpp:160
#4  0x00163871 in ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x91aca48, th=0xa45012b0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:365
#5  0x0016659d in ThreadWeaver::WorkingHardState::waitForAvailableJob (this=0x9192cb8, th=0xa45012b0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WorkingHardState.cpp:80
#6  0x001634ac in ThreadWeaver::WeaverImpl::waitForAvailableJob (this=0x91aca48, th=0xa45012b0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:356
#7  0x00166692 in ThreadWeaver::WorkingHardState::applyForWork (this=0x9192cb8, th=0xa45012b0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x001633f4 in ThreadWeaver::WeaverImpl::applyForWork (this=0x91aca48, th=0xa45012b0, previous=0xa58e648) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/WeaverImpl.cpp:351
#9  0x00165076 in ThreadWeaver::ThreadRunHelper::run (this=0xa44ff284, parent=0x91aca48, th=0xa45012b0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/Thread.cpp:87
#10 0x0016513c in ThreadWeaver::Thread::run (this=0xa45012b0) at /usr/src/debug/kdelibs-4.6.3/threadweaver/Weaver/Thread.cpp:142
#11 0x490766c3 in QThreadPrivate::start (arg=0xa45012b0) at thread/qthread_unix.cpp:320
#12 0x0024ee99 in start_thread (arg=0xa44ffb70) at pthread_create.c:301
#13 0x08dcdd2e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

Thread 1 (Thread 0xb7800780 (LWP 21456)):
[KCrash Handler]
#7  0x04890874 in ?? ()
#8  0x0167d550 in Kate::TextBuffer::rangesForLine (this=0x924fde8, line=2202, view=0x98a00c8, rangesWithAttributeOnly=true) at /usr/src/debug/kdelibs-4.6.3/kate/buffer/katetextbuffer.cpp:752
#9  0x0171af8e in KateRenderer::decorationsForLine (this=0x98cba68, textLine=..., line=2202, selectionsOnly=false, completionHighlight=0x0, completionSelected=false) at /usr/src/debug/kdelibs-4.6.3/kate/render/katerenderer.cpp:342
#10 0x0171cbd0 in KateRenderer::layoutLine (this=0x98cba68, lineLayout=..., maxwidth=-1, cacheLayout=true) at /usr/src/debug/kdelibs-4.6.3/kate/render/katerenderer.cpp:929
#11 0x01721983 in KateLayoutCache::line (this=0x988fc40, realLine=2202, virtualLine=2202) at /usr/src/debug/kdelibs-4.6.3/kate/render/katelayoutcache.cpp:314
#12 0x017231ad in KateLayoutCache::updateViewCache (this=0x988fc40, startPos=..., newViewLineCount=43, viewLinesScrolled=0) at /usr/src/debug/kdelibs-4.6.3/kate/render/katelayoutcache.cpp:266
#13 0x0177e7dd in KateViewInternal::tagLines (this=0x9893fc0, start=..., end=..., realCursors=true) at /usr/src/debug/kdelibs-4.6.3/kate/view/kateviewinternal.cpp:1956
#14 0x0177ed61 in KateViewInternal::tagLines (this=0x9893fc0, start=2185, end=2188, realLines=true) at /usr/src/debug/kdelibs-4.6.3/kate/view/kateviewinternal.cpp:1926
#15 0x01761aca in KateView::tagLines (this=0x98a00c8, start=2185, end=2188, realLines=true) at /usr/src/debug/kdelibs-4.6.3/kate/view/kateview.cpp:1618
#16 0x016debe0 in KateDocument::tagLines (this=0x97dc3b8, start=2185, end=2188) at /usr/src/debug/kdelibs-4.6.3/kate/document/katedocument.cpp:3574
#17 0x016ef9c2 in KateDocument::qt_metacall (this=0x97dc3b8, _c=QMetaObject::InvokeMetaMethod, _id=51, _a=0xbff8ffa4) at /usr/src/debug/kdelibs-4.6.3/i686-redhat-linux-gnu/kate/katedocument.moc:350
#18 0x4917479b in QMetaObject::metacall (object=0x97dc3b8, cl=QMetaObject::InvokeMetaMethod, idx=89, argv=0xbff8ffa4) at kernel/qmetaobject.cpp:237
#19 0x49183cc7 in QMetaObject::activate (sender=0x924fde8, m=0x187d5f8, local_signal_index=1, argv=0xbff8ffa4) at kernel/qobject.cpp:3278
#20 0x016fa26a in KateBuffer::tagLines (this=0x924fde8, _t1=2185, _t2=2188) at /usr/src/debug/kdelibs-4.6.3/i686-redhat-linux-gnu/kate/katebuffer.moc:98
#21 0x016fc031 in KateBuffer::doHighlight (this=0x924fde8, startLine=2185, endLine=2187, invalidate=true) at /usr/src/debug/kdelibs-4.6.3/kate/document/katebuffer.cpp:708
#22 0x016fcc6a in KateBuffer::editEnd (this=0x924fde8) at /usr/src/debug/kdelibs-4.6.3/kate/document/katebuffer.cpp:122
#23 0x016e404b in KateDocument::editEnd (this=0x97dc3b8) at /usr/src/debug/kdelibs-4.6.3/kate/document/katedocument.cpp:850
#24 0x0176465f in KateView::removeSelectedText (this=0x98a00c8) at /usr/src/debug/kdelibs-4.6.3/kate/view/kateview.cpp:1794
#25 0x017646cc in KateView::cut (this=0x98a00c8) at /usr/src/debug/kdelibs-4.6.3/kate/view/kateview.cpp:1913
#26 0x0176a44d in KateView::qt_metacall (this=0x98a00c8, _c=QMetaObject::InvokeMetaMethod, _id=17, _a=0xbff90328) at /usr/src/debug/kdelibs-4.6.3/i686-redhat-linux-gnu/kate/kateview.moc:329
#27 0x4917479b in QMetaObject::metacall (object=0x98a00c8, cl=QMetaObject::InvokeMetaMethod, idx=56, argv=0xbff90328) at kernel/qmetaobject.cpp:237
#28 0x49183cc7 in QMetaObject::activate (sender=0x9891e08, m=0x4a208a98, local_signal_index=1, argv=0xbff90328) at kernel/qobject.cpp:3278
#29 0x498bb2aa in QAction::triggered (this=0x9891e08, _t1=false) at .moc/release-shared/moc_qaction.cpp:263
#30 0x498bb52b in QAction::activate (this=0x9891e08, event=QAction::Trigger) at kernel/qaction.cpp:1257
#31 0x498bb6e8 in QAction::event (this=0x9891e08, e=0xbff90898) at kernel/qaction.cpp:1183
#32 0x01006c14 in KAction::event (this=0x9891e08, event=0xbff90898) at /usr/src/debug/kdelibs-4.6.3/kdeui/actions/kaction.cpp:131
#33 0x498c254c in QApplicationPrivate::notify_helper (this=0x8f175b0, receiver=0x9891e08, e=0xbff90898) at kernel/qapplication.cpp:4462
#34 0x498c7252 in QApplication::notify (this=0xbff91968, receiver=0x9891e08, e=0xbff90898) at kernel/qapplication.cpp:3862
#35 0x01100feb in KApplication::notify (this=0xbff91968, receiver=0x9891e08, event=0xbff90898) at /usr/src/debug/kdelibs-4.6.3/kdeui/kernel/kapplication.cpp:311
#36 0x0804bbfc in KDevelopApplication::notify (this=0xbff91968, receiver=0x9891e08, event=0xbff90898) at /usr/src/debug/kdevelop-4.2.2/app/main.cpp:90
#37 0x4916df63 in QCoreApplication::notifyInternal (this=0xbff91968, receiver=0x9891e08, event=0xbff90898) at kernel/qcoreapplication.cpp:731
#38 0x498f9f27 in sendEvent (this=0x8f1765c, e=0xbff90d54) at ../../src/corelib/kernel/qcoreapplication.h:215
#39 QShortcutMap::dispatchEvent (this=0x8f1765c, e=0xbff90d54) at kernel/qshortcutmap.cpp:879
#40 0x498fb427 in QShortcutMap::tryShortcutEvent (this=0x8f1765c, o=0x9893fc0, e=0xbff90d54) at kernel/qshortcutmap.cpp:364
#41 0x498c91ed in QApplication::notify (this=0xbff91968, receiver=0x9893fc0, e=0xbff90d54) at kernel/qapplication.cpp:3904
#42 0x01100feb in KApplication::notify (this=0xbff91968, receiver=0x9893fc0, event=0xbff90d54) at /usr/src/debug/kdelibs-4.6.3/kdeui/kernel/kapplication.cpp:311
#43 0x0804bbfc in KDevelopApplication::notify (this=0xbff91968, receiver=0x9893fc0, event=0xbff90d54) at /usr/src/debug/kdevelop-4.2.2/app/main.cpp:90
#44 0x4916df63 in QCoreApplication::notifyInternal (this=0xbff91968, receiver=0x9893fc0, event=0xbff90d54) at kernel/qcoreapplication.cpp:731
#45 0x498c05af in sendSpontaneousEvent (receiver=0x9893fc0, event=0xbff90d54) at ../../src/corelib/kernel/qcoreapplication.h:218
#46 qt_sendSpontaneousEvent (receiver=0x9893fc0, event=0xbff90d54) at kernel/qapplication.cpp:5456
#47 0x49971fee in QKeyMapper::sendKeyEvent (keyWidget=0x9893fc0, grab=false, type=QEvent::KeyPress, code=16777223, modifiers=..., text=..., autorepeat=false, count=1, nativeScanCode=119, nativeVirtualKey=65535, nativeModifiers=17) at kernel/qkeymapper_x11.cpp:1866
#48 0x49972474 in QKeyMapperPrivate::translateKeyEvent (this=0x8f3dd08, keyWidget=0x9893fc0, event=0xbff9141c, grab=false) at kernel/qkeymapper_x11.cpp:1836
#49 0x4994b022 in QApplication::x11ProcessEvent (this=0xbff91968, event=0xbff9141c) at kernel/qapplication_x11.cpp:3480
#50 0x49976550 in x11EventSourceDispatch (s=0x8f1b3b0, callback=0, user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:148
#51 0x07880192 in g_main_dispatch (context=0x8f19b10) at gmain.c:2149
#52 g_main_context_dispatch (context=0x8f19b10) at gmain.c:2702
#53 0x07880978 in g_main_context_iterate (context=0x8f19b10, block=1, dispatch=1, self=<value optimized out>) at gmain.c:2780
#54 0x07880c35 in g_main_context_iteration (context=0x8f19b10, may_block=1) at gmain.c:2843
#55 0x4919bcad in QEventDispatcherGlib::processEvents (this=0x8ef6cf0, flags=...) at kernel/qeventdispatcher_glib.cpp:422
#56 0x499761c6 in QGuiEventDispatcherGlib::processEvents (this=0x8ef6cf0, flags=...) at kernel/qguieventdispatcher_glib.cpp:207
#57 0x4916d0fa in QEventLoop::processEvents (this=0xbff916f4, flags=...) at kernel/qeventloop.cpp:149
#58 0x4916d3aa in QEventLoop::exec (this=0xbff916f4, flags=...) at kernel/qeventloop.cpp:201
#59 0x49171f57 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1008
#60 0x498c0358 in QApplication::exec () at kernel/qapplication.cpp:3736
#61 0x08052e41 in main (argc=<value optimized out>, argv=) at /usr/src/debug/kdevelop-4.2.2/app/main.cpp:467

Reported using DrKonqi
Comment 1 Milian Wolff 2011-06-02 21:47:51 UTC

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