Bugzilla – Bug 158805
akregator crashes on exit
Last modified: 2006-03-17 15:27:57 UTC
Quiting akregator I got the following crash: System configuration startup check disabled. (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1235056976 (LWP 6631)] [KCrash handler] #6 0xb6facac2 in malloc_consolidate () from /lib/libc.so.6 #7 0xb6fadec4 in _int_free () from /lib/libc.so.6 #8 0xb6fae024 in free () from /lib/libc.so.6 #9 0xb711b681 in operator delete () from /usr/lib/libstdc++.so.6 #10 0xb7388b68 in QFontDatabase::styles () from /usr/lib/qt3/lib/libqt-mt.so.3 #11 0xb6f74656 in __cxa_finalize () from /lib/libc.so.6 #12 0xb72ec193 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3 #13 0xb782e000 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3 #14 0xb7826158 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3 #15 0xbf94e038 in ?? () #16 0xb772f15c in _fini () from /usr/lib/qt3/lib/libqt-mt.so.3 #17 0xb772f15c in _fini () from /usr/lib/qt3/lib/libqt-mt.so.3 #18 0xb7fd3d25 in _dl_fini () from /lib/ld-linux.so.2 #19 0xb6f7435d in exit () from /lib/libc.so.6 #20 0xb6f5e884 in __libc_start_main () from /lib/libc.so.6 #21 0x08050081 in ?? ()
I can see a hit in valgrind on exit. Again something is unloaded incorrectly ;(
*** Bug 159044 has been marked as a duplicate of this bug. ***
Created attachment 73700 [details] kdepim3 patch I cannot reproduce exactly the same backtrace, but this (r515291+r516072) very likely fixes the memory corruption. There are no valgrind errors at exit with this patch.
added branch diff to package