aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: crash after c3 hours  (Read 2239 times)

cleidh_mor

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
    • http://www.snarlingferret.plus.com
crash after c3 hours
« 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.
Logged

cleidh_mor

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
    • http://www.snarlingferret.plus.com
Re: crash after c3 hours
« Reply #1 on: June 15, 2004, 10:54:44 PM »

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
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: crash after c3 hours
« Reply #2 on: June 15, 2004, 10:59:19 PM »

try cvs

cleidh_mor

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
    • http://www.snarlingferret.plus.com
Sorted
« Reply #3 on: June 16, 2004, 09:44:07 AM »

Yup, compiled last night's CVS and it ran overnight without a whimper.

Thanks for the help!
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: crash after c3 hours
« Reply #4 on: June 16, 2004, 11:55:11 AM »

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".
Logged