Hi aMule guys!
I was testing aMule Revision: 10619 with gdb (in order to get a nice back-trace)
when I press the transfer tab, the program start consuming a lot of cpu and then suddenly aMule disappeared.
Then I say: "Ha! Now I can be useful for the community, I am going to post the full back-trace on the forum."
My surprise was to see on the gdb console the message "Program terminated with signal SIGKILL, Killed."
It's strange because i didn't kill it and on my computer anyone are connected (like ssh).
I had tried to do the back-trace following the
http://wiki.amule.org/index.php/Backtraces documentation,
but I didn't obtained useful info.
I don't have any core file too!

If you need anything, let me know it.
And I not going to close the gdb console until Monday for put more commands
if you want something I let inside it.
I let here all the info I can obtain:
--> uname -a:
Linux maria2 2.6.38-11-server #50-Ubuntu SMP Mon Sep 12 21:34:27 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
--> aMule:
Revision 10619 Committed Thu, 29 Sep 2011 08:22:49
--> Doing:
After doing a search and downloading a file, going to the transfer tab.
--> ls -l /usr/bin/wx*:
lrwxrwxrwx 1 root root 27 2011-10-01 20:51 /usr/bin/wx-config -> /etc/alternatives/wx-config
--> ls -l /usr/local/bin/wx*:
lrwxrwxrwx 1 root root 41 2011-10-02 02:52 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/gtk2-unicode-2.9
lrwxrwxrwx 1 root root 8 2011-10-02 02:52 /usr/local/bin/wxrc -> wxrc-2.9
-rwxr-xr-x 1 root root 143205 2011-10-02 02:52 /usr/local/bin/wxrc-2.9
--> Compiled with:
./configure --enable-debug --disable-optimize
make
--> Connected to:
Kad+ed2kserver
--> ed2kserver:
peerates.net
--> gdb console showing:
(gdb) run
Starting program: /home/kami/Desktop/amule/src/amule
[Thread debugging using libthread_db enabled]
2011-10-02 14:57:43: amuleAppCommon.cpp(333): Initialising aMule SVN compiled with wxGTK2 v2.9.2 (Debugging) (Snapshot: rev. 10619)
2011-10-02 14:57:43: amuleAppCommon.cpp(379): Checking if there is an instance already running...
2011-10-02 14:57:44: amuleAppCommon.cpp(410): No other instances are running.
2011-10-02 14:57:47: ListenSocket.cpp(65): ListenSocket: Ok.
[New Thread 0x7fffed0fa700 (LWP 5897)]
[Thread 0x7fffed0fa700 (LWP 5897) exited]
[New Thread 0x7fffed0fa700 (LWP 5900)]
[New Thread 0x7fffeba18700 (LWP 5901)]
[New Thread 0x7fffeb217700 (LWP 5902)]
[New Thread 0x7fffeaa16700 (LWP 5903)]
[Thread 0x7fffeaa16700 (LWP 5903) exited]
2011-10-02 14:57:47: DownloadQueue.cpp(113): Loading temp files from /home/kami/.aMule/Temp.
2011-10-02 14:57:47: DownloadQueue.cpp(163): All PartFiles Loaded.
[New Thread 0x7fffeaa16700 (LWP 5904)]
[New Thread 0x7fffe9eed700 (LWP 5905)]
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
[Thread 0x7fffeaa16700 (LWP 5904) exited]
[Thread 0x7fffed0fa700 (LWP 5900) exited]
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
** (amule:5876): CRITICAL **: clearlooks_style_draw_box_gap: assertion `height >= -1' failed
(amule:5876): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
(amule:5876): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
2011-10-02 14:59:14: SearchList.cpp(671): Search parsing result for "sex": 0
2011-10-02 14:59:14: SearchList.cpp(692): Search expression: sex
2011-10-02 14:59:14: SearchList.cpp(693): Expression count: 1
2011-10-02 14:59:14: SearchList.cpp(699): Parameters: 1
2011-10-02 14:59:59: SearchList.cpp(671): Search parsing result for "peerates.net": 0
2011-10-02 14:59:59: SearchList.cpp(692): Search expression: peerates.net
2011-10-02 14:59:59: SearchList.cpp(693): Expression count: 1
2011-10-02 14:59:59: SearchList.cpp(699): Parameters: 1
[Thread 0x7fffe9eed700 (LWP 5905) exited]
[Thread 0x7fffeb217700 (LWP 5902) exited]
[Thread 0x7fffeba18700 (LWP 5901) exited]
Program terminated with signal SIGKILL, Killed.
The program no longer exists.
(gdb) bt
No stack.
(gdb) bt full
No stack.
(gdb) thread apply all bt
(gdb)