Bug 238596 - Crash on exit after debugging
Summary: Crash on exit after debugging
Status: RESOLVED DUPLICATE of bug 238211
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: 4.0.1
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 19:57 UTC by Jason McGuiness
Modified: 2010-05-23 22:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason McGuiness 2010-05-23 19:57:08 UTC
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-20-generic x86_64
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
I ran a debug session of a multi-threaded application, then exited. It then crashed.

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

Thread 2 (Thread 0x7f6183fff910 (LWP 4793)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:220
#1  0x00007f61962f6462 in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib/libQtCore.so.4
#2  0x00007f6191e999be in ?? () from /usr/lib/libkdevplatformlanguage.so.1
#3  0x00007f61962f5445 in ?? () from /usr/lib/libQtCore.so.4
#4  0x00007f618f526a04 in start_thread (arg=<value optimized out>) at pthread_create.c:300
#5  0x00007f619514380d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f6197ab9750 (LWP 4778)):
[KCrash Handler]
#5  0x00007f619175a1b5 in ?? () from /usr/lib/libkdevplatformdebugger.so.1
#6  0x00007f619175a1d9 in ?? () from /usr/lib/libkdevplatformdebugger.so.1
#7  0x00007f619175a209 in ?? () from /usr/lib/libkdevplatformdebugger.so.1
#8  0x00007f619175ab35 in KDevelop::Variable::~Variable() () from /usr/lib/libkdevplatformdebugger.so.1
#9  0x00007f6191750af8 in KDevelop::TreeItem::~TreeItem() () from /usr/lib/libkdevplatformdebugger.so.1
#10 0x00007f619175c917 in ?? () from /usr/lib/libkdevplatformdebugger.so.1
#11 0x00007f6191750af8 in KDevelop::TreeItem::~TreeItem() () from /usr/lib/libkdevplatformdebugger.so.1
#12 0x00007f619175c8f7 in ?? () from /usr/lib/libkdevplatformdebugger.so.1
#13 0x00007f61917519c1 in KDevelop::TreeModel::~TreeModel() () from /usr/lib/libkdevplatformdebugger.so.1
#14 0x00007f619175a133 in KDevelop::VariableCollection::~VariableCollection() () from /usr/lib/libkdevplatformdebugger.so.1
#15 0x00007f61963e9e5c in QObjectPrivate::deleteChildren() () from /usr/lib/libQtCore.so.4
#16 0x00007f61963f2459 in QObject::~QObject() () from /usr/lib/libQtCore.so.4
#17 0x00007f6196f75dc6 in ?? () from /usr/lib/libkdevplatformshell.so.1
#18 0x00007f6196f96a53 in KDevelop::CorePrivate::~CorePrivate() () from /usr/lib/libkdevplatformshell.so.1
#19 0x00007f6196f979d5 in KDevelop::Core::~Core() () from /usr/lib/libkdevplatformshell.so.1
#20 0x00007f61963eb11d in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#21 0x00007f6195883efc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#22 0x00007f619588b1ce in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#23 0x00007f61968f1ab6 in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#24 0x00007f61963dbc2c in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#25 0x00007f61963dc80a in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQtCore.so.4
#26 0x00007f6196404533 in ?? () from /usr/lib/libQtCore.so.4
#27 0x00007f618f777bce in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#28 0x00007f618f77b598 in ?? () from /lib/libglib-2.0.so.0
#29 0x00007f618f77b6c0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#30 0x00007f61964041a6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#31 0x00007f61959184be in ?? () from /usr/lib/libQtGui.so.4
#32 0x00007f61963da532 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#33 0x00007f61963da904 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#34 0x00007f61963dcab9 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#35 0x0000000000407f27 in _start ()
The current source language is "auto; currently asm".
The current source language is "auto; currently c".

Reported using DrKonqi
Comment 1 Andreas Pakulat 2010-05-23 22:10:27 UTC

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