Bug 229444 - crash after the exit
Summary: crash after the exit
Status: RESOLVED DUPLICATE of bug 206775
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: 2010-03-04 21:21 UTC by Volodymyr Volkov
Modified: 2010-03-04 23:21 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 Volodymyr Volkov 2010-03-04 21:21:44 UTC
Application that crashed: kdevelop.bin
Version of the application: 3.9.98 (using KDevPlatform 0.9.98)
KDE Version: 4.3.5 (KDE 4.3.5)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-19-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
I've closed the program using cross on the window frame and crash occured. After updating and recompiling, and running ..sycoca another time I wanted to ensure in proper highlighting inside the editor. Highlighting and navigation worked properly, so I just closed. The project I used consists of several files, nothing enormous.

 -- Backtrace:
Application: KDevelop (kdevelop.bin), signal: Aborted
[Current thread is 1 (Thread 0xb7720700 (LWP 23242))]

Thread 2 (Thread 0xb4bdeb70 (LWP 23246)):
#0  0x00753422 in __kernel_vsyscall ()
#1  0x00ae1142 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2  0x038808d4 in pthread_cond_timedwait () from /lib/tls/i686/cmov/libc.so.6
#3  0x04fc3def in QWaitConditionPrivate::wait (this=0xa071bf4, mutex=0xa071bf8, time=200000) at thread/qwaitcondition_unix.cpp:85
#4  QWaitCondition::wait (this=0xa071bf4, mutex=0xa071bf8, time=200000) at thread/qwaitcondition_unix.cpp:159
#5  0x06e28fd5 in KDevelop::DUChainPrivate::CleanupThread::run (this=0xa071be8) at /home/volodymyr/Workspace/kdevplatform/language/duchain/duchain.cpp:286
#6  0x04fc2e32 in QThreadPrivate::start (arg=0xa071be8) at thread/qthread_unix.cpp:188
#7  0x00adc80e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8  0x038738de in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb7720700 (LWP 23242)):
[KCrash Handler]
#6  0x00753422 in __kernel_vsyscall ()
#7  0x037d14d1 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0x037d4932 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0x03807ee5 in ?? () from /lib/tls/i686/cmov/libc.so.6
#10 0x03811ff1 in ?? () from /lib/tls/i686/cmov/libc.so.6
#11 0x03813899 in ?? () from /lib/tls/i686/cmov/libc.so.6
#12 0x038167cd in free () from /lib/tls/i686/cmov/libc.so.6
#13 0x04fbd68d in qFree (ptr=0xb12fde88) at global/qmalloc.cpp:60
#14 0x05008990 in QString::free (d=0x400) at tools/qstring.cpp:955
#15 0x0289f1d9 in ~QString (this=0xb12ea788, data=0xb12fdfe8) at /usr/include/qt4/QtCore/qstring.h:866
#16 QList<QString>::node_destruct (this=0xb12ea788, data=0xb12fdfe8) at /usr/include/qt4/QtCore/qlist.h:369
#17 QList<QString>::free (this=0xb12ea788, data=0xb12fdfe8) at /usr/include/qt4/QtCore/qlist.h:559
#18 0x028c332b in ~QList (this=0x292500c, x=0xb0202870) at /usr/include/qt4/QtCore/qlist.h:534
#19 ~QStringList (this=0x292500c, x=0xb0202870) at /usr/include/qt4/QtCore/qstringlist.h:67
#20 ~CacheEntry (this=0x292500c, x=0xb0202870) at /home/volodymyr/Workspace/kdevelop/languages/cpp/includepathresolver.h:98
#21 QMap<QString, CppTools::IncludePathResolver::CacheEntry>::freeData (this=0x292500c, x=0xb0202870) at /usr/include/qt4/QtCore/qmap.h:597
#22 0x028c33de in ~QMap (this=0x6, __in_chrg=<value optimized out>) at /usr/include/qt4/QtCore/qmap.h:157
#23 0x037d605f in ?? () from /lib/tls/i686/cmov/libc.so.6
#24 0x037d60cf in exit () from /lib/tls/i686/cmov/libc.so.6
#25 0x037bdb5e in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#26 0x0804b4e1 in _start () at ../sysdeps/i386/elf/start.S:119

Reported using DrKonqi
Comment 1 Andreas Pakulat 2010-03-04 23:21:23 UTC

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