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  (Read 3179 times)

nattyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
crash
« on: April 06, 2005, 08:39:36 PM »

Hi,

I can't really say if my problem appears after a system crash or a system update.
my backtrace with gdb :

GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/amule
/usr/local/bin/amule: Symbol `_ZTV10wxTextCtrl' has different size in shared object, consider re-linking
[Thread debugging using libthread_db enabled]
[New Thread -1220165504 (LWP 5844)]
Initialising aMule
Userhash loaded: 0DE2AD7ADE0E1F9E64BC67A60A0B6F41
*** UDP socket at 4665

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220165504 (LWP 5844)]
0xb7e36393 in wxObject::UnRef () from /usr/lib/libwx_gtk-2.4.so
(gdb) bt
#0  0xb7e36393 in wxObject::UnRef () from /usr/lib/libwx_gtk-2.4.so
#1  0xb7e36360 in wxObject::Ref () from /usr/lib/libwx_gtk-2.4.so
#2  0xb7e63d68 in wxTextCtrlBase::SetDefaultStyle ()
   from /usr/lib/libwx_gtk-2.4.so
#3  0xb7d6f687 in wxTextCtrl::Create () from /usr/lib/libwx_gtk-2.4.so
#4  0xb7d6f083 in wxTextCtrl::wxTextCtrl () from /usr/lib/libwx_gtk-2.4.so
#5  0x081e58b3 in CMuleTextCtrl::CMuleTextCtrl ()
#6  0x0822536e in serverListDlgUp ()
#7  0x081e8bd2 in serverListDlg ()
#8  0x082896c2 in CServerWnd::CServerWnd ()
#9  0x082d0001 in CamuleDlg::CamuleDlg ()
#10 0x082cc71b in CamuleGuiApp::InitGui ()
#11 0x082c6569 in CamuleApp::OnInit ()
#12 0x082cc37a in CamuleGuiApp::OnInit ()
#13 0xb7d21698 in wxEntry () from /usr/lib/libwx_gtk-2.4.so
#14 0x082cc258 in main ()
(gdb) bt full
#0  0xb7e36393 in wxObject::UnRef () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#1  0xb7e36360 in wxObject::Ref () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#2  0xb7e63d68 in wxTextCtrlBase::SetDefaultStyle ()
   from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#3  0xb7d6f687 in wxTextCtrl::Create () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#4  0xb7d6f083 in wxTextCtrl::wxTextCtrl () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#5  0x081e58b3 in CMuleTextCtrl::CMuleTextCtrl ()
No symbol table info available.
#6  0x0822536e in serverListDlgUp ()
No symbol table info available.
#7  0x081e8bd2 in serverListDlg ()
No symbol table info available.
#8  0x082896c2 in CServerWnd::CServerWnd ()
No symbol table info available.
#9  0x082d0001 in CamuleDlg::CamuleDlg ()
No symbol table info available.
#10 0x082cc71b in CamuleGuiApp::InitGui ()
No symbol table info available.
---Type to continue, or q to quit---
#11 0x082c6569 in CamuleApp::OnInit ()
No symbol table info available.
#12 0x082cc37a in CamuleGuiApp::OnInit ()
No symbol table info available.
#13 0xb7d21698 in wxEntry () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#14 0x082cc258 in main ()
No symbol table info available.
(gdb) q
The program is running.  Exit anyway? (y or n) y
esperanzah:/home/ben# apt-cache search wxgtk
gnue-forms-wxgtk - An XML-based forms painter
libwxgtk2.4 - wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.4-contrib - wxWindows Cross-platform C++ GUI toolkit (runtime contrib libs)
libwxgtk2.4-contrib-dev - wxWindows Cross-platform C++ GUI toolkit (development contrib libs)
libwxgtk2.4-dbg - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.4-dev - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
libwxgtk2.4-python - wxWindows Cross-platform C++ GUI toolkit (wxPython binding)esperanzah:/home/ben# dpkg -l | grep -i wxgtk
ii  libwxgtk2.4    2.4.2.6        wxWindows Cross-platform C++ GUI toolkit (GT
rc  libwxgtk2.5.3  2.5.3.2        wxWidgets Cross-platform C++ GUI toolkit (GT

thanks

Ben
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: crash
« Reply #1 on: April 07, 2005, 12:16:55 AM »

wrong wxGTK rpms

can you post

rpm -qa | grep wx
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

nattyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: crash
« Reply #2 on: April 07, 2005, 02:40:19 AM »

$ dpkg -l | grep -i wx
ii  libwxgtk2.4    2.4.2.6        wxWindows Cross-platform C++ GUI toolkit (GT
rc  libwxgtk2.5.3  2.5.3.2        wxWidgets Cross-platform C++ GUI toolkit (GT
// here is the problem ?
ii  wxvlc          0.8.1-1        wxWindows frontend for VLC

I think i understood thanks and scuse my poor english :-)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: crash
« Reply #3 on: April 07, 2005, 07:13:52 AM »

which debian system are you on testing or sid?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

nattyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: crash
« Reply #4 on: April 07, 2005, 01:49:56 PM »

I'm on Sarge.
I compiled amule 2.0rc8 on wxwidgets debian's packages.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: crash
« Reply #5 on: April 07, 2005, 02:18:49 PM »

well thing is rc8 is not in sarge, and you seam to ahve 2wx versions instsalled or at least you had

so when your rc8 is compiled against 2.5.3 and you removed it, of course it wont start anymore.
so eitehr reinstall the 2.5.3 package, or recompile amule yourself with 2.4.2, which you still ahve installed
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

nattyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: crash
« Reply #6 on: April 08, 2005, 06:22:58 PM »

Thanks but i don't thinks i've ever installed libwxgtk2.5.3
Perhaps two differents version of libwx2.4.2 ???

But with this, i should be able to resolve the problem.

THANKS
Logged