Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143807 - gaim 1.5.0 crashes on ICQ init
Summary: gaim 1.5.0 crashes on ICQ init
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-13 12:48 UTC by Markus Tacker
Modified: 2006-08-17 12:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tacker 2006-08-13 12:48:27 UTC
This happens on multiple machines, on x86 and ppc.
If I disable the ICQ account it works.

$ gdb gaim

(gdb) run
Starting program: /usr/bin/gaim
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1217665360 (LWP 28733)]
*** glibc detected *** free(): invalid pointer: 0x083da050 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread -1217665360 (LWP 28733)]
0xffffe410 in __kernel_vsyscall ()
(gdb) where
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb77043b1 in raise () from /lib/tls/libc.so.6
#2  0xb7705dcd in abort () from /lib/tls/libc.so.6
#3  0xb7737907 in __fsetlocking () from /lib/tls/libc.so.6
#4  0xb773d727 in malloc_usable_size () from /lib/tls/libc.so.6
#5  0xb773e0e9 in free () from /lib/tls/libc.so.6
#6  0x41d4f2fd in g_free () from /usr/lib/libglib-2.0.so.0
#7  0x083da050 in ?? ()
#8  0xb77f1840 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#9  0x083c2020 in ?? ()
#10 0xbf955fa8 in ?? ()
#11 0x00000000 in ?? ()
Comment 1 Pablo Antonio 2006-08-16 21:27:51 UTC
I don't know if mine was the same problem or not. But whenever I wanted to log in to an msn account it would crash. I just removed the account and created it again and now it works fine. Pretty weird though.
Comment 2 Markus Tacker 2006-08-17 12:43:16 UTC
(In reply to comment #1)
> I don't know if mine was the same problem or not. But whenever I wanted to log
> in to an msn account it would crash. I just removed the account and created it
> again and now it works fine. Pretty weird though.

That helped. Thanks.
I'll set it to NEEDINFO as I cannot reproduce it anymore.