Bug 239975 - Kdevelop crash on exit
Summary: Kdevelop crash on exit
Status: RESOLVED DUPLICATE of bug 206775
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: 4.0.1
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-29 14:42 UTC by philipp_muenzel
Modified: 2010-05-29 15:26 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 philipp_muenzel 2010-05-29 14:42:34 UTC
Application: kdevelop (4.0.0 (using KDevPlatform 1.0.0))
KDE Platform Version: 4.4.3 (KDE 4.4.3)
Qt Version: 4.6.2
Operating System: Linux 2.6.31.12-0.2-desktop i686
Distribution: "openSUSE 11.2 (i586)"

-- Information about the crash:
KDevelop occasionally (not reproducable) crashes when closing with 2 or more projects open.

The crash can be reproduced some of the time.

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

Thread 3 (Thread 0xb0e20b70 (LWP 3201)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb60d50c2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xb61c52d4 in pthread_cond_timedwait () from /lib/libc.so.6
#3  0xb6e3e09c in wait (time=<value optimized out>, this=<value optimized out>) at thread/qwaitcondition_unix.cpp:85
#4  QWaitCondition::wait (time=<value optimized out>, this=<value optimized out>) at thread/qwaitcondition_unix.cpp:159
#5  0xb5181e82 in KDevelop::DUChainPrivate::CleanupThread::run (this=0x82a98b8) at /usr/src/debug/kdevplatform-1.0.0/language/duchain/duchain.cpp:286
#6  0xb6e3d0bf in QThreadPrivate::start (arg=0x82a98b8) at thread/qthread_unix.cpp:248
#7  0xb60d06e5 in start_thread () from /lib/libpthread.so.0
#8  0xb60d0600 in ?? () from /lib/libpthread.so.0

Thread 2 (Thread 0xaf407b70 (LWP 4231)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb60d4d95 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0xb61c527c in pthread_cond_wait () from /lib/libc.so.6
#3  0xb4ac9b77 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0xb4ba51a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2304
#4  0xb4ac9bbf in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=0xb4ba51a0) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1438
#5  0xb60d06e5 in start_thread () from /lib/libpthread.so.0
#6  0xb60d0600 in ?? () from /lib/libpthread.so.0

Thread 1 (Thread 0xb4479700 (LWP 3182)):
[KCrash Handler]
#6  0xffffe424 in __kernel_vsyscall ()
#7  0xb61100cf in raise () from /lib/libc.so.6
#8  0xb61119e7 in abort () from /lib/libc.so.6
#9  0xb614c4ed in ?? () from /lib/libc.so.6
#10 0xb615250b in ?? () from /lib/libc.so.6
#11 0xb615296b in ?? () from /lib/libc.so.6
#12 0xb6153d63 in ?? () from /lib/libc.so.6
#13 0xb6156fdd in free () from /lib/libc.so.6
#14 0xb6e3761b in qFree (ptr=0xa63255e0) at global/qmalloc.cpp:60
#15 0xb6e891f2 in QString::free (d=0xa63255e0) at tools/qstring.cpp:1108
#16 0xa92b89f0 in ~QString (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/include/QtCore/qstring.h:869
#17 ~CacheEntry (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/src/debug/kdevelop-4.0.0/languages/cpp/includepathresolver.h:98
#18 QMap<QString, CppTools::IncludePathResolver::CacheEntry>::freeData (this=<value optimized out>, __in_chrg=<value optimized out>) at /usr/include/QtCore/qmap.h:626
#19 0xa92b8ad6 in QMap<QString, CppTools::IncludePathResolver::CacheEntry>::~QMap (this=0x6, __in_chrg=<value optimized out>) at /usr/include/QtCore/qmap.h:167
#20 0xb6113111 in ?? () from /lib/libc.so.6
#21 0xb611316d in exit () from /lib/libc.so.6
#22 0xb60fbad6 in __libc_start_main () from /lib/libc.so.6
#23 0x0804b541 in _start () at ../sysdeps/i386/elf/start.S:119

This bug may be a duplicate of or related to bug 229444.

Possible duplicates by query: bug 229444, bug 216495, bug 216105, bug 214793, bug 196411.

Reported using DrKonqi
Comment 1 Andreas Pakulat 2010-05-29 15:26:10 UTC

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