I guess Xaignar will be interested in this one.
(gdb) bt
#0 0x080c7614 in __gnu_cxx::__mt_alloc >, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >::deallocate (this=0xe3bcee0, __p=0x97113b4, __n=12649512)
at /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/ext/mt_allocator.h:743
#1 0x080c7682 in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::destroy_node (this=0xe3bcee0, __p=0x96f1630)
at /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/bits/stl_tree.h:389
#2 0x080c76da in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_erase (this=0xe3bcee0, __x=0x96f162c)
at /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/bits/stl_tree.h:1056
#3 0x080c76f2 in std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::_M_erase (this=0xe3bcee0, __x=0xbf8a5ea0)
at /usr/lib/gcc/i386-redhat-linux/4.0.0/../../../../include/c++/4.0.0/bits/stl_tree.h:1057
#4 0x080c388d in ~CClientList (this=0x96f15a0) at ClientList.cpp:110
#5 0x080787e4 in CamuleApp::OnExit (this=0x961f850) at amule.cpp:317
#6 0x08087f3c in CamuleGuiApp::OnExit (this=0x961f850) at amule-gui.cpp:320
#7 0x0094a89c in ?? ()
#8 0x0961f850 in ?? ()
#9 0x00a1f694 in ?? ()
#10 0xbf8a5f48 in ?? ()
#11 0x0094a88d in ?? ()
#12 0xbf8a5f6e in ?? ()
#13 0x00a1f694 in ?? ()
#14 0xbf8a5f78 in ?? ()
#15 0x0094a963 in ?? ()
#16 0x008ba288 in ?? ()
#17 0x00a1f694 in ?? ()
#18 0x00344ca0 in ?? ()
#19 0x00000000 in ?? ()
(gdb) frame 4
#4 0x080c388d in ~CClientList (this=0x96f15a0) at ClientList.cpp:110
110 }
(gdb) l
105
106 m_trackedClientsList.clear();
107
108 wxASSERT(m_clientList.empty());
109 wxASSERT(m_delete_queue.empty());
110 }
111
112
113 void CClientList::AddClient( CUpDownClient* toadd )
114 {
(gdb)