Core dumped. Here are the results of the gdb commands.
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 ?? ()
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...