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 on initial start up  (Read 3236 times)

C_Pac

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
crash on initial start up
« on: February 29, 2004, 07:34:00 PM »

I don't think this is a bug, but an install problem. I have installed exactly according to the detailed instructions on this site. I also had a similar message when trying to run xmule, before giving up and trying amule.

Here is the output:
/usr/local/bin/amule: Symbol `_ZTV10wxTextCtrl' has different size in shared object, consider re-linking
/usr/local/bin/amule: Symbol `_ZTV14wxStaticBitmap' has different size in shared object, consider re-linking
/usr/local/bin/amule: Symbol `_ZTV12wxStaticText' has different size in shared object, consider re-linking
/usr/local/bin/amule: Symbol `_ZTV9wxControl' has different size in shared object, consider re-linking
/usr/local/bin/amule: Symbol `_ZTV16wxScrolledWindow' has different size in shared object, consider re-linking
Initialising aMule

OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--

  • /usr/local/bin/amule(_ZN9CamuleApp16OnFatalExceptionEv+0x5c) [0x820644c]
  • [1] /usr/lib/libwx_gtk-2.4.so(wxFatalSignalHandler+0x26)
[0x4038b9ee]
[2] /lib/libpthread.so.0 [0x40940dfd]
[3] /lib/libc.so.6 [0x409aeb48]
[4] /usr/lib/libwx_gtk-2.4.so(_ZN12wxWindowBase12SetValidatorERK11wxValidator+0x1b) [0x40364d2b]
[5] /usr/lib/libwx_gtk-2.4.so(_ZN8wxWindow10DoAddChildEPS_+0x18) [0x4027b184]
[6] /usr/lib/libwx_gtk-2.4.so(_ZN11wxStaticBox6CreateEP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_+0x9a) [0x4026a0c6]
[7] /usr/lib/libwx_gtk-2.4.so(_ZN11wxStaticBoxC1EP8wxWindowiRK8wxStringRK7wxPointRK6wxSizelS4_+0x47) [0x40269fdb]
[8] /usr/local/bin/amule(_Z7muleDlgP8wxWindowbb+0x2c3) [0x8138a15]
[9] /usr/local/bin/amule(_ZN9CamuleDlgC1EP8wxWindow8wxString+0x2e0) [0x8207f80]
[10] /usr/local/bin/amule(_ZN9CamuleApp6OnInitEv+0x16e7) [0x8203351]
[11] /usr/lib/libwx_gtk-2.4.so(_Z7wxEntryiPPc+0x1e1) [0x4022c429]
[12] /usr/local/bin/amule(main+0x1e) [0x82018a4]
[13] /lib/libc.so.6(__libc_start_main+0xa4) [0x4099abb4]
[14] /usr/local/bin/amule(_ZN17wxGenericTreeCtrlC2EP8wxWindowiRK7wxPointRK6wxSizelRK11wxValidatorRK8wxString+0xdd) [0x80ae9a1]
Aborted
Logged

C_Pac

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
RE: crash on initial start up
« Reply #1 on: February 29, 2004, 07:41:24 PM »

Sorry I posted the unhelpful kind of backtrace. Here is one done according to instruction:

#0  0x4032e147 in wxWindowBase::LoadFromResource(wxWindow*, wxString const&, wxResourceTable const*) () from /usr/lib/libwx_gtk-2.4.so
#1  0x40364d2b in wxWindowBase::SetValidator(wxValidator const&) ()
   from /usr/lib/libwx_gtk-2.4.so
#2  0x4027b184 in wxWindow::DoAddChild(wxWindow*) ()
   from /usr/lib/libwx_gtk-2.4.so
#3  0x4026a0c6 in wxStaticBox::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&) ()
   from /usr/lib/libwx_gtk-2.4.so
#4  0x40269fdb in wxStaticBox::wxStaticBox(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&) ()
   from /usr/lib/libwx_gtk-2.4.so
#5  0x08138a15 in muleDlg(wxWindow*, bool, bool) (parent=0x85534f0,
    call_fit=false, set_sizer=true) at muuli_wdr.cpp:220
#6  0x08207f80 in CamuleDlg (this=0x85534f0, pParent=0x0,
    title=) at amuleDlg.cpp:183
#7  0x08203351 in CamuleApp::OnInit() (this=0x8528a90) at amule.cpp:358
#8  0x4022c429 in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
#9  0x082018a4 in main (argc=1, argv=0xbffffa74) at amule.cpp:97
#10 0x4099abb4 in __libc_start_main () from /lib/libc.so.6
(gdb) bt full
#0  0x4032e147 in wxWindowBase::LoadFromResource(wxWindow*, wxString const&, wxResourceTable const*) () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#1  0x40364d2b in wxWindowBase::SetValidator(wxValidator const&) ()
   from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#2  0x4027b184 in wxWindow::DoAddChild(wxWindow*) ()
   from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#3  0x4026a0c6 in wxStaticBox::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&) ()
   from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#4  0x40269fdb in wxStaticBox::wxStaticBox(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&) ()
   from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#5  0x08138a15 in muleDlg(wxWindow*, bool, bool) (parent=0x85534f0,
    call_fit=false, set_sizer=true) at muuli_wdr.cpp:220
        item0 = (struct wxBoxSizer *) 0x855b308
        item1 = (struct wxBoxSizer *) 0x855b370
        item2 = (struct wxBoxSizer *) 0x855b3d8
        item4 = (struct wxStaticBox *) 0x82f5144
        item3 = (struct wxStaticBoxSizer *) 0x0
        item5 = (struct wxBoxSizer *) 0x0
        item6 = (struct wxTextCtrl *) 0x0
        item7 = (struct wxButton *) 0x0
        item8 = (struct wxBoxSizer *) 0x0
        item9 = (struct wxStaticText *) 0x0
        item10 = (struct wxStaticLine *) 0x0
        item11 = (struct wxStaticBitmap *) 0x0
        item12 = (struct wxStaticText *) 0x0
        item13 = (struct wxStaticLine *) 0x0
        item14 = (struct wxStaticBitmap *) 0x0
        item15 = (struct wxStaticText *) 0x0
        item16 = (struct wxStaticLine *) 0x0
        item17 = (struct wxStaticBitmap *) 0x409fa876
        item18 = (struct wxStaticText *) 0x40056b48
#6  0x08207f80 in CamuleDlg (this=0x85534f0, pParent=0x0,
    title=) at amuleDlg.cpp:183
No locals.
#7  0x08203351 in CamuleApp::OnInit() (this=0x8528a90) at amule.cpp:358
        geom_string = 0x4022b592 "[\201Ã:Æ&"
        hostName =
        new_from_lmule = 0
        lMulePrefDir =
        xMulePrefDir =
        aMulePrefDir =
        dlg = (class CamuleDlg *) 0x4054adec
        incomingdir = (struct wxString *) 0xbffff918
        tempdir = (struct wxString *) 0x405c5d50
        mnt_entries = (mntent *) 0x8528c34
        mnt_tab = (_IO_FILE *) 0x4060479a
        myaddr =
#8  0x4022c429 in wxEntry(int, char**) () from /usr/lib/libwx_gtk-2.4.so
No symbol table info available.
#9  0x082018a4 in main (argc=1, argv=0xbffffa74) at amule.cpp:97
No locals.
#10 0x4099abb4 in __libc_start_main () from /lib/libc.so.6
No symbol table info available.
Logged

C_Pac

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: crash on initial start up
« Reply #2 on: February 29, 2004, 09:16:25 PM »

never mind, I fixed my problem. I think I had conflicting versions of wxGtk installed. I removed everything and started over and it worked.
thanks
Logged

kalou

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
    • http://kalou.net
Re: crash on initial start up
« Reply #3 on: March 06, 2004, 07:39:23 PM »

[kalou@ge kalou]$ amule
Initialising aMule

OOPS! - Seems like aMule crashed
--== BACKTRACE FOLLOWS: ==--

  • amule(_ZN9CamuleApp16OnFatalExceptionEv+0x3b) [0x81bd07f]
  • [1] /usr/lib/libwx_gtk-2.4.so.0(wxFatalSignalHandler+0x2d)
[0x41d14c7d]
[2] /lib/tls/libpthread.so.0 [0x38af18]
[3] /usr/lib/libwx_gtk-2.4.so.0(_ZN8wxString10AssignCopyEjPKc+0x6d) [0x41cc0ced]
[4] /usr/lib/libwx_gtk-2.4.so.0(_ZN8wxStringaSEPKc+0x3e) [0x41cc0e4e]
[5] /usr/lib/libwx_gtk-2.4.so.0(_ZN12wxHtmlWindow4InitEv+0xd1) [0x41d38131]
[6] amule(_ZN10CServerWndC1EP8wxWindow+0x134) [0x8187b40]
[7] amule(_ZN9CamuleDlgC1EP8wxWindow8wxString+0x394) [0x81be754]
[8] amule(_ZN9CamuleApp6OnInitEv+0x655) [0x81b9dc1]
[9] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x228) [0x41b92468]
[10] amule(main+0x17) [0x81b930b]
[11] /lib/tls/libc.so.6(__libc_start_main+0xf0) [0x12e750]
[12] amule(_ZN18wxBaseArrayPtrVoidD2Ev+0x31) [0x80916e1]
Abandon


removed .aMule* .xMule*,
redid prelink -a

Same error.

[kalou@ge kalou]$ uname -a
Linux ge.kalou.net 2.4.22-1.2135.nptl #1 Mon Dec 15 16:05:26 EST 2003 i686 athlon i386 GNU/Linux

[kalou@ge kalou]$ rpm -qa | grep wx
wxGTK-2.4.2-3.fr
wxBase-2.4.2-1
wxGTK-devel-2.4.2-3.fr
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 on initial start up
« Reply #4 on: March 07, 2004, 12:28:59 AM »

if u have amule from our dl site, plz dl the wxgtk rpms too and install them .. remove before the old ones .. and reinstall amule after..

greets