Advertisement
Guest User

Untitled

a guest
Jul 29th, 2010
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. Program received signal SIGPIPE, Broken pipe.
  2. 0x00002aaaaaf93070 in __write_nocancel () from /lib64/libc.so.6
  3.  
  4. (gdb) bt full
  5. #0 0x00002aaaaaf93070 in __write_nocancel () from /lib64/libc.so.6
  6. No symbol table info available.
  7. #1 0x000000000043556d in jabber_write_queue (ic=0x6bc210) at io.c:111
  8. jd = 0x6bc2f0
  9. st = 0
  10. #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
  11. jd = 0x6bc2f0
  12. ret = 0
  13. #3 0x00000000004361a1 in jabber_start_stream (ic=0x6bc210) at io.c:513
  14. jd = 0x6bc2f0
  15. st = 32767
  16. greet = 0x6bd490 "<?xml version='1.0' ?><stream:stream to=\"raatti.net\" xmlns=\"jabber:client\" xmlns:stream=\"http://etherx.jabber.org/streams\" version=\"1.0\">"
  17. #4 0x0000000000435a00 in jabber_connected_plain (data=0x6bc210, source=9, cond=GAIM_INPUT_READ) at io.c:268
  18. ic = 0x6bc210
  19. #5 0x0000000000426f93 in gaim_io_connected (data=0x6bc480, source=9, cond=6) at proxy.c:106
  20. phb = 0x6bc480
  21. len = 4
  22. error = 111
  23. #6 0x000000000042232e in gaim_io_invoke (source=0x6bcf70, condition=24, data=0x6bc0c0) at events_glib.c:84
  24. closure = 0x6bc0c0
  25. gaim_cond = 6
  26. st = 0
  27. #7 0x0000003ef2a2cdb4 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
  28. No symbol table info available.
  29. #8 0x0000003ef2a2fc0d in ?? () from /lib64/libglib-2.0.so.0
  30. No symbol table info available.
  31. #9 0x0000003ef2a2ff1a in g_main_loop_run () from /lib64/libglib-2.0.so.0
  32. No symbol table info available.
  33. #10 0x00000000004222bc in b_main_run () at events_glib.c:63
  34. No locals.
  35. #11 0x000000000041fd07 in main (argc=1, argv=0x7fffffffea28) at unix.c:147
  36. i = 0
  37. old_cwd = 0x0
  38. sig = {__sigaction_handler = {sa_handler = 0x42031f <sighandler>, sa_sigaction = 0x42031f <sighandler>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = -2147483648, sa_restorer = 0}
  39. 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}
  40. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement