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 and error with rc5  (Read 5314 times)

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Crash and error with rc5
« on: August 07, 2004, 09:06:52 PM »

I also confirm frequently crashs of the program and also an error window that do not crash aMule. Here a screenshot.
What can I report for help the development and fix?

P.S.: When the program becomes very unstable, I delete eMule Preferences file in /Users/NAME/Library/Preferences directory and .aMule directory. I download newly server.met in re-make .aMule directory and restart the program (I rewrite all my settings).

Ocimin
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Crash and error with rc5
« Reply #1 on: August 09, 2004, 09:56:14 AM »

It's fixed on cvs :) so someone might create a new dmg file or you try to compile it from cvs :)
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: Crash and error with rc5
« Reply #2 on: August 09, 2004, 03:16:07 PM »

Now I try. Thanks!

P.S.: I will try also to  install gdb for MacOSX. If it will be all right, I will start to send backtraces!

Ocimin
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Crash and error with rc5
« Reply #3 on: August 09, 2004, 04:06:49 PM »

Great :)
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: Crash and error with rc5
« Reply #4 on: August 09, 2004, 09:10:33 PM »

First of all, I tried to compile the ultimate CVS version of aMule, aMule-cvs-20040809, with this configure:
Code: [Select]
./configure --disable-systray --disable-gsocket --disable-gtk --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/NAME/Programmi/ --enable-debug --disable-optimise
but there is an error in make phase:
Code: [Select]
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -D__SYSTRAY_DISABLED__ -I/usr/local/lib/wx/include/mac-2.5 -I/usr/local/include -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWX_PRECOMP -DNO_GCC_PRAGMA -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -D__NOGTK__  -I/usr/include -I/Users/NAME/Programmi -D__CRYPTO_MDK_SUSE_FC__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amule-TransferWnd.o -MD -MP -MF ".deps/amule-TransferWnd.Tpo" \
  -c -o amule-TransferWnd.o `test -f 'TransferWnd.cpp' || echo './'`TransferWnd.cpp; \
