Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 19th, 2010 | Syntax: None | Size: 3.31 KB | Hits: 108 | Expires: Never
Copy text to clipboard
  1. GNU gdb (GDB) 7.0.1
  2. Copyright (C) 2009 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-unknown-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /home/alex/mangler-svn/src/mangler...done.
  11. (gdb) run
  12. Starting program: /home/alex/mangler-svn/src/mangler
  13. [Thread debugging using libthread_db enabled]
  14. [New Thread 0x7fffea8aa710 (LWP 15502)]
  15. [New Thread 0x7fffea0a9710 (LWP 15503)]
  16. [Thread 0x7fffea8aa710 (LWP 15502) exited]
  17. [New Thread 0x7fffea8aa710 (LWP 15504)]
  18. [New Thread 0x7fffe8a36710 (LWP 15505)]
  19. [New Thread 0x7fffdfffe710 (LWP 15506)]
  20.  
  21. Program received signal SIGSEGV, Segmentation fault.
  22. [Switching to Thread 0x7fffea8aa710 (LWP 15504)]
  23. 0x00007ffff253ebae in _int_malloc () from /lib/libc.so.6
  24. (gdb) bt
  25. #0  0x00007ffff253ebae in _int_malloc () from /lib/libc.so.6
  26. #1  0x00007ffff2540690 in malloc () from /lib/libc.so.6
  27. #2  0x00000000004c1cf6 in _v3_create_event (event=29) at libventrilo3.c:5001
  28. #3  0x00000000004bb99d in _v3_process_message (msg=0x7fffe4005110)
  29.     at libventrilo3.c:2742
  30. #4  0x000000000045ba44 in ManglerNetwork::connect (this=0xc71730,
  31.     hostname=..., port=..., username=..., password=..., phonetic=...)
  32.     at manglernetwork.cpp:84
  33. #5  0x000000000043c591 in sigc::bound_mem_functor5<void, ManglerNetwork, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring>::operator()
  34.     (this=0xd8d160, _A_a1=..., _A_a2=..., _A_a3=..., _A_a4=..., _A_a5=...)
  35.     at /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2127
  36. #6  0x000000000043bef0 in sigc::adaptor_functor<sigc::bound_mem_functor5<void, ManglerNetwork, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring> >::operator()<Glib::ustring&, Glib::ustring&, Glib::ustring&, Glib::ustring&, Glib::ustring&> (this=0xd8d158, _A_arg1=..., _A_arg2=..., _A_arg3=...,
  37.     _A_arg4=..., _A_arg5=...)
  38.     at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:166
  39. #7  0x000000000043b173 in sigc::bind_functor<-1, sigc::bound_mem_functor5<void, ManglerNetwork, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring>, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, sigc::nil, sigc::nil>::operator() (this=0xd8d150)
  40.     at /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1808
  41. ---Type <return> to continue, or q <return> to quit---
  42. #8  0x0000000000439334 in sigc::internal::slot_call0<sigc::bind_functor<-1, sigc::bound_mem_functor5<void, ManglerNetwork, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring>, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, sigc::nil, sigc::nil>, void>::call_it (
  43.     rep=0xd8d120) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
  44. #9  0x00007ffff642a4b2 in call_thread_entry_slot ()
  45.    from /usr/lib/libglibmm-2.4.so.1
  46. #10 0x00007ffff3029f34 in g_thread_create_proxy ()
  47.    from /usr/lib/libglib-2.0.so.0
  48. #11 0x00007ffff36dc81a in start_thread () from /lib/libpthread.so.0
  49. #12 0x00007ffff2598c7d in clone () from /lib/libc.so.6
  50. #13 0x0000000000000000 in ?? ()