[90] in im locker bugs
Gaim segfaults
daemon@ATHENA.MIT.EDU (Kathryn A Hayes)
Wed Oct 1 21:54:24 2003
Date: Wed, 1 Oct 2003 21:54:21 -0400 (EDT)
From: Kathryn A Hayes <khayes@MIT.EDU>
To: bug-im@MIT.EDU
cc: khayes@MIT.EDU
When I run gaim, It segfaults almost immediately after logging me in,
every time I run it on way-mo-money.mit.edu. N.B.: I'm logging into
way-mo-money over an X connection from afar. I doubt this is what's
causing the error, but I thought I'd mention it anyway. I am logging in
to AIM and MSN when it cores on me. I've included the backtrace below.
If you want the core, I can give it to you. Also, here's some gdb
wickedness for your amusement from when I tried to run gaim from within
gdb:
>> Gaim's DNS child got a SIGTRAP signal.
>> This can be caused by trying to run gaim inside gdb.
>> There is a known gdb bug which prevents this. Supposedly gaim
>> should have detected you were using gdb and used an ugly hack,
>> check cope_with_gdb_brokenness() in proxy.c.
>>
>> For more info about this bug, see
>> http://sources.redhat.com/ml/gdb/2001-07/msg00349.html
Keep me posted.
-Katie
(gdb) bt
#0 0xfe71edb8 in _libc_kill () from /usr/lib/libc.so.1
#1 0xfe6b5c78 in abort () from /usr/lib/libc.so.1
#2 0x9a1ac in sighandler ()
#3 <signal handler called>
#4 0xfe6b3474 in strlen () from /usr/lib/libc.so.1
#5 0xfe705798 in _doprnt () from /usr/lib/libc.so.1
#6 0xfe70777c in vsnprintf () from /usr/lib/libc.so.1
#7 0xfec46890 in g_printf_string_upper_bound (
format=0xfdf2bac8 "GET %s HTTP/1.1\r\nAuthorization: Passport1.4 OrgVerb=GET,OrgURL=%s,sign-in=%s,pwd=%s,lc=%s,id=%s,tw=%s,fs=%s,ct=%s,kpp=%s,kv=%s,ver=%s,tpf=%s\r\nUser-Agent: MSMSGS\r\nHost: %s\r\nConnection: Keep-Alive\r\nCach"..., args=0xffbfc3c0) at gmessages.c:928
#8 0xfec589dc in g_strdup_vprintf (
format=0xfdf2bac8 "GET %s HTTP/1.1\r\nAuthorization: Passport1.4 OrgVerb=GET,OrgURL=%s,sign-in=%s,pwd=%s,lc=%s,id=%s,tw=%s,fs=%s,ct=%s,kpp=%s,kv=%s,ver=%s,tpf=%s\r\nUser-Agent: MSMSGS\r\nHost: %s\r\nConnection: Keep-Alive\r\nCach"..., args1=0xffbfc3c0) at gstrfuncs.c:199
#9 0xfec58a44 in g_strdup_printf (
format=0xfdf2bac8 "GET %s HTTP/1.1\r\nAuthorization: Passport1.4 OrgVerb=GET,OrgURL=%s,sign-in=%s,pwd=%s,lc=%s,id=%s,tw=%s,fs=%s,ct=%s,kpp=%s,kv=%s,ver=%s,tpf=%s\r\nUser-Agent: MSMSGS\r\nHost: %s\r\nConnection: Keep-Alive\r\nCach"...) at gstrfuncs.c:215
#10 0xfdf20d08 in login_connect_cb (data=0x2215c0, gsc=0x268fb8, cond=2557112) at notification.c:331
#11 0x4ff70 in gaim_sound_play_event ()
#12 0x452c4 in gaim_gethostbyname_async ()
#13 0x44608 in gaim_global_proxy_get_info ()
#14 0xfec749ec in g_io_unix_dispatch (source=0x272800, callback=0x445c4 <gaim_global_proxy_get_info+28>, user_data=0x2002a0) at giounix.c:159
#15 0xfec36fec in g_main_dispatch (context=0xd7ab0) at gmain.c:1653
#16 0xfec38b9c in g_main_context_dispatch (context=0xd7ab0) at gmain.c:2197
#17 0xfec3923c in g_main_context_iterate (context=0xd7ab0, block=1, dispatch=1, self=0xf54a0) at gmain.c:2278
#18 0xfec3a010 in g_main_loop_run (loop=0x1d42b8) at gmain.c:2498
#19 0xff14cae4 in gtk_main () at gtkmain.c:1092
#20 0x9a904 in main ()
(gdb)