- GNU gdb (GDB) 7.0.1
- Copyright (C) 2009 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-unknown-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /home/alex/mangler-svn/src/mangler...done.
- (gdb) run
- Starting program: /home/alex/mangler-svn/src/mangler
- [Thread debugging using libthread_db enabled]
- [New Thread 0x7fffea8aa710 (LWP 15502)]
- [New Thread 0x7fffea0a9710 (LWP 15503)]
- [Thread 0x7fffea8aa710 (LWP 15502) exited]
- [New Thread 0x7fffea8aa710 (LWP 15504)]
- [New Thread 0x7fffe8a36710 (LWP 15505)]
- [New Thread 0x7fffdfffe710 (LWP 15506)]
- Program received signal SIGSEGV, Segmentation fault.
- [Switching to Thread 0x7fffea8aa710 (LWP 15504)]
- 0x00007ffff253ebae in _int_malloc () from /lib/libc.so.6
- (gdb) bt
- #0 0x00007ffff253ebae in _int_malloc () from /lib/libc.so.6
- #1 0x00007ffff2540690 in malloc () from /lib/libc.so.6
- #2 0x00000000004c1cf6 in _v3_create_event (event=29) at libventrilo3.c:5001
- #3 0x00000000004bb99d in _v3_process_message (msg=0x7fffe4005110)
- at libventrilo3.c:2742
- #4 0x000000000045ba44 in ManglerNetwork::connect (this=0xc71730,
- hostname=..., port=..., username=..., password=..., phonetic=...)
- at manglernetwork.cpp:84
- #5 0x000000000043c591 in sigc::bound_mem_functor5<void, ManglerNetwork, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring, Glib::ustring>::operator()
- (this=0xd8d160, _A_a1=..., _A_a2=..., _A_a3=..., _A_a4=..., _A_a5=...)
- at /usr/include/sigc++-2.0/sigc++/functors/mem_fun.h:2127
- #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=...,
- _A_arg4=..., _A_arg5=...)
- at /usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:166
- #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)
- at /usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1808
- ---Type <return> to continue, or q <return> to quit---
- #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 (
- rep=0xd8d120) at /usr/include/sigc++-2.0/sigc++/functors/slot.h:103
- #9 0x00007ffff642a4b2 in call_thread_entry_slot ()
- from /usr/lib/libglibmm-2.4.so.1
- #10 0x00007ffff3029f34 in g_thread_create_proxy ()
- from /usr/lib/libglib-2.0.so.0
- #11 0x00007ffff36dc81a in start_thread () from /lib/libpthread.so.0
- #12 0x00007ffff2598c7d in clone () from /lib/libc.so.6
- #13 0x0000000000000000 in ?? ()
