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 hangs as soon as I load it up  (Read 2100 times)

Gadsden

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Amule hangs as soon as I load it up
« on: November 17, 2004, 05:41:02 PM »

Sorry if this would be more appropriately tagged on to the end of my last thread but it is a different issue. This is the original issue as defined in the subject.

I'm using Mac OS10.3, wxmac 2.5.3 & 2.0.0rc7

Amule hangs as soon as I load it. The backtraces are as follows:

Code: [Select]
(gdb) bt
#0  0x90190b34 in CFRelease ()
#1  0x040333a4 in GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*) ()
#2  0x040333a4 in GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*) ()
#3  0x0309e80c in GSocket::~GSocket() ()
#4  0x0309ee04 in GSocket::WaitConnection() ()
#5  0x0309c21c in wxSocketServer::AcceptWith(wxSocketBase&, bool) ()
#6  0x0000d93c in CListenSocket::OnAccept(int) (this=0x7b7ca80, nErrorCode=0) at ListenSocket.cpp:2266
#7  0x00140afc in CamuleApp::ListenSocketHandler(wxSocketEvent&) (this=0x4519b10, event=@0x795d620) at amule.cpp:1467
#8  0x03532098 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#9  0x03531838 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#10 0x03532244 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#11 0x03531f98 in wxEvtHandler::ProcessPendingEvents() ()
#12 0x034d5f48 in wxAppConsole::ProcessPendingEvents() ()
#13 0x04013e34 in wxApp::MacHandleOneEvent(void*) ()
#14 0x04013da8 in wxApp::MacDoOneEvent() ()
#15 0x040139ec in wxApp::MainLoop() ()
#16 0x03505c3c in wxEntry(int&, char**) ()
#17 0x0013b174 in main (argc=1, argv=0xbffffd88) at amule.cpp:180

and....

Code: [Select]
(gdb) bt full
#0  0x90190b34 in CFRelease ()
No symbol table info available.
#1  0x040333a4 in GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*) ()
No symbol table info available.
#2  0x040333a4 in GSocketGUIFunctionsTableConcrete::Destroy_Socket(GSocket*) ()
No symbol table info available.
#3  0x0309e80c in GSocket::~GSocket() ()
No symbol table info available.
#4  0x0309ee04 in GSocket::WaitConnection() ()
No symbol table info available.
#5  0x0309c21c in wxSocketServer::AcceptWith(wxSocketBase&, bool) ()
No symbol table info available.
#6  0x0000d93c in CListenSocket::OnAccept(int) (this=0x7b7ca80, nErrorCode=0) at ListenSocket.cpp:2266
        newclient = (CClientReqSocket *) 0x4586590
#7  0x00140afc in CamuleApp::ListenSocketHandler(wxSocketEvent&) (this=0x4519b10, event=@0x795d620) at amule.cpp:1467
        socket = (CListenSocket *) 0x7b7ca80
#8  0x03532098 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
No symbol table info available.
#9  0x03531838 in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
No symbol table info available.
#10 0x03532244 in wxEvtHandler::ProcessEvent(wxEvent&) ()
No symbol table info available.
#11 0x03531f98 in wxEvtHandler::ProcessPendingEvents() ()
No symbol table info available.
#12 0x034d5f48 in wxAppConsole::ProcessPendingEvents() ()
No symbol table info available.
#13 0x04013e34 in wxApp::MacHandleOneEvent(void*) ()
No symbol table info available.
#14 0x04013da8 in wxApp::MacDoOneEvent() ()
No symbol table info available.
#15 0x040139ec in wxApp::MainLoop() ()
No symbol table info available.
#16 0x03505c3c in wxEntry(int&, char**) ()
No symbol table info available.
#17 0x0013b174 in main (argc=1, argv=0xbffffd88) at amule.cpp:180
No locals.

Your help is massively appreciated - I've spent so many hours trying to get Amule up and running. I guess I'm learning lots   :)

Thanks, Nick
« Last Edit: November 17, 2004, 05:44:29 PM by Gadsden »
Logged

lfroen

  • Guest
RE: Amule hangs as soon as I load it up
« Reply #1 on: November 17, 2004, 07:13:34 PM »

What kind of mule is it ? I see wxAppConsole - so it must be daemon, but daemon doesn't handle socket events ...
So may be Kry will explain how does it looks like on Mac ?
Logged