aMule Forum

English => aMule Help => Topic started by: Nuke on April 22, 2004, 02:58:43 AM

Title: Crash...
Post by: Nuke on April 22, 2004, 02:58:43 AM
Hi. I'm using the latest aMule (updated) but, after a few days, it started to crash... Here's the backtrace:
Quote
OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--

  • amule(_ZN9CamuleApp16OnFatalExceptionEv+0xcc) [0x824ee1c]
  • [1] /usr/lib/libwx_gtk-2.4.so.0(wxFatalSignalHandler+0x26)
[0x40393f42]
[2] /lib/libpthread.so.0 [0x409c3bb1]
[3] /lib/libc.so.6 [0x40a33bf8]
[4] amule(_ZN9CamuleDlg13socketHandlerER13wxSocketEvent+0x2f) [0x8250dcf]
[5] /usr/lib/libwx_gtk-2.4.so.0(_ZN12wxEvtHandler16SearchEventTableER12wxEventTableR7wxEvent+0xb6) [0x402c9e62]
[6] /usr/lib/libwx_gtk-2.4.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x83) [0x402c9c8f]
[7] /usr/lib/libwx_gtk-2.4.so.0(_ZN12wxEvtHandler20ProcessPendingEventsEv+0x57) [0x402c9bcb]
[8] /usr/lib/libwx_gtk-2.4.so.0(_ZN9wxAppBase20ProcessPendingEventsEv+0x61) [0x40280759]
[9] /usr/lib/libwx_gtk-2.4.so.0 [0x4022e07b]
[10] /opt/gnome/lib/libglib-1.2.so.0 [0x4064a95f]
[11] /opt/gnome/lib/libglib-1.2.so.0 [0x4064970b]
[12] /opt/gnome/lib/libglib-1.2.so.0 [0x40649d98]
[13] /opt/gnome/lib/libglib-1.2.so.0(g_main_run+0x44) [0x40649ed4]
[14] /opt/gnome/lib/libgtk-1.2.so.0(gtk_main+0xbf) [0x4055840f]
[15] /usr/lib/libwx_gtk-2.4.so.0(_ZN5wxApp8MainLoopEv+0x16) [0x4022e9f2]
[16] /usr/lib/libwx_gtk-2.4.so.0(_ZN9wxAppBase5OnRunEv+0x18) [0x40280610]
[17] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x235) [0x4022f0cd]
[18] amule(main+0x17) [0x824a8a7]
[19] /lib/libc.so.6(__libc_start_main+0xce) [0x40a1fd3e]
[20] amule(_ZN18wxBaseArrayPtrVoidD2Ev+0x31) [0x81250f1]
Aborted
Can anyone help me?
Title: Re: Crash...
Post by: stefanero on April 22, 2004, 08:29:40 AM
hey

well when it crashed after a few days the first time this is nto bad right ;)
since there are still some minor bugs that is "normal" in a few days there will be rc3 :)

stefanero
Title: Re: Crash...
Post by: emperor on April 22, 2004, 10:41:08 PM
Nuke please take a look at http://www.amule.org/amule/thread.php?threadid=298&sid= . Your backtrace is useless...therefore nobody can tell you what's the cause.
Title: Re: Crash...
Post by: Nuke on April 23, 2004, 02:22:39 PM
I installed aMule through suse rpm... Do I need to install it through tar.gz?
Title: Re: Crash...
Post by: stefanero on April 23, 2004, 02:41:21 PM
if you want to provide good backtraces yes...
since you have to
--enable-debug and --disable-optimise

stefanero
Title: Re: Crash...
Post by: Jacobo221 on April 24, 2004, 03:44:06 AM
Nuke,

rpms (or debs, or whatever) are the binnaries, that is, the equivalent to the .exe and .com files under Win and DOS.
.tar.gz are the equivalent to .zip, that is, compressed files, which usually, when talking about an application, contain the source code of that application, not the binnaries. So, after compiling those files in the -tar-gz file, you get the binnaries and you can run the application ;-)
If you already have the rpm file, you can run the application with no prblems. If you want to compile your own app with your own tweaks, get the .tar.gz file and cimpile the sources.

Hope that helped clering concepts :-)
Regards