aMule Forum
English => Backtraces => Topic started by: cleidh_mor on June 15, 2004, 03:26:54 PM
-
amule-2.0.0-rc3 running on SuSE 9.0, compiled.
bt
#0 0x40a98115 in _int_malloc () from /lib/libc.so.6
#1 0x40a9718c in malloc () from /lib/libc.so.6
#2 0x4065caab in g_malloc () from /opt/gnome/lib/libglib-1.2.so.0
#3 0x4065c0f5 in g_main_poll () from /opt/gnome/lib/libglib-1.2.so.0
#4 0x4065bb4c in g_main_iterate () from /opt/gnome/lib/libglib-1.2.so.0
#5 0x4065bed4 in g_main_run () from /opt/gnome/lib/libglib-1.2.so.0
#6 0x4056a40f in gtk_main () from /opt/gnome/lib/libgtk-1.2.so.0
#7 0x4023e2b6 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so
#8 0x40297f60 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so
#9 0x4023e9cc in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
#10 0x0824ee27 in main () at exception:54
(gdb) bt full
#0 0x40a98115 in _int_malloc () from /lib/libc.so.6
No symbol table info available.
#1 0x40a9718c in malloc () from /lib/libc.so.6
No symbol table info available.
#2 0x4065caab in g_malloc () from /opt/gnome/lib/libglib-1.2.so.0
No symbol table info available.
#3 0x4065c0f5 in g_main_poll () from /opt/gnome/lib/libglib-1.2.so.0
No symbol table info available.
#4 0x4065bb4c in g_main_iterate () from /opt/gnome/lib/libglib-1.2.so.0
No symbol table info available.
#5 0x4065bed4 in g_main_run () from /opt/gnome/lib/libglib-1.2.so.0
No symbol table info available.
#6 0x4056a40f in gtk_main () from /opt/gnome/lib/libgtk-1.2.so.0
No symbol table info available.
#7 0x4023e2b6 in wxApp::MainLoop() () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#8 0x40297f60 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#9 0x4023e9cc in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#10 0x0824ee27 in main () at exception:54
INFINITE_TIME = 4294967295
WORD_BITS = 32
WORD_SIZE = 4
typeinfo for CryptoPP::Exception =
typeinfo name for CryptoPP::PK_SignatureMessageEncodingMethod = "N8CryptoPP33PK_SignatureMessageEncodingMethodE"
CryptoPP::EMSA2HashId::id = 51 '3'
CryptoPP::EMSA2HashId::id = 49 '1'
typeinfo name for CryptoPP::NotImplemented = "N8CryptoPP14NotImplementedE"
cryptopp_assert_0 = {static dummy = }
cryptopp_assert_1 = {static dummy = }
typeinfo name for CryptoPP::PSSR_MEM_Base = "N8CryptoPP13PSSR_MEM_BaseE"
typeinfo name for CryptoPP::Exception = "N8CryptoPP9ExceptionE"
typeinfo for CryptoPP::NotImplemented =
typeinfo for CryptoPP::PK_SignatureMessageEncodingMethod =
typeinfo for CryptoPP::PSSR_MEM_Base =
Cheers.
-
Incidentally, I'm finding that aMule is either hanging or segfaulting after an hour or two - not getting any significant periods of stable running. Difficult to know what the hangs are caused by as gdb doesn't produce output for them, just sits there... Any suggestions (just about to update crytopp from backtrace above)
Ta
-
try cvs
-
Yup, compiled last night's CVS and it ran overnight without a whimper.
Thanks for the help!
-
Btw, if aMule freezes without actually crashing, then you can produce a backtrace by pressing ctrl-z in the gdb window and then doing the usual "bt full".