Bug 219297 - Dolphin crashes everytime when closed [__libc_message, malloc_printerr, DolphinCategoryDrawer::~DolphinCategoryDrawer]
Summary: Dolphin crashes everytime when closed [__libc_message, malloc_printerr, Dolph...
Status: RESOLVED DUPLICATE of bug 219314
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 13:22 UTC by bugzilla
Modified: 2009-12-19 15:53 UTC (History)
1 user (show)

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 bugzilla 2009-12-19 13:22:52 UTC
Application: dolphin (1.3)
KDE Platform Version: 4.3.80 (KDE 4.3.80 (KDE 4.4 Beta1))
Qt Version: 4.6.0
Operating System: Linux 2.6.31-16-generic i686
Distribution: Ubuntu 9.10

-- Information about the crash:
Dolphin crashes everytime i close it. This bug can be reproduced.

The crash can be reproduced everytime.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Aborted
[KCrash Handler]
#6  0x00852422 in __kernel_vsyscall ()
#7  0x02fac4d1 in *__GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
#8  0x02faf932 in *__GI_abort () at abort.c:92
#9  0x02fe2ee5 in __libc_message (do_abort=2, fmt=0x30a6438 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:189
#10 0x02fecff1 in malloc_printerr (action=<value optimized out>, str=0x6 <Address 0x6 out of bounds>, ptr=0x8d22750) at malloc.c:6217
#11 0x02ff1806 in *__GI___libc_free (mem=0x6) at malloc.c:3677
#12 0x016506f1 in operator delete(void*) () from /usr/lib/libstdc++.so.6
#13 0x001d7e25 in DolphinCategoryDrawer::~DolphinCategoryDrawer() () from /usr/lib/libdolphinprivate.so.4
#14 0x001cda6c in DolphinIconsView::~DolphinIconsView() () from /usr/lib/libdolphinprivate.so.4
#15 0x04b6c6af in QObjectPrivate::deleteChildren (this=0x8d22750) at kernel/qobject.cpp:1998
#16 0x025b5ea7 in ~QWidget (this=0x8d20be8, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1459
#17 0x001dc60b in DolphinView::~DolphinView() () from /usr/lib/libdolphinprivate.so.4
#18 0x04b6c6af in QObjectPrivate::deleteChildren (this=0x8d14a18) at kernel/qobject.cpp:1998
#19 0x025b5ea7 in ~QWidget (this=0x8d14988, __in_chrg=<value optimized out>) at kernel/qwidget.cpp:1459
#20 0x080728f5 in _start ()

Reported using DrKonqi
Comment 1 Dario Andres 2009-12-19 14:02:34 UTC
Mh, this looks like the glibc bug: bug 196207. Bug 203553 seems also related
Regards
Comment 2 Dario Andres 2009-12-19 15:53:10 UTC
As confirmed in bug 219314, this is the glibc bug. Thanks

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