aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SIGSEGV on exit  (Read 2434 times)

ecforum

  • Full Member
  • ***
  • Karma: 1
  • Offline Offline
  • Posts: 105
SIGSEGV on exit
« on: February 05, 2006, 12:23:28 AM »

Now, exiting main app...
aMule OnExit: Terminating core.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 13924)]
0x08090a1f in std::_List_baseedClient::PortAndHash> >::__clear (this=0xa22f3e0) at list.tcc:72
72            _Node* __cur = static_cast<_Node*>(_M_node->_M_next);
(gdb) bt
#0  0x08090a1f in std::_List_base >::__clear (this=0xa22f3e0) at list.tcc:72
#1  0x08090833 in ~_List_base (this=0xa22f3e0) at stl_list.h:314
#2  0x0808cee3 in ~list (this=0xa22f3e0) at stl_list.h:515
#3  0x0808cecd in ~CDeletedClient (this=0xa22f3e0) at ClientList.cpp:100
#4  0x08088b8d in ~CClientList (this=0x884eac0) at ClientList.cpp:100
#5  0x0806f43d in CamuleApp::OnExit (this=0x8660f30) at amule.cpp:274
#6  0x0815b5cb in CamuleGuiApp::OnExit (this=0x8660f30) at amule-gui.cpp:302
#7  0x405973b9 in wxEntry () from /usr/local/wxGTK/lib/libwx_baseu-2.7.so.0
#8  0x405974d2 in wxEntry () from /usr/local/wxGTK/lib/libwx_baseu-2.7.so.0
#9  0x0815aa89 in main (argc=1, argv=0xbffff8a4) at amule-gui.cpp:145
(gdb) bt full
#0  0x08090a1f in std::_List_base >::__clear (this=0xa22f3e0) at list.tcc:72
        __cur = (std::_List_node *) 0x408589c0
#1  0x08090833 in ~_List_base (this=0xa22f3e0) at stl_list.h:314
No locals.
#2  0x0808cee3 in ~list (this=0xa22f3e0) at stl_list.h:515
No locals.
#3  0x0808cecd in ~CDeletedClient (this=0xa22f3e0) at ClientList.cpp:100
No locals.
#4  0x08088b8d in ~CClientList (this=0x884eac0) at ClientList.cpp:100
        it = { = {_M_node = 0x93191b8}, }
#5  0x0806f43d in CamuleApp::OnExit (this=0x8660f30) at amule.cpp:274
No locals.
#6  0x0815b5cb in CamuleGuiApp::OnExit (this=0x8660f30) at amule-gui.cpp:302
No locals.
#7  0x405973b9 in wxEntry () from /usr/local/wxGTK/lib/libwx_baseu-2.7.so.0
No symbol table info available.
#8  0x405974d2 in wxEntry () from /usr/local/wxGTK/lib/libwx_baseu-2.7.so.0
No symbol table info available.
#9  0x0815aa89 in main (argc=1, argv=0xbffff8a4) at amule-gui.cpp:145
No locals.
(gdb) thread apply all bt

Thread 2 (Thread 32769 (LWP 13930)):
#0  0x407f02da in poll () from /lib/libc.so.6
#1  0x4002c990 in __pthread_manager () from /lib/libpthread.so.0
#2  0x4002cbb7 in __pthread_manager_event () from /lib/libpthread.so.0
#3  0x407f8b0a in clone () from /lib/libc.so.6

Thread 1 (Thread 16384 (LWP 13924)):
#0  0x08090a1f in std::_List_base >::__clear (this=0xa22f3e0) at list.tcc:72
#1  0x08090833 in ~_List_base (this=0xa22f3e0) at stl_list.h:314
#2  0x0808cee3 in ~list (this=0xa22f3e0) at stl_list.h:515
#3  0x0808cecd in ~CDeletedClient (this=0xa22f3e0) at ClientList.cpp:100
#4  0x08088b8d in ~CClientList (this=0x884eac0) at ClientList.cpp:100
#5  0x0806f43d in CamuleApp::OnExit (this=0x8660f30) at amule.cpp:274
#6  0x0815b5cb in CamuleGuiApp::OnExit (this=0x8660f30) at amule-gui.cpp:302
#7  0x405973b9 in wxEntry () from /usr/local/wxGTK/lib/libwx_baseu-2.7.so.0
#8  0x405974d2 in wxEntry () from /usr/local/wxGTK/lib/libwx_baseu-2.7.so.0
#9  0x0815aa89 in main (argc=1, argv=0xbffff8a4) at amule-gui.cpp:145
« Last Edit: February 05, 2006, 12:24:00 AM by ecforum »
Logged