aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule crash  (Read 2505 times)

rwabel

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 14
amule crash
« on: December 23, 2004, 08:16:44 PM »

Hi, amule often crashes after several hours. I've done now a backtrace.
I hope that somehow can help me out, thanks

(gdb) bt
#0  0xb7c2166e in gtk_frame_focus_out_callback ()
   from /usr/lib/libwx_gtk_core-2.5.so.3
#1  0xb778968a in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
#2  0xb77bd52a in gtk_signal_remove_emission_hook ()
   from /usr/lib/libgtk-1.2.so.0
#3  0xb77bc9a1 in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0
#4  0xbffff350 in ?? ()
#5  0x086cfd10 in ?? ()
#6  0xbffff3c0 in ?? ()
#7  0x00000000 in ?? ()
#8  0xbffff4b0 in ?? ()
#9  0x087282c8 in ?? ()
#10 0xb7a8070a in wxEventHashTable::HandleEvent ()
   from /usr/lib/libwx_base-2.5.so.3
Previous frame inner to this frame (corrupt stack?)
(gdb) bt full
#0  0xb7c2166e in gtk_frame_focus_out_callback ()
   from /usr/lib/libwx_gtk_core-2.5.so.3
No symbol table info available.
#1  0xb778968a in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#2  0xb77bd52a in gtk_signal_remove_emission_hook ()
   from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#3  0xb77bc9a1 in gtk_signal_set_funcs () from /usr/lib/libgtk-1.2.so.0
No symbol table info available.
#4  0xbffff350 in ?? ()
No symbol table info available.
#5  0x086cfd10 in ?? ()
No symbol table info available.
#6  0xbffff3c0 in ?? ()
No symbol table info available.
#7  0x00000000 in ?? ()
No symbol table info available.
#8  0xbffff4b0 in ?? ()
No symbol table info available.
#9  0x087282c8 in ?? ()
No symbol table info available.
#10 0xb7a8070a in wxEventHashTable::HandleEvent ()
---Type to continue, or q to quit---
   from /usr/lib/libwx_base-2.5.so.3
No symbol table info available.
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: amule crash
« Reply #1 on: December 23, 2004, 09:57:39 PM »

wxgtk 2.5.3 problem..

rwabel

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 14
Re: amule crash
« Reply #2 on: December 23, 2004, 10:11:25 PM »

aha, good to know thanks.

I'm trying to get one of the cvs version to compile. I hope this will work. But it wasn't a problem with the ./configuration?
./configure --with-gtk --disable-gtk2 should be okay? or maybe add --prefix=/usr

this is my output for wx
rwabel@RALPH:~/wx-cvs $ ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root    39 2004-12-22 03:39 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.5
-rwxr-xr-x  1 root root  7472 2004-11-02 23:39 /usr/bin/wxcopy
-rwxr-xr-x  1 root root  5908 2004-11-02 23:39 /usr/bin/wxpaste
lrwxrwxrwx  1 root root     8 2004-12-22 03:38 /usr/bin/wxrc -> wxrc-2.5
-rwxr-xr-x  1 root root 78583 2004-12-22 03:38 /usr/bin/wxrc-2.5
rwabel@RALPH:~/wx-cvs $
rwabel@RALPH:~/wx-cvs $ ls -l /usr/bin/wx*
lrwxrwxrwx  1 root root    39 2004-12-22 03:39 /usr/bin/wx-config -> /usr/lib/wx/config/gtk-ansi-release-2.5
-rwxr-xr-x  1 root root  7472 2004-11-02 23:39 /usr/bin/wxcopy
-rwxr-xr-x  1 root root  5908 2004-11-02 23:39 /usr/bin/wxpaste
lrwxrwxrwx  1 root root     8 2004-12-22 03:38 /usr/bin/wxrc -> wxrc-2.5
-rwxr-xr-x  1 root root 78583 2004-12-22 03:38 /usr/bin/wxrc-2.5
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: amule crash
« Reply #3 on: December 23, 2004, 10:16:09 PM »

wxgtk 2.5.3 has some bugs, it's nothing new .. and it isn't that stable as 2.4.2

rwabel

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 14
Re: amule crash
« Reply #4 on: December 24, 2004, 12:56:48 AM »

I wanted to post this too, I made a wrong paste last time :-)
rwabel@RALPH:~ $ ls -l /usr/local/bin/wx*
-rwxr-xr-x  1 root root 1118503 2004-12-23 13:58 /usr/local/bin/wxcas

I took now an old wx cvs and it worked to compile (it's version 2.5.2). newer version of wx cvs I could not compile.

I cannot compile amule rc8 with this release of wx 2.5.2....it's getting weird.

I gonna test the stability with the old amule rc8 and with ex 2.5.2 installed.
Logged