From: Jacob V. <jv...@do...> - 2003-01-08 02:26:19
|
Hi, Thanks for that here is the backtrace: (gdb) backtrace #0 0x42028cc1 in kill () from /lib/i686/libc.so.6 #1 0x4006307d in raise () from /lib/i686/libpthread.so.0 #2 0x4202a019 in abort () from /lib/i686/libc.so.6 #3 0x0805b710 in socket_readable (source=3D0x4212a2d0, cond=3D7, ud=3D0x0) at aim.c:418 #4 <signal handler called> #5 0x4207a4f3 in strlen () from /lib/i686/libc.so.6 #6 0x4204a390 in vfprintf () from /lib/i686/libc.so.6 #7 0x4206a157 in vasprintf () from /lib/i686/libc.so.6 #8 0x406854d0 in g_strdup_vprintf () from /usr/lib/libglib-2.0.so.0 #9 0x40692332 in g_vsnprintf () from /usr/lib/libglib-2.0.so.0 #10 0x406922e4 in g_snprintf () from /usr/lib/libglib-2.0.so.0 #11 0x40a5f8b5 in msn_reset_friendly (gc=3D0x40069b44, who=3D0x8278554 "imm...@ho...") at friendly.c:24 #12 0x08092fdf in plugin_event (event=3Devent_buddy_signon) at module.c:526 #13 0x080a4030 in serv_got_update (gc=3D0x8196d20, name=3D0x8248f4b "imm...@ho...", loggedin=3D1, evil=3D= 0, signon=3D0, idle=3D0, type=3D0, caps=3D0) at server.c:851 #14 0x40b9efff in msn_process_main (gc=3D0x8196d20, buf=3D0x8248f47 "NLN") at msn.c:1202 #15 0x40ba0927 in msn_callback (data=3D0x8196d20, source=3D10, cond=3DGAIM_INPUT_READ) at msn.c:1707 #16 0x0809f8a5 in gaim_io_invoke (source=3D0x8242d98, condition=3D1074174788, ---Type <return> to continue, or q <return> to quit--- data=3D0x8248a98) at proxy.c:96 #17 0x4069342f in g_io_unix_dispatch () from /usr/lib/libglib-2.0.so.0 #18 0x40671f65 in g_main_dispatch () from /usr/lib/libglib-2.0.so.0 #19 0x40672f98 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #20 0x406732ad in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 #21 0x40673a1f in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #22 0x4038539f in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #23 0x0805bd72 in main (argc=3D1, argv=3D0xbffffa14) at aim.c:861 #24 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6 hope this helps Jacob Visser On Wed, 2003-01-08 at 13:04, Nathan Walp wrote: > On Wed, Jan 08, 2003 at 12:38:16PM +1100, Jacob Visser wrote: > > Hi, > >=20 > > I would do, however for some reason it aint making a core file, or if i= t > > is I cant find it. Im running RH8 and have no idea where the settings > > are to enable core dumps. If someone can tell me how to enable them it > > would be great... > >=20 >=20 > run: >=20 > ulimit -c unlimited >=20 > before you run gaim >=20 > alternatively, launch gaim, then attach to it with gdb: >=20 > gdb gaim <pid> >=20 >=20 > Nathan >=20 > --=20 > Nathan Walp || fac...@fa... > GPG Fingerprint: || http://faceprint.com/ > 5509 6EF3 928B 2363 9B2B DA17 3E46 2CDC 492D DB7E >=20 |