aMule Forum

English => Backtraces => Topic started by: hepisiad on December 24, 2007, 12:15:01 AM

Title: Crash after hitting the preferences button
Post by: hepisiad on December 24, 2007, 12:15:01 AM
Greetings,

Like it's said in the subject of this post, aMule crashes when i hit the Preferences button. I haven't used aMule for a while, so I can't say which change in my system caused such behavior (I think that I messed something up, since they say that one is learning from his mistakes ;) )
I use Gentoo and Xfce.

Here is backtrace:

Program received signal SIGSEGV, Segmentation fault.
0xb7234c60 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0
(gdb) bt
#0  0xb7234c60 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0
#1  0x091c2090 in ?? ()
#2  0x09145046 in ?? ()
#3  0xb729b060 in ?? () from /usr/lib/libglib-2.0.so.0
#4  0xb7764ff4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x00000000 in ?? ()
(gdb) bt full
#0  0xb7234c60 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#1  0x091c2090 in ?? ()
No symbol table info available.
#2  0x09145046 in ?? ()
No symbol table info available.
#3  0xb729b060 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb7764ff4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#5  0x00000000 in ?? ()
No symbol table info available.
(gdb) thread apply all bt

Thread 2 (LWP 3686):
#0  0xb7234c60 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0
#1  0x091c2090 in ?? ()
#2  0x09145046 in ?? ()
#3  0xb729b060 in ?? () from /usr/lib/libglib-2.0.so.0
#4  0xb7764ff4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x00000000 in ?? ()


Title: Re: Crash after hitting the preferences button
Post by: Vollstrecker on December 24, 2007, 01:41:24 PM
Which version of wx do you use. I had the same problem before changing to 2.8.7
Title: Re: Crash after hitting the preferences button
Post by: hepisiad on December 24, 2007, 04:24:47 PM
I'm using 2.6.4.0-r1 currently, but now I will try 2.8.7.1 (this version is available in my portage tree) and I'll see if it helps.
I'll write here results of that upgrade.
Title: Re: Crash after hitting the preferences button
Post by: hepisiad on December 25, 2007, 12:55:01 AM
I recompiled aMule and now it's using 2.8.7. I found helpful tips here http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled (http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled)
Now I can confirm - with 2.8.7 there's no problem :)

Thank You Vollstrecker