aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuled cvs 2007-07-02  (Read 2227 times)

reise

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 28
amuled cvs 2007-07-02
« on: July 03, 2007, 10:48:14 PM »

Core dumped. Here are the results of the gdb commands.

Code: [Select]
reise@xanax:~$ gdb --core=/home/reise/core.13442
GNU gdb 6.4-debian
Copyright 2005 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 "i486-linux-gnu".
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
Core was generated by `/usr/local/bin/amuled -f -eveniflfroensurreptitiouslyremovesitthiswillstay'.
Program terminated with signal 6, Aborted.
#0  0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7b7b9a1 in ?? ()
(gdb) bt full
#0  0xffffe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7b7b9a1 in ?? ()
No symbol table info available.
(gdb) thread apply all bt

Thread 3 (process 13444):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7f15d56 in ?? ()

Thread 2 (process 13450):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7f12eec in ?? ()

Thread 1 (process 13442):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7b7b9a1 in ?? ()

Code: [Select]
reise@xanax:~$ gdb --core=/home/reise/core.13445
GNU gdb 6.4-debian
Copyright 2005 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 "i486-linux-gnu".
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
Core was generated by `amuleweb --amule-config-file=/home/reise/.aMule/amule.conf'.
Program terminated with signal 6, Aborted.
#0  0xffffe410 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7b759a1 in ?? ()
(gdb) bt full
#0  0xffffe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7b759a1 in ?? ()
No symbol table info available.
(gdb) thread apply all bt

Thread 3 (process 13445):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7f32f11 in ?? ()

Thread 2 (process 13451):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7c0f0c1 in ?? ()

Thread 1 (process 17617):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7b759a1 in ?? ()

Is this enough? If you need more information please ask...
Logged

reise

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 28
Re: amuled cvs 2007-07-02
« Reply #1 on: July 03, 2007, 11:12:15 PM »

Please ignore previous post, the wiki doesn't explain correctly on how to get a backtrace using a core file.
You must call #gdb /usr/local/bin/amuled --core=core.1234 :)

bt
Code: [Select]
(gdb) bt
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7b7b9a1 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7b7d2b9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7e847f1 in wxFatalSignalHandler () from /usr/lib/libwx_baseu-2.8.so.0
#4  <signal handler called>
#5  0x08310c3e in yylex () at Scanner.cpp:758
#6  0x08311b17 in yyparse () at Parser.cpp:1273
#7  0x08149061 in CSearchList::CreateSearchData (this=0x86dd408, params=@0xbfe42884, type=LocalSearch)
    at SearchList.cpp:690
#8  0x08149a0f in CSearchList::StartNewSearch (this=0x86dd408, searchID=0xbfe42880, type=LocalSearch,
    params=@0xbfe42884) at SearchList.cpp:331
#9  0x0810c175 in Get_EC_Response_Search (request=0x9265d88) at ExternalConn.cpp:742
#10 0x08112682 in ExternalConn::ProcessRequest2 (request=0x9265d88, enc_part_map=@0x8646230,
    enc_shared_map=@0x8646254, objmap=@0x8646278) at ExternalConn.cpp:1163
#11 0x081143fd in CECServerSocket::OnPacketReceived (this=0x86460e8, packet=0x9265d88) at ExternalConn.cpp:87
#12 0x08308e8c in CECSocket::OnInput (this=0x86460e8) at ECSocket.cpp:341
#13 0x0830c960 in CECMuleSocketHandler::SocketHandler (this=0x860d4c0, event=@0x9365448) at ECMuleSocket.cpp:58
#14 0xb7ddd6bf in wxAppConsole::HandleEvent () from /usr/lib/libwx_baseu-2.8.so.0
#15 0xb7e8009c in wxEvtHandler::ProcessEventIfMatches () from /usr/lib/libwx_baseu-2.8.so.0
#16 0xb7e8026e in wxEventHashTable::HandleEvent () from /usr/lib/libwx_baseu-2.8.so.0
#17 0xb7e80416 in wxEvtHandler::ProcessEvent () from /usr/lib/libwx_baseu-2.8.so.0
#18 0xb7e808ff in wxEvtHandler::ProcessPendingEvents () from /usr/lib/libwx_baseu-2.8.so.0
#19 0xb7ddd97a in wxAppConsole::ProcessPendingEvents () from /usr/lib/libwx_baseu-2.8.so.0
#20 0x080551b2 in CamuleDaemonApp::OnRun (this=0x863f420) at amuled.cpp:427
#21 0xb7e17bbe in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#22 0xb7e17c77 in wxEntry () from /usr/lib/libwx_baseu-2.8.so.0
#23 0x08053e7c in main (argc=3, argv=0xbfe432f4) at amuled.cpp:101

The rest of the backtrace is here because it was to large to post.

Hope that now it's the information correct and you can get the problem. I also hope that the problem that I reported here get fixed!
Logged