[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 228885] New: KDevelop crashes when inserting block comment into
From:       "KSz. Rudolf Walter" <sk_RW () yahoo ! com>
Date:       2010-02-28 13:26:57
Message-ID: bug-228885-40295 () http ! bugs ! kde ! org/
[Download RAW message or body]

https://bugs.kde.org/show_bug.cgi?id=228885

           Summary: KDevelop crashes when inserting block comment into asm
                    directive
           Product: kdevelop
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs@kdevelop.org
        ReportedBy: sk_RW@yahoo.com


Application that crashed: kdevelop
Version of the application: 3.9.95 (using KDevPlatform 0.9.95)
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-14-generic i686
Distribution: Linux Mint 8 Helena - Main Edition

What I was doing when the application crashed:
When trying to insert a block comment into an assembly call, KDevelop crashes
(with .c and .cc files; does not crash if typed into a .h or .asm - probably
only crashes with files in which asm() has a meaning). The most simple example
would be to write "asm(/*" into a C file (without quotes). Bug works on more
complex examples, too.

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

Thread 9 (Thread 0xb4940b70 (LWP 24299)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x079d4829 in __lll_lock_wait () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/lowlevellock.S:142
#2  0x079d1ed1 in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:235
#3  0x082dc87d in __pthread_cond_wait (cond=0xadd51408, mutex=0xadd513f0) at
forward.c:139
#4  0x0024e4d2 in QMutexPrivate::wait (this=0xadd513d8, timeout=-1) at
thread/qmutex_unix.cpp:80
#5  0x00249b82 in QMutex::lock (this=0x1a17bf8) at thread/qmutex.cpp:169
#6  0x0188d3b2 in QMutexLocker::relock (this=0x96e1130, retries=1,
needLockRepository=true) at /usr/include/qt4/QtCore/qmutex.h:120
#7  QMutexLocker (this=0x96e1130, retries=1, needLockRepository=true) at
/usr/include/qt4/QtCore/qmutex.h:102
#8  KDevelop::DUChainPrivate::doMoreCleanup (this=0x96e1130, retries=1,
needLockRepository=true) at ../../language/duchain/duchain.cpp:649
#9  0x0188e743 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x9587ca0)
at ../../language/duchain/duchain.cpp:288
#10 0x0024ee32 in QThreadPrivate::start (arg=0x9587ca0) at
thread/qthread_unix.cpp:188
#11 0x079cd80e in start_thread (arg=0xb4940b70) at pthread_create.c:300
#12 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 8 (Thread 0xb24aab70 (LWP 24300)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x082c1c96 in *__GI___poll (fds=0x8343ff4, nfds=1, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:87
#2  0x0230c54b in IA__g_poll (fds=0xb40015d8, nfds=1, timeout=-1) at
/build/buildd/glib2.0-2.22.3/glib/gpoll.c:127
#3  0x022ff56b in g_main_context_poll (context=0x9a7ae68, block=<value
optimized out>, dispatch=1, self=0xb4001700) at
/build/buildd/glib2.0-2.22.3/glib/gmain.c:2904
#4  g_main_context_iterate (context=0x9a7ae68, block=<value optimized out>,
dispatch=1, self=0xb4001700) at /build/buildd/glib2.0-2.22.3/glib/gmain.c:2586
#5  0x022ff863 in IA__g_main_context_iteration (context=0x9a7ae68, may_block=1)
at /build/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#6  0x0036a067 in QEventDispatcherGlib::processEvents (this=0x9a7a738,
flags=...) at kernel/qeventdispatcher_glib.cpp:329
#7  0x0033dc79 in QEventLoop::processEvents (this=0xb24aa2d4, flags=) at
kernel/qeventloop.cpp:149
#8  0x0033e0ca in QEventLoop::exec (this=0xb24aa2d4, flags=...) at
kernel/qeventloop.cpp:201
#9  0x0024bb73 in QThread::exec (this=0x9a7aab0) at thread/qthread.cpp:487
#10 0x019931d0 in KDevelop::CompletionWorkerThread::run (this=0x9a7aab0) at
../../language/codecompletion/codecompletionmodel.cpp:79
#11 0x0024ee32 in QThreadPrivate::start (arg=0x9a7aab0) at
thread/qthread_unix.cpp:188
#12 0x079cd80e in start_thread (arg=0xb24aab70) at pthread_create.c:300
#13 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 7 (Thread 0xb1ca9b70 (LWP 24301)):
#0  0x04020e06 in *__GI_clock_gettime (clock_id=67260404, tp=0xb1ca9018) at
../sysdeps/unix/clock_gettime.c:100
#1  0x0036bbf3 in QTimerInfoList::getTime (this=0x9a6e8b4, t=...) at
kernel/qeventdispatcher_unix.cpp:339
#2  0x0036bde1 in QTimerInfoList::updateCurrentTime (this=0x9a6e8b4) at
kernel/qeventdispatcher_unix.cpp:297
#3  0x0036c88c in QTimerInfoList::timerWait (this=0x9a6e8b4, tm=...) at
kernel/qeventdispatcher_unix.cpp:420
#4  0x0036a210 in timerSourcePrepare (source=0x9a6e880, timeout=0xb1ca910c) at
kernel/qeventdispatcher_glib.cpp:141
#5  0x022fef90 in IA__g_main_context_prepare (context=0x9a6e000,
priority=0xb1ca918c) at /build/buildd/glib2.0-2.22.3/glib/gmain.c:2280
#6  0x022ff351 in g_main_context_iterate (context=0x9a6e000, block=<value
optimized out>, dispatch=1, self=0x9adef98) at
/build/buildd/glib2.0-2.22.3/glib/gmain.c:2571
#7  0x022ff863 in IA__g_main_context_iteration (context=0x9a6e000, may_block=1)
at /build/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#8  0x0036a067 in QEventDispatcherGlib::processEvents (this=0x9a7bbb0,
flags=...) at kernel/qeventdispatcher_glib.cpp:329
#9  0x0033dc79 in QEventLoop::processEvents (this=0xb1ca92d4, flags=) at
kernel/qeventloop.cpp:149
#10 0x0033e0ca in QEventLoop::exec (this=0xb1ca92d4, flags=...) at
kernel/qeventloop.cpp:201
#11 0x0024bb73 in QThread::exec (this=0x9a70270) at thread/qthread.cpp:487
#12 0x019931d0 in KDevelop::CompletionWorkerThread::run (this=0x9a70270) at
../../language/codecompletion/codecompletionmodel.cpp:79
#13 0x0024ee32 in QThreadPrivate::start (arg=0x9a70270) at
thread/qthread_unix.cpp:188
#14 0x079cd80e in start_thread (arg=0xb1ca9b70) at pthread_create.c:300
#15 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 6 (Thread 0xb0ca7b70 (LWP 24305)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x079d2142 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179
#2  0x082dc8d4 in __pthread_cond_timedwait (cond=0xb0ca7234, mutex=0xb0ca7264,
abstime=0xb0ca72b0) at forward.c:152
#3  0x0024e81e in thread_sleep (ti=0x1) at thread/qthread_unix.cpp:297
#4  0x0024e973 in QThread::msleep (msecs=30) at thread/qthread_unix.cpp:323
#5  0x033e52ab in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so
#6  0x0024ee32 in QThreadPrivate::start (arg=0x9adfbd8) at
thread/qthread_unix.cpp:188
#7  0x079cd80e in start_thread (arg=0xb0ca7b70) at pthread_create.c:300
#8  0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 5 (Thread 0xb021fb70 (LWP 24308)):
[KCrash Handler]
#6  itemFromIndex (this=0xb021e77c) at
../../language/duchain/repositories/itemrepository.h:848
#7  itemFromIndex (this=0xb021e77c) at
../../language/duchain/repositories/itemrepository.h:1855
#8  KDevelop::IndexedString::length (this=0xb021e77c) at
../../language/duchain/indexedstring.cpp:275
#9  0x05c1f375 in rpp::LocationTable::positionAt(unsigned int, QVector<unsigned
int> const&, bool) const () from /usr/lib/libkdev4cpprpp.so.3.9.95
#10 0x0325a321 in ParseSession::positionAt(unsigned int, bool) const () from
/usr/lib/libkdev4cppparser.so.3.9.95
#11 0x0324a68f in Parser::reportError(QString const&) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#12 0x0324ac24 in Parser::tokenRequiredError(int) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#13 0x0324df8a in Parser::parseCompoundStatement(StatementAST*&) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#14 0x032572c0 in Parser::parseFunctionBody(StatementAST*&) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#15 0x032578ee in Parser::parseDeclarationInternal(DeclarationAST*&) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#16 0x0324c9a5 in Parser::parseDeclaration(DeclarationAST*&) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#17 0x0325867f in Parser::parseTranslationUnit(TranslationUnitAST*&) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#18 0x032588dd in Parser::parse(ParseSession*) () from
/usr/lib/libkdev4cppparser.so.3.9.95
#19 0x033f90a3 in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so
#20 0x01c5437d in ThreadWeaver::JobRunHelper::runTheJob (this=0xb021f24c,
th=0x9f9b7b0, job=0xbad33e0) at ../../../threadweaver/Weaver/Job.cpp:106
#21 0x01c546e1 in ThreadWeaver::Job::execute (this=0xbad33e0, th=0x9f9b7b0) at
../../../threadweaver/Weaver/Job.cpp:135
#22 0x01c55fc3 in ThreadWeaver::JobCollectionJobRunner::execute
(this=0xbde4988, t=0x9f9b7b0) at
../../../threadweaver/Weaver/JobCollection.cpp:82
#23 0x01c5338a in ThreadWeaver::ThreadRunHelper::run (this=0xb021f304,
parent=0x967bcd8, th=0x9f9b7b0) at ../../../threadweaver/Weaver/Thread.cpp:95
#24 0x01c539db in ThreadWeaver::Thread::run (this=0x9f9b7b0) at
../../../threadweaver/Weaver/Thread.cpp:142
#25 0x0024ee32 in QThreadPrivate::start (arg=0x9f9b7b0) at
thread/qthread_unix.cpp:188
#26 0x079cd80e in start_thread (arg=0xb021fb70) at pthread_create.c:300
#27 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 4 (Thread 0xafa1eb70 (LWP 24309)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x079d1e15 in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x082dc87d in __pthread_cond_wait (cond=0x9679420, mutex=0x9679408) at
forward.c:139
#3  0x0024fe67 in QWaitConditionPrivate::wait (this=0x967bcf0, mutex=0x967ad60,
time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x967bcf0, mutex=0x967ad60, time=4294967295) at
thread/qwaitcondition_unix.cpp:159
#5  0x01c52b30 in
ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x967bcd8,
th=0xb4001ad0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x01c5519c in ThreadWeaver::WorkingHardState::waitForAvailableJob
(this=0x967adf8, th=0xb4001ad0) at
../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x01c511fb in ThreadWeaver::WeaverImpl::waitForAvailableJob
(this=0x967bcd8, th=0xb4001ad0) at
../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x01c55292 in ThreadWeaver::WorkingHardState::applyForWork (this=0x967adf8,
th=0xb4001ad0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x01c52db3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x967bcd8,
th=0xb4001ad0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x01c552b1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x967adf8,
th=0xb4001ad0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x01c52db3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x967bcd8,
th=0xb4001ad0, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x01c552b1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x967adf8,
th=0xb4001ad0) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#13 0x01c52db3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x967bcd8,
th=0xb4001ad0, previous=0xb960530) at
../../../threadweaver/Weaver/WeaverImpl.cpp:351
#14 0x01c533be in ThreadWeaver::ThreadRunHelper::run (this=0xafa1e304,
parent=0x967bcd8, th=0xb4001ad0) at ../../../threadweaver/Weaver/Thread.cpp:87
#15 0x01c539db in ThreadWeaver::Thread::run (this=0xb4001ad0) at
../../../threadweaver/Weaver/Thread.cpp:142
#16 0x0024ee32 in QThreadPrivate::start (arg=0xb4001ad0) at
thread/qthread_unix.cpp:188
#17 0x079cd80e in start_thread (arg=0xafa1eb70) at pthread_create.c:300
#18 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 3 (Thread 0xaf21db70 (LWP 24310)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x079d1e15 in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x082dc87d in __pthread_cond_wait (cond=0x9679420, mutex=0x9679408) at
forward.c:139
#3  0x0024fe67 in QWaitConditionPrivate::wait (this=0x967bcf0, mutex=0x967ad60,
time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0x967bcf0, mutex=0x967ad60, time=4294967295) at
thread/qwaitcondition_unix.cpp:159
#5  0x01c52b30 in
ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0x967bcd8,
th=0xb4001b20) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x01c5519c in ThreadWeaver::WorkingHardState::waitForAvailableJob
(this=0x967adf8, th=0xb4001b20) at
../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x01c511fb in ThreadWeaver::WeaverImpl::waitForAvailableJob
(this=0x967bcd8, th=0xb4001b20) at
../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x01c55292 in ThreadWeaver::WorkingHardState::applyForWork (this=0x967adf8,
th=0xb4001b20) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x01c52db3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x967bcd8,
th=0xb4001b20, previous=0x0) at ../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x01c552b1 in ThreadWeaver::WorkingHardState::applyForWork (this=0x967adf8,
th=0xb4001b20) at ../../../threadweaver/Weaver/WorkingHardState.cpp:74
#11 0x01c52db3 in ThreadWeaver::WeaverImpl::applyForWork (this=0x967bcd8,
th=0xb4001b20, previous=0xbe48a68) at
../../../threadweaver/Weaver/WeaverImpl.cpp:351
#12 0x01c533be in ThreadWeaver::ThreadRunHelper::run (this=0xaf21d304,
parent=0x967bcd8, th=0xb4001b20) at ../../../threadweaver/Weaver/Thread.cpp:87
#13 0x01c539db in ThreadWeaver::Thread::run (this=0xb4001b20) at
../../../threadweaver/Weaver/Thread.cpp:142
#14 0x0024ee32 in QThreadPrivate::start (arg=0xb4001b20) at
thread/qthread_unix.cpp:188
#15 0x079cd80e in start_thread (arg=0xaf21db70) at pthread_create.c:300
#16 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 2 (Thread 0xada45b70 (LWP 9738)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x079d1e15 in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x082dc87d in __pthread_cond_wait (cond=0xbac8028, mutex=0xbac8010) at
forward.c:139
#3  0x0024fe67 in QWaitConditionPrivate::wait (this=0xbac7f20, mutex=0xba441d8,
time=4294967295) at thread/qwaitcondition_unix.cpp:87
#4  QWaitCondition::wait (this=0xbac7f20, mutex=0xba441d8, time=4294967295) at
thread/qwaitcondition_unix.cpp:159
#5  0x01c52b30 in
ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xbac7f08,
th=0xba30600) at ../../../threadweaver/Weaver/WeaverImpl.cpp:365
#6  0x01c5519c in ThreadWeaver::WorkingHardState::waitForAvailableJob
(this=0xba44270, th=0xba30600) at
../../../threadweaver/Weaver/WorkingHardState.cpp:80
#7  0x01c511fb in ThreadWeaver::WeaverImpl::waitForAvailableJob
(this=0xbac7f08, th=0xba30600) at
../../../threadweaver/Weaver/WeaverImpl.cpp:356
#8  0x01c55292 in ThreadWeaver::WorkingHardState::applyForWork (this=0xba44270,
th=0xba30600) at ../../../threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x01c52db3 in ThreadWeaver::WeaverImpl::applyForWork (this=0xbac7f08,
th=0xba30600, previous=0xbac2cf0) at
../../../threadweaver/Weaver/WeaverImpl.cpp:351
#10 0x01c533be in ThreadWeaver::ThreadRunHelper::run (this=0xada45304,
parent=0xbac7f08, th=0xba30600) at ../../../threadweaver/Weaver/Thread.cpp:87
#11 0x01c539db in ThreadWeaver::Thread::run (this=0xba30600) at
../../../threadweaver/Weaver/Thread.cpp:142
#12 0x0024ee32 in QThreadPrivate::start (arg=0xba30600) at
thread/qthread_unix.cpp:188
#13 0x079cd80e in start_thread (arg=0xada45b70) at pthread_create.c:300
#14 0x082cf8de in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130

Thread 1 (Thread 0xb784c700 (LWP 24298)):
#0  0x00e4f422 in __kernel_vsyscall ()
#1  0x079d1e15 in pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:122
#2  0x082dc87d in __pthread_cond_wait (cond=0x9301b60, mutex=0x9301b48) at
forward.c:139
#3  0x0024e4d2 in QMutexPrivate::wait (this=0x9301b30, timeout=-1) at
thread/qmutex_unix.cpp:80
#4  0x00249b82 in QMutex::lock (this=0x9301ad0) at thread/qmutex.cpp:169
#5  0x0192471b in QMutexLocker::relock (this=0xacb33a3e, __in_chrg=<value
optimized out>) at /usr/include/qt4/QtCore/qmutex.h:120
#6  QMutexLocker (this=0xacb33a3e, __in_chrg=<value optimized out>) at
/usr/include/qt4/QtCore/qmutex.h:102
#7  ~IndexedString (this=0xacb33a3e, __in_chrg=<value optimized out>) at
../../language/duchain/indexedstring.cpp:215
#8  0x05c14001 in rpp::pp_macro::~pp_macro() () from
/usr/lib/libkdev4cpprpp.so.3.9.95
#9  0x05c214ad in MacroRepositoryItemRequest::destroy(rpp::pp_macro*,
KDevelop::AbstractItemRepository&) () from /usr/lib/libkdev4cpprpp.so.3.9.95
#10 0x0383a266 in ?? () from /usr/lib/libkdev4cppduchain.so.3.9.95
#11 0x019bac6c in Utils::Set::unrefNode (this=0x0, current=<value optimized
out>) at ../../language/util/setrepository.cpp:1090
#12 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#13 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#14 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#15 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#16 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#17 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#18 0x019baf6f in Utils::Set::unrefNode (this=0xbfb80c64, current=<value
optimized out>) at ../../language/util/setrepository.cpp:1085
#19 0x019bb3cc in Utils::Set::staticUnref (this=0xbfb80c64) at
../../language/util/setrepository.cpp:1107
#20 0x0340a018 in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so
#21 0x0823205f in __run_exit_handlers (status=55042224, listp=0x8344304,
run_list_atexit=true) at exit.c:78
#22 0x082320cf in *__GI_exit (status=1) at exit.c:100
#23 0x03b51640 in gdk_x_io_error (display=0x93db468) at
/build/buildd/gtk+2.0-2.18.3/gdk/x11/gdkmain-x11.c:524
#24 0x00ab154a in KApplication::xioErrhandler (this=0xbfb811d4, dpy=0x93db468)
at ../../kdeui/kernel/kapplication.cpp:408
#25 0x00ab1586 in kde_xio_errhandler (dpy=0x93db468) at
../../kdeui/kernel/kapplication.cpp:125
#26 0x01aa22e6 in _XIOError (dpy=0x93db468) at ../../src/XlibInt.c:2959
#27 0x01aa9f8a in process_responses (dpy=0x93db468, wait_for_first_event=<value
optimized out>, current_error=0x0, current_request=0) at ../../src/xcb_io.c:240
#28 0x01aaa8c6 in _XEventsQueued (dpy=0x93db468, mode=2) at
../../src/xcb_io.c:256
#29 0x01a935ff in XEventsQueued (dpy=0x93db468, mode=2) at
../../src/Pending.c:44
#30 0x01011db5 in x11EventSourceCheck (s=0x93c2c00) at
kernel/qguieventdispatcher_glib.cpp:87
#31 0x022fecd1 in IA__g_main_context_check (context=0x93c1e90, max_priority=0,
fds=0x9a42160, n_fds=11) at /build/buildd/glib2.0-2.22.3/glib/gmain.c:2469
#32 0x022ff47c in g_main_context_iterate (context=0x93c1e90, block=<value
optimized out>, dispatch=1, self=0x93bfdb8) at
/build/buildd/glib2.0-2.22.3/glib/gmain.c:2588
#33 0x022ff863 in IA__g_main_context_iteration (context=0x93c1e90, may_block=1)
at /build/buildd/glib2.0-2.22.3/glib/gmain.c:2654
#34 0x0036a02c in QEventDispatcherGlib::processEvents (this=0x92e50d0,
flags=...) at kernel/qeventdispatcher_glib.cpp:327
#35 0x01011be5 in QGuiEventDispatcherGlib::processEvents (this=0x92e50d0,
flags=...) at kernel/qguieventdispatcher_glib.cpp:202
#36 0x0033dc79 in QEventLoop::processEvents (this=0xbfb810f4, flags=) at
kernel/qeventloop.cpp:149
#37 0x0033e0ca in QEventLoop::exec (this=0xbfb810f4, flags=...) at
kernel/qeventloop.cpp:201
#38 0x0034053f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:888
#39 0x00f70dd7 in QApplication::exec () at kernel/qapplication.cpp:3525
#40 0x0804f393 in _start ()

Reported using DrKonqi

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic