aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 2005-04-08 amulegui crash  (Read 4981 times)

Aquarion

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 17
2005-04-08 amulegui crash
« on: April 09, 2005, 10:54:16 AM »

amuled is running, and is still fine. UDPEnable is 1

Code: [Select]
aquarion@atoll:aquarion$ DISPLAY=10.1.0.26:0 gdb `which amulegui`
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/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/amulegui
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 15726)]
LOG: ExternalConn: Access denied because: Authentication failed.
LOG: Succeeded! Connection established to aMule CVS
LOG:
LOG:  - This is aMule CVS using wxGTK2 v2.5.3 (Unicoded) (Snapshot: Fri Apr  8 07:01:21 CEST 2005) based on eMule.
LOG:    Running on Linux 2.4.27-1-386 i686
LOG:  - Visit [URL]http://www.amule.org[/URL] to check if a new version is available.
LOG:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 15726)]
0x081c5138 in CPreferences::GetCategory (this=0x830c6e8, index=0) at Preferences.cpp:1384
1384            return m_CatList[index];
(gdb) bt
#0  0x081c5138 in CPreferences::GetCategory (this=0x830c6e8, index=0) at Preferences.cpp:1384
#1  0x081fb2a6 in CTransferWnd (this=0x849b880, pParent=0x84483e8) at TransferWnd.cpp:99
#2  0x080f2857 in CamuleDlg (this=0x8435f80, pParent=0x0, title=@0x82d3524, where={x = -1, y = -1}, dlg_size={x = 800, y = 600}) at amuleDlg.cpp:202
#3  0x080cddba in CamuleGuiBase::InitGui (this=0x82d3520, geometry_enabled=false, geom_string=@0xbffff9a0) at amule-gui.cpp:266
#4  0x080d0ccc in CamuleRemoteGuiApp::InitGui (this=0x82d34c0, geometry_enabled=false, geom_string=@0xbffff9a0) at amule-remote-gui.cpp:342
#5  0x080d0b06 in CamuleRemoteGuiApp::OnInit (this=0x82d34c0) at amule-remote-gui.cpp:320
#6  0x080daa45 in wxAppConsole::CallOnInit (this=0x82d34c0) at app.h:87
#7  0x4063f775 in wxEntry () from /usr/local/lib/libwx_baseu-2.5.so.3
#8  0x4063f85d in wxEntry () from /usr/local/lib/libwx_baseu-2.5.so.3
#9  0x080cf695 in main (argc=1, argv=0xbffffad4) at amule-remote-gui.cpp:173
(gdb) bt full
#0  0x081c5138 in CPreferences::GetCategory (this=0x830c6e8, index=0) at Preferences.cpp:1384
No locals.
#1  0x081fb2a6 in CTransferWnd (this=0x849b880, pParent=0x84483e8) at TransferWnd.cpp:99
        content = (struct wxSizer *) 0x84bf240
        nb = (class CMuleNotebook *) 0x84c3538
        config = (struct wxConfigBase *) 0x80ce4ea
        show = false
#2  0x080f2857 in CamuleDlg (this=0x8435f80, pParent=0x0, title=@0x82d3524, where={x = -1, y = -1}, dlg_size={x = 800, y = 600}) at amuleDlg.cpp:202
        override_where = false
        override_size = false
        s_main = (struct wxFlexGridSizer *) 0x84460d0
        p_cnt = (struct wxPanel *) 0x84483e8
#3  0x080cddba in CamuleGuiBase::InitGui (this=0x82d3520, geometry_enabled=false, geom_string=@0xbffff9a0) at amule-gui.cpp:266
        geometry_x = 0
        geometry_y = 0
        geometry_width = 800
        geometry_height = 600
#4  0x080d0ccc in CamuleRemoteGuiApp::InitGui (this=0x82d34c0, geometry_enabled=false, geom_string=@0xbffff9a0) at amule-remote-gui.cpp:342
No locals.
#5  0x080d0b06 in CamuleRemoteGuiApp::OnInit (this=0x82d34c0) at amule-remote-gui.cpp:320
        cmdline = {m_data = 0x830ba90}
        geometry_enabled = false
        geom_string = { = {static npos = 4294967195, m_pchData = 0x406bc8a0}, }
        dialog = (CEConnectDlg *) 0x8326310
#6  0x080daa45 in wxAppConsole::CallOnInit (this=0x82d34c0) at app.h:87
No locals.
#7  0x4063f775 in wxEntry () from /usr/local/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#8  0x4063f85d in wxEntry () from /usr/local/lib/libwx_baseu-2.5.so.3
No symbol table info available.
#9  0x080cf695 in main (argc=1, argv=0xbffffad4) at amule-remote-gui.cpp:173
No locals.
(gdb)


Sequence:

    [*]Launch amulegui (in gdb)
    [*]Login appears on remote desktop
    [*]Type in password
    [*](Get it wrong, type it in again. This has no effect on the crash)
    [*]Recieve log message
    [*]Seg fault
    [*]Post backtrace :-)
    [/list]
    « Last Edit: April 09, 2005, 10:58:54 AM by Aquarion »
    Logged

    setabi

    • Approved Newbie
    • *
    • Karma: 0
    • Offline Offline
    • Posts: 25
    Re: 2005-04-08 amulegui crash
    « Reply #1 on: April 09, 2005, 06:41:56 PM »

    Same here, with 2005-04-09...
    Code: [Select]
    (gdb) run
    Starting program: /usr/bin/amulegui
    [Thread debugging using libthread_db enabled]
    [New Thread -1223932240 (LWP 4148)]
    LOG: Succeeded! Connection established to aMule CVS
    LOG:
    LOG:  - This is aMule CVS using wxGTK2 v2.5.3 (Unicoded) (Snapshot: Sat Apr  9 0
    7:01:23 CEST 2005) based on eMule.
    LOG:    Running on Linux 2.6.10-gentoo-r6 i686
    LOG:  - Visit [URL]http://www.amule.org[/URL] to check if a new version is available.
    LOG:

    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread -1223932240 (LWP 4148)]
    0x0814d89d in CPreferences::GetCategory(unsigned) ()
    (gdb) bt
    #0  0x0814d89d in CPreferences::GetCategory(unsigned) ()
    #1  0x081812af in CTransferWnd::CTransferWnd(wxWindow*) ()
    #2  0x08085938 in CamuleDlg::CamuleDlg(wxWindow*, wxString const&, wxPoint, wxSi
    ze) ()
    #3  0x08064174 in CamuleGuiBase::InitGui(bool, wxString&) ()
    #4  0x08066ebd in CamuleRemoteGuiApp::InitGui(bool, wxString&) ()
    #5  0x08066d00 in CamuleRemoteGuiApp::OnInit() ()
    #6  0x08083996 in wxAppConsole::CallOnInit() ()
    #7  0xb7a7052d in wxEntry(int&, wchar_t**) ()
       from /usr/lib/libwx_baseu-2.5.so.3
    #8  0xb7a705da in wxEntry(int&, char**) () from /usr/lib/libwx_baseu-2.5.so.3
    #9  0x08065a12 in main ()
    (gdb) bt full
    #0  0x0814d89d in CPreferences::GetCategory(unsigned) ()
    No symbol table info available.
    #1  0x081812af in CTransferWnd::CTransferWnd(wxWindow*) ()
    No symbol table info available.
    #2  0x08085938 in CamuleDlg::CamuleDlg(wxWindow*, wxString const&, wxPoint, wxSi
    ze) ()
    No symbol table info available.
    #3  0x08064174 in CamuleGuiBase::InitGui(bool, wxString&) ()
    No symbol table info available.
    #4  0x08066ebd in CamuleRemoteGuiApp::InitGui(bool, wxString&) ()
    No symbol table info available.
    #5  0x08066d00 in CamuleRemoteGuiApp::OnInit() ()
    No symbol table info available.
    #6  0x08083996 in wxAppConsole::CallOnInit() ()
    No symbol table info available.
    #7  0xb7a7052d in wxEntry(int&, wchar_t**) ()
       from /usr/lib/libwx_baseu-2.5.so.3
    No symbol table info available.
    #8  0xb7a705da in wxEntry(int&, char**) () from /usr/lib/libwx_baseu-2.5.so.3
    No symbol table info available.
    #9  0x08065a12 in main ()
    No symbol table info available.
    Logged

    lfroen

    • Guest
    Re: 2005-04-08 amulegui crash
    « Reply #2 on: April 10, 2005, 06:23:15 AM »

    Thnx for your report. Please tell me following:
    * Do you have any categories defined (on amuled) side ?
    * Does it crash every time you run amulegui no matter what ?

    If you don't have categories, try to define at least one (with amule) and tell me if it worked :)
    Logged

    lfroen

    • Guest
    Re: 2005-04-08 amulegui crash
    « Reply #3 on: April 10, 2005, 07:02:28 AM »

    Must be fixed in tomorrow tarball :)
    Logged

    setabi

    • Approved Newbie
    • *
    • Karma: 0
    • Offline Offline
    • Posts: 25
    Re: 2005-04-08 amulegui crash
    « Reply #4 on: April 10, 2005, 10:40:56 AM »

    Maybe a bit to late... anyway:
    Quote
    * Do you have any categories defined (on amuled) side ?
    No, I haven't any categories defined.
    Quote
    Does it crash every time you run amulegui no matter what ?
    Yes, I can see only the login dialog and when I try to connect it crashes..
    I'm trying amuleweb, and sometimes I got a segmentation fault...
    Logged

    Aquarion

    • Approved Newbie
    • *
    • Karma: 0
    • Offline Offline
    • Posts: 17
    Re: 2005-04-08 amulegui crash
    « Reply #5 on: April 10, 2005, 10:41:44 AM »

    Quote
    Originally posted by lfroen
    Thnx for your report. Please tell me following:
    * Do you have any categories defined (on amuled) side ?
    Yes
    Quote
    * Does it crash every time you run amulegui no matter what ?

    If you don't have categories, try to define at least one (with amule) and tell me if it worked :)

    Crashes every time. I'll try tomorrow's tarball then. Thanks :-)
    Logged