aMule Forum

English => aMule crashes => Topic started by: OldFrog on February 02, 2006, 07:09:35 PM

Title: 2006-02-02 Crash again
Post by: OldFrog on February 02, 2006, 07:09:35 PM
I know it's not that inyteresting, but I had this crash fpr several days,now, after 4/5 hours running AMule.

Tnis is today's snapshot compiled aghainst wxGtk CVS from 2006-02-01 unicode, nostl.

Quote
HTTP download thread ended
Created async DNS checker for lshb.mine.nu (type 0)
Created async DNS checker for muellbomber.mine.nu (type 0)
Created async DNS checker for razorfish.mine.nu (type 0)
Invalid Kad tag; type=0xce name=0x00
Error on count 0 tag 0
Unknown port receiving an UDP packet! Ignoring

--------------------------------------------------------------------------------
A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
    http://forum.amule.org/board.php?boardid=67
If possible, please try to generate a real backtrace of this crash:
    http://www.amule.org/wiki/index.php/Backtraces

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule CVS using wxGTK2 v2.7.0 (Snapshot: Thu Feb  2 07:02:10 CET 2006)
Running on: Linux 2.6.12-15mdk i686

[2] ?? in /usr/local/bin/amule [0x8072705]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.7.so.0[0xb79cfdc6]
[4] ?? in [0xffffe420]
[5] ?? in /usr/local/bin/amule [0x808bc32]
[6] ?? in /usr/local/bin/amule [0x80d1f9d]
[7] ?? in /usr/local/bin/amule [0x80d2338]
[8] ?? in /usr/local/bin/amule [0x80d26f9]
[9] ?? in /usr/local/bin/amule [0x825b3b4]
[10] ?? in /usr/local/bin/amule [0x80bbec7]
[11] ?? in /usr/local/bin/amule [0x80c45dc]
[12] ?? in /usr/local/bin/amule [0x8102b0c]
[13] ?? in /usr/local/bin/amule [0x80b8731]
[14] ?? in /usr/local/bin/amule [0x80b8686]
[15] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const in /usr/lib/libwx_baseu-2.7.so.0[0xb79437ec]
[16] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) in /usr/lib/libwx_baseu-2.7.so.0[0xb79cc0c4]
[17] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) in /usr/lib/libwx_baseu-2.7.so.0[0xb79cc2ae]
[18] wxEvtHandler::ProcessEvent(wxEvent&) in /usr/lib/libwx_baseu-2.7.so.0[0xb79cc471]
[19] wxEvtHandler::ProcessPendingEvents() in /usr/lib/libwx_baseu-2.7.so.0[0xb79ccaa2]
[20] wxAppConsole::ProcessPendingEvents() in /usr/lib/libwx_baseu-2.7.so.0[0xb7943b1d]
[21] ?? in /usr/lib/libwx_gtk2u_core-2.7.so.0 [0xb7b43a7b]
[22] ?? in /usr/lib/libglib-2.0.so.0 [0xb70a4ec0]


This isthe 6th time I get this one. I thought anyway this part could be interesting, as I had it each time :

Invalid Kad tag; type=0xce name=0x00
Error on count 0 tag 0
Unknown port receiving an UDP packet! Ignoring

And /me prefer to ask instead of dying stupid : how do I pass args to amule running on gdb ?  :]
Title: Re: 2006-02-02 Crash again
Post by: OldFrog on February 03, 2006, 11:36:04 AM
Never mind, found it.

should be nice to add it in the wiki

Quote
$gdb /usr/local/bin/amule
(gdb) set args --I-am-scared-of-no-dangerous-code
(gdb) run
Title: Re: 2006-02-02 Crash again
Post by: ken on February 05, 2006, 06:17:35 AM
You can also just do:

(gdb) run --I-am-scared-of-no-dangerous-code

or, generally,

(gdb) run the args to my program go here