Advertisement
Guest User

Untitled

a guest
Nov 15th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x00007f70a55d0037 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  3. #1 0x00007f70a55d3698 in __GI_abort () at abort.c:90
  4. #2 0x00000000004a56ad in sighandler (sig=11) at gtkmain.c:153
  5. #3 <signal handler called>
  6. #4 0x00000000029ab3d0 in ?? ()
  7. #5 0x00007f70a5efc778 in purple_circular_buffer_mark_read (buffer=0x3868ad0, len=320) at circularbuffer.c:376
  8. #6 0x00007f70922883cb in send_cb (data=0x3b847b0, source=-1, cond=(unknown: 0)) at flap_connection.c:1061
  9. #7 0x00007f70922884a1 in flap_connection_send_byte_stream (bs=0x7fffd02c65d0, conn=0x3b847b0, count=320)
  10. at flap_connection.c:1086
  11. #8 0x00007f70922885e9 in sendframe_flap (conn=0x3b847b0, frame=0x2796230) at flap_connection.c:1117
  12. #9 0x00007f7092288646 in flap_connection_send (conn=0x3b847b0, frame=0x2796230) at flap_connection.c:1126
  13. #10 0x00007f70922869ca in flap_connection_send_version_with_cookie_and_clientinfo (od=0x27d1400, conn=0x3b847b0,
  14. length=256,
  15. chipsahoy=0x3b94bf0 "long_binary_string", ci=0x7fffd02c66b0, allow_multiple_logins=1)
  16. at flap_connection.c:103
  17. #11 0x00007f709228be9a in connection_common_established_cb (conn=0x3b847b0) at oscar.c:350
  18.  
  19. (gdb) frame 5
  20. #5 0x00007f70a5efc778 in purple_circular_buffer_mark_read (buffer=0x3868ad0, len=320) at circularbuffer.c:376
  21. 376 return klass->mark_read(buffer, len);
  22.  
  23. (gdb) print klass
  24. $1 = (PurpleCircularBufferClass *) 0x3868ad0
  25.  
  26. (gdb) print *klass
  27. $2 = {parent = {g_type_class = {g_type = 62474896}, construct_properties = 0x1, constructor = 0x0, set_property = 0x0,
  28. get_property = 0x3b954a0, dispose = 0x100, finalize = 0x200, dispatch_properties_changed = 0x140,
  29. notify = 0x3b955e0, constructed = 0x3b954a0, flags = 43693008, pdummy = {0x1, 0x0, 0x400000000, 0x1600000008,
  30. 0x5800000016, 0x3baae40}}, grow = 0x7f70a6ff2980, append = 0x0, max_read_size = 0x1, mark_read = 0x29ab3d0,
  31. purple_reserved1 = 0x2, purple_reserved2 = 0x0, purple_reserved3 = 0x400000000, purple_reserved4 = 0x2000000008}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement