Crashes on closing applications

Rolf Eike Beer kde at opensource.sf-tec.de
Sun Jul 11 12:06:21 BST 2010


Martin Sandsmark wrote:
> On Sun, Jul 11, 2010 at 11:48:38AM +0200, Rolf Eike Beer wrote:
> > https://bugs.kde.org/show_bug.cgi?id=235420
> > https://bugs.kde.org/show_bug.cgi?id=238412
> 
> Do you have the stderr/stdout from the crashes? It seems to hit a glibc
> assert ("glibc detected blurgh"), but the backtrace is kind of missing the
> vital information (or I'm just too tired and not seeing it), namely what
> and where.
> 
> Maybe it's a double free on 0? :-P

The first backtrace, frame 13 has delete 0. Since delete 0 is always valid (and 
should just be a NOOP) that shouldn't crash. But in the next frame the pointer 
dereferenced is 0x6 so there is something strange going on:

#12 0xb60d1049 in __libc_free (mem=0x6) at malloc.c:3699
#13 0xb6279f4f in operator delete (ptr=0x0) at
../../../../libstdc++-v3/libsupc++/del_op.cc:44

I just wonder why this is libstdc++-v3, openSuSE 11.2 uses gcc 4.4 by default?

Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20100711/bb88bbe8/attachment.sig>


More information about the kde-core-devel mailing list