then mv -f ".deps/amule-TransferWnd.Tpo" ".deps/amule-TransferWnd.Po"; \
else rm -f ".deps/amule-TransferWnd.Tpo"; exit 1; \
fi
TransferWnd.cpp: In constructor `CTransferWnd::CTransferWnd(wxWindow*)':
TransferWnd.cpp:79: error: `wxBitmapButton' undeclared (first use this function)
TransferWnd.cpp:79: error: (Each undeclared identifier is reported only once for each function it appears in.)
TransferWnd.cpp:79: error: `bmap' undeclared (first use this function)
TransferWnd.cpp:79: error: parse error before `)' token
make[4]: *** [amule-TransferWnd.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
The same error with aMule-cvs-20040731 (I tried only these two).
So I compiled amule-dev-cvs that DeltaHF sent me a few days ago (maybe weeks ago...), with the same configure, and all goes right.
Now errors with gdb.
If I start amule-dev-cvs now, the program crash immediatly. With gdb there are these errors:
Code: [Select]
...
Sharing /Users/NAME/Documents/aMule//temp
Sharing /Users/NAME/Documents/aMule//temp
Sharing /Users/NAME/Documents/aMule/temp//001.part
Finished Hashing temp
Finished Hashing temp

Program received signal EXC_BAD_ACCESS, Could not access memory.
0x90190bbc in CFRelease ()
(gdb)
and after bt and bt full, these:
Code: [Select]
(gdb) bt
#0  0x90190bbc in CFRelease ()
#1  0x0474bd0c in _GSocket_GUI_Destroy_Socket ()
#2  0x0474bd0c in _GSocket_GUI_Destroy_Socket ()
#3  0x0404e950 in GSocket_destroy ()
#4  0x0404ef0c in GSocket_WaitConnection ()
#5  0x0404c494 in wxSocketServer::AcceptWith(wxSocketBase&, bool) ()
#6  0x0000d3e4 in CListenSocket::OnAccept(int) (this=0x4c693a0, nErrorCode=0) at ListenSocket.cpp:1952
#7  0x0013a534 in CamuleApp::ListenSocketHandler(wxSocketEvent&) (this=0x4c197c0, event=@0x4c465d0) at amule.cpp:1536
#8  0x0448888c in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#9  0x0448802c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#10 0x04488a38 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#11 0x0448878c in wxEvtHandler::ProcessPendingEvents() ()
#12 0x0442eaf8 in wxAppConsole::ProcessPendingEvents() ()
#13 0x0472d614 in wxApp::MacHandleOneEvent(void*) ()
#14 0x0472d588 in wxApp::MacDoOneEvent() ()
#15 0x0472d1cc in wxApp::MainLoop() ()
#16 0x0445d428 in wxEntry(int&, char**) ()
#17 0x001349d4 in main (argc=1, argv=0xbffffd94) at amule.cpp:158
(gdb) bt full
#0  0x90190bbc in CFRelease ()
No symbol table info available.
#1  0x0474bd0c in _GSocket_GUI_Destroy_Socket ()
No symbol table info available.
#2  0x0474bd0c in _GSocket_GUI_Destroy_Socket ()
No symbol table info available.
#3  0x0404e950 in GSocket_destroy ()
No symbol table info available.
#4  0x0404ef0c in GSocket_WaitConnection ()
No symbol table info available.
#5  0x0404c494 in wxSocketServer::AcceptWith(wxSocketBase&, bool) ()
No symbol table info available.
#6  0x0000d3e4 in CListenSocket::OnAccept(int) (this=0x4c693a0, nErrorCode=0) at ListenSocket.cpp:1952
        newclient = (CClientReqSocket *) 0x8c9acb0
#7  0x0013a534 in CamuleApp::ListenSocketHandler(wxSocketEvent&) (this=0x4c197c0, event=@0x4c465d0) at amule.cpp:1536
        socket = (CListenSocket *) 0x4c693a0
#8  0x0448888c in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
No symbol table info available.
#9  0x0448802c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
No symbol table info available.
#10 0x04488a38 in wxEvtHandler::ProcessEvent(wxEvent&) ()
No symbol table info available.
#11 0x0448878c in wxEvtHandler::ProcessPendingEvents() ()
No symbol table info available.
#12 0x0442eaf8 in wxAppConsole::ProcessPendingEvents() ()
No symbol table info available.
#13 0x0472d614 in wxApp::MacHandleOneEvent(void*) ()
No symbol table info available.
#14 0x0472d588 in wxApp::MacDoOneEvent() ()
No symbol table info available.
#15 0x0472d1cc in wxApp::MainLoop() ()
No symbol table info available.
#16 0x0445d428 in wxEntry(int&, char**) ()
No symbol table info available.
#17 0x001349d4 in main (argc=1, argv=0xbffffd94) at amule.cpp:158
No locals.
(gdb)
If I want close amule I have to quit from gdb otherwise amule rest in a 'freeze' status.

Ocimin
« Last Edit: August 09, 2004, 09:14:11 PM by Ocimin »
Logged

Ocimin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 42
Re: Crash and error with rc5
« Reply #5 on: August 10, 2004, 01:22:21 PM »

If I delete server.met file in .aMule directory the error above does not happen. As soon as I download server.met from http://www.svr1000.com/azz the program crashs immediatly at startup.
Other error.
If I open preferences window, go in sever menĂ¹ and try to modify number of 'Remove dead server after..." with arrows, aMule crash with these errors:
Code: [Select]
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x002722dc in Rse::Propagate() (this=0x1001c1) at PrefsUnifiedDlg.cpp:123
123             void Propagate()                                                { if (prseLink!=NULL) prseLink->SetCtrlValue(GetCtrlValue()); }
(gdb) bt
#0  0x002722dc in Rse::Propagate() (this=0x1001c1) at PrefsUnifiedDlg.cpp:123
#1  0x000f148c in PrefsUnifiedDlg::OnScroll(wxScrollEvent&) (this=0x58c3200, event=@0xbfffd910) at PrefsUnifiedDlg.cpp:1232
#2  0x0448888c in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#3  0x0448802c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#4  0x04488a38 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#5  0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
#6  0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
#7  0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
#8  0x0475f554 in wxSpinButton::MacHandleValueChanged(int) ()
#9  0x0475f7a0 in wxSpinButton::MacControlHit(void*, void*) ()
#10 0x0476939c in wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#11 0x04769898 in wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#12 0x927d2330 in DispatchEventToHandlers ()
#13 0x927d25a4 in SendEventToEventTargetInternal ()
#14 0x927e4a34 in SendEventToEventTarget ()
#15 0x92856f98 in SendControlHit(HIView*, short, unsigned long) ()
#16 0x928aa1dc in HIView::NotifyControlHit(short, unsigned long) ()
#17 0x9289583c in HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), bool) ()
#18 0x9289b514 in HIView::ClickSelf(OpaqueEventRef*) ()
#19 0x927d5cbc in HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#20 0x927d2330 in DispatchEventToHandlers ()
#21 0x927d25a4 in SendEventToEventTargetInternal ()
#22 0x927e4a34 in SendEventToEventTarget ()
#23 0x9289b2c8 in HIView::Click(OpaqueEventRef*) ()
#24 0x928e983c in HIViewClick ()
#25 0x928b6f28 in HandleClickAsHIView ()
#26 0x9288506c in HandleWindowClick ()
#27 0x928663d8 in HandleMouseEvent ()
#28 0x92828068 in StandardWindowEventHandler ()
#29 0x927d2330 in DispatchEventToHandlers ()
#30 0x927d25a4 in SendEventToEventTargetInternal ()
#31 0x927e4a34 in SendEventToEventTarget ()
#32 0x927f31b4 in HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) ()
#33 0x927e8ad0 in HandleMouseEvent(OpaqueEventRef*) ()
#34 0x927e2fd4 in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#35 0x927d23ec in DispatchEventToHandlers ()
#36 0x927d25a4 in SendEventToEventTargetInternal ()
#37 0x927e4a34 in SendEventToEventTarget ()
#38 0x0472d5f0 in wxApp::MacHandleOneEvent(void*) ()
#39 0x0472d588 in wxApp::MacDoOneEvent() ()
#40 0x0474471c in wxDialog::DoShowModal() ()
#41 0x04744694 in wxDialog::Show(bool) ()
#42 0x047447a8 in wxDialog::ShowModal() ()
#43 0x0013de3c in CamuleDlg::OnPrefButton(wxCommandEvent&) (this=0x5813200) at amuleDlg.cpp:416
#44 0x0448888c in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
#45 0x0448802c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
#46 0x04488a38 in wxEvtHandler::ProcessEvent(wxEvent&) ()
#47 0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
#48 0x047dae8c in wxToolBarBase::OnLeftClick(int, bool) ()
#49 0x047644f4 in wxMacToolBarToolControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#50 0x04764554 in wxMacToolBarToolEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#51 0x927d2330 in DispatchEventToHandlers ()
#52 0x927d25a4 in SendEventToEventTargetInternal ()
#53 0x927e4a34 in SendEventToEventTarget ()
#54 0x92856f98 in SendControlHit(HIView*, short, unsigned long) ()
#55 0x928aa1dc in HIView::NotifyControlHit(short, unsigned long) ()
#56 0x9289583c in HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), bool) ()
#57 0x9289b514 in HIView::ClickSelf(OpaqueEventRef*) ()
#58 0x927d5cbc in HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#59 0x927d2330 in DispatchEventToHandlers ()
#60 0x927d25a4 in SendEventToEventTargetInternal ()
#61 0x927e4a34 in SendEventToEventTarget ()
#62 0x9289b2c8 in HIView::Click(OpaqueEventRef*) ()
#63 0x928e983c in HIViewClick ()
#64 0x928b6f28 in HandleClickAsHIView ()
#65 0x9288506c in HandleWindowClick ()
#66 0x928663d8 in HandleMouseEvent ()
#67 0x92828068 in StandardWindowEventHandler ()
#68 0x927d2330 in DispatchEventToHandlers ()
#69 0x927d25a4 in SendEventToEventTargetInternal ()
#70 0x927e4a34 in SendEventToEventTarget ()
#71 0x927f31b4 in HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) ()
#72 0x927e8ad0 in HandleMouseEvent(OpaqueEventRef*) ()
#73 0x927e2fd4 in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#74 0x927d23ec in DispatchEventToHandlers ()
#75 0x927d25a4 in SendEventToEventTargetInternal ()
#76 0x927e4a34 in SendEventToEventTarget ()
#77 0x0472d5f0 in wxApp::MacHandleOneEvent(void*) ()
#78 0x0472d588 in wxApp::MacDoOneEvent() ()
#79 0x0472d1cc in wxApp::MainLoop() ()
#80 0x0445d428 in wxEntry(int&, char**) ()
#81 0x001349d4 in main (argc=1, argv=0xbffffd94) at amule.cpp:158
and bt full
Code: [Select]
(gdb) bt full
#0  0x002722dc in Rse::Propagate() (this=0x1001c1) at PrefsUnifiedDlg.cpp:123
No locals.
#1  0x000f148c in PrefsUnifiedDlg::OnScroll(wxScrollEvent&) (this=0x58c3200, event=@0xbfffd910) at PrefsUnifiedDlg.cpp:1232
        pctrl = (wxControl *) 0x883e270
        id = -280
        prse = (Rse *) 0x1001c1
#2  0x0448888c in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
No symbol table info available.
#3  0x0448802c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
No symbol table info available.
#4  0x04488a38 in wxEvtHandler::ProcessEvent(wxEvent&) ()
No symbol table info available.
#5  0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
No symbol table info available.
#6  0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
No symbol table info available.
#7  0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
No symbol table info available.
#8  0x0475f554 in wxSpinButton::MacHandleValueChanged(int) ()
No symbol table info available.
#9  0x0475f7a0 in wxSpinButton::MacControlHit(void*, void*) ()
No symbol table info available.
#10 0x0476939c in wxMacWindowControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#11 0x04769898 in wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#12 0x927d2330 in DispatchEventToHandlers ()
No symbol table info available.
#13 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#14 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#15 0x92856f98 in SendControlHit(HIView*, short, unsigned long) ()
No symbol table info available.
#16 0x928aa1dc in HIView::NotifyControlHit(short, unsigned long) ()
No symbol table info available.
#17 0x9289583c in HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), bool) ()
No symbol table info available.
#18 0x9289b514 in HIView::ClickSelf(OpaqueEventRef*) ()
No symbol table info available.
#19 0x927d5cbc in HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#20 0x927d2330 in DispatchEventToHandlers ()
No symbol table info available.
#21 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#22 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#23 0x9289b2c8 in HIView::Click(OpaqueEventRef*) ()
No symbol table info available.
#24 0x928e983c in HIViewClick ()
No symbol table info available.
#25 0x928b6f28 in HandleClickAsHIView ()
No symbol table info available.
#26 0x9288506c in HandleWindowClick ()
No symbol table info available.
#27 0x928663d8 in HandleMouseEvent ()
No symbol table info available.
#28 0x92828068 in StandardWindowEventHandler ()
No symbol table info available.
#29 0x927d2330 in DispatchEventToHandlers ()
No symbol table info available.
#30 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#31 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#32 0x927f31b4 in HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) ()
No symbol table info available.
#33 0x927e8ad0 in HandleMouseEvent(OpaqueEventRef*) ()
No symbol table info available.
#34 0x927e2fd4 in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#35 0x927d23ec in DispatchEventToHandlers ()
No symbol table info available.
#36 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#37 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#38 0x0472d5f0 in wxApp::MacHandleOneEvent(void*) ()
No symbol table info available.
#39 0x0472d588 in wxApp::MacDoOneEvent() ()
No symbol table info available.
#40 0x0474471c in wxDialog::DoShowModal() ()
No symbol table info available.
#41 0x04744694 in wxDialog::Show(bool) ()
No symbol table info available.
#42 0x047447a8 in wxDialog::ShowModal() ()
No symbol table info available.
#43 0x0013de3c in CamuleDlg::OnPrefButton(wxCommandEvent&) (this=0x5813200) at amuleDlg.cpp:416
No locals.
#44 0x0448888c in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
No symbol table info available.
#45 0x0448802c in wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) ()
No symbol table info available.
#46 0x04488a38 in wxEvtHandler::ProcessEvent(wxEvent&) ()
No symbol table info available.
#47 0x047e4e04 in wxWindowBase::TryParent(wxEvent&) ()
No symbol table info available.
#48 0x047dae8c in wxToolBarBase::OnLeftClick(int, bool) ()
No symbol table info available.
#49 0x047644f4 in wxMacToolBarToolControlEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#50 0x04764554 in wxMacToolBarToolEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#51 0x927d2330 in DispatchEventToHandlers ()
No symbol table info available.
#52 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#53 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#54 0x92856f98 in SendControlHit(HIView*, short, unsigned long) ()
No symbol table info available.
#55 0x928aa1dc in HIView::NotifyControlHit(short, unsigned long) ()
No symbol table info available.
#56 0x9289583c in HIView::ClickInternal(CGPoint const&, unsigned long, void (*)(OpaqueControlRef*, short), bool) ()
No symbol table info available.
#57 0x9289b514 in HIView::ClickSelf(OpaqueEventRef*) ()
No symbol table info available.
#58 0x927d5cbc in HIView::EventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#59 0x927d2330 in DispatchEventToHandlers ()
No symbol table info available.
#60 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#61 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#62 0x9289b2c8 in HIView::Click(OpaqueEventRef*) ()
No symbol table info available.
#63 0x928e983c in HIViewClick ()
No symbol table info available.
#64 0x928b6f28 in HandleClickAsHIView ()
No symbol table info available.
#65 0x9288506c in HandleWindowClick ()
No symbol table info available.
#66 0x928663d8 in HandleMouseEvent ()
No symbol table info available.
#67 0x92828068 in StandardWindowEventHandler ()
No symbol table info available.
#68 0x927d2330 in DispatchEventToHandlers ()
No symbol table info available.
#69 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#70 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#71 0x927f31b4 in HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) ()
No symbol table info available.
#72 0x927e8ad0 in HandleMouseEvent(OpaqueEventRef*) ()
No symbol table info available.
#73 0x927e2fd4 in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
No symbol table info available.
#74 0x927d23ec in DispatchEventToHandlers ()
No symbol table info available.
#75 0x927d25a4 in SendEventToEventTargetInternal ()
No symbol table info available.
#76 0x927e4a34 in SendEventToEventTarget ()
No symbol table info available.
#77 0x0472d5f0 in wxApp::MacHandleOneEvent(void*) ()
No symbol table info available.
#78 0x0472d588 in wxApp::MacDoOneEvent() ()
No symbol table info available.
#79 0x0472d1cc in wxApp::MainLoop() ()
No symbol table info available.
#80 0x0445d428 in wxEntry(int&, char**) ()
No symbol table info available.
#81 0x001349d4 in main (argc=1, argv=0xbffffd94) at amule.cpp:158
No locals.
(gdb)

P.S.: I tried with others arrows in others menĂ¹ and happened the same thing.

Ocimin
Logged