aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 2.0.0rc7 hangs as soon as I load it  (Read 3088 times)

Gadsden

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
2.0.0rc7 hangs as soon as I load it
« on: November 18, 2004, 04:07:27 AM »

Beginning to go a little bit mad trying to get it up and running. I am new to Unix, Fink and terminal so if I've done anything stupid go easy on me.....

Mac OS10.3,
wxmac 2.5.3
2.0.0rc7

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.

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

Thanks, Nick (Gadsden)

PS This is a pretty close copy of a thread I posted on the backtraces forum that hasn't got much immediate attention. I thought it might be more at home here in the Mac section. If duplicating threads in different forums on the same site is bad etiquette please let me know?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: 2.0.0rc7 hangs as soon as I load it
« Reply #1 on: November 18, 2004, 04:44:03 PM »

Yeah, duplicationg posts is bad etiquette :P But as it's our fault (duplicated backtrace/Mac forum) then it's ok ;)



It's the good old CF_Release socket bug, and I'm trying to work hard on it. Can you try a recent CVS snapshot instead of rc7?
Logged