Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Program received signal SIGPIPE, Broken pipe.
- 0x00002aaaaaf93070 in __write_nocancel () from /lib64/libc.so.6
- (gdb) bt full
- #0 0x00002aaaaaf93070 in __write_nocancel () from /lib64/libc.so.6
- No symbol table info available.
- #1 0x000000000043556d in jabber_write_queue (ic=0x6bc210) at io.c:111
- jd = 0x6bc2f0
- st = 0
- #2 0x0000000000435405 in jabber_write (ic=0x6bc210, buf=0x6bd490 "<?xml version='1.0' ?><stream:stream to=\"raatti.net\" xmlns=\"jabber:client\" xmlns:stream=\"http://etherx.jabber.org/streams\" version=\"1.0\">", len=137) at io.c:65
- jd = 0x6bc2f0
- ret = 0
- #3 0x00000000004361a1 in jabber_start_stream (ic=0x6bc210) at io.c:513
- jd = 0x6bc2f0
- st = 32767
- greet = 0x6bd490 "<?xml version='1.0' ?><stream:stream to=\"raatti.net\" xmlns=\"jabber:client\" xmlns:stream=\"http://etherx.jabber.org/streams\" version=\"1.0\">"
- #4 0x0000000000435a00 in jabber_connected_plain (data=0x6bc210, source=9, cond=GAIM_INPUT_READ) at io.c:268
- ic = 0x6bc210
- #5 0x0000000000426f93 in gaim_io_connected (data=0x6bc480, source=9, cond=6) at proxy.c:106
- phb = 0x6bc480
- len = 4
- error = 111
- #6 0x000000000042232e in gaim_io_invoke (source=0x6bcf70, condition=24, data=0x6bc0c0) at events_glib.c:84
- closure = 0x6bc0c0
- gaim_cond = 6
- st = 0
- #7 0x0000003ef2a2cdb4 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
- No symbol table info available.
- #8 0x0000003ef2a2fc0d in ?? () from /lib64/libglib-2.0.so.0
- No symbol table info available.
- #9 0x0000003ef2a2ff1a in g_main_loop_run () from /lib64/libglib-2.0.so.0
- No symbol table info available.
- #10 0x00000000004222bc in b_main_run () at events_glib.c:63
- No locals.
- #11 0x000000000041fd07 in main (argc=1, argv=0x7fffffffea28) at unix.c:147
- i = 0
- old_cwd = 0x0
- sig = {__sigaction_handler = {sa_handler = 0x42031f <sighandler>, sa_sigaction = 0x42031f <sighandler>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = -2147483648, sa_restorer = 0}
- old = {__sigaction_handler = {sa_handler = 0, sa_sigaction = 0}, sa_mask = {__val = {0, 0, 46912496172373, 1, 0, 1, 0, 46912500513648, 1280415419, 46912500503472, 46912500451728, 6956240, 4294967295, 0, 6944240, 0}}, sa_flags = 0, sa_restorer = 0x2b22517572d0}
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement