In my PC there are:
-) Slackware-current with kernel "vanilla" 2.6.15.4
-) OpenOffice.org 2.0.1 (packet from
http://www.slacky.it)
-) aMule 2.1.0 from source
-) wxWidgets 2.6.3-rc1 from source
If i start amule in gdb crashes with: ;(
Terminated after throwing an instance of 'wxString'
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224747328 (LWP 8688)]
0xb77dbda0 in vfprintf () from /lib/tls/libc.so.6
(there are hundreds of "Terminated after throwing an instance of 'wxString'" error!)
The result of "bt" command is:
#0 0xb77dbda0 in vfprintf () from /lib/tls/libc.so.6
#1 0xb77dbc2c in buffered_vfprintf () from /lib/tls/libc.so.6
#2 0xb77dbe5b in vfprintf () from /lib/tls/libc.so.6
#3 0xb77e457f in fprintf () from /lib/tls/libc.so.6
#4 0x082f3098 in std::operator+, std::allocator > ()
#5 0xb79a1505 in __cxa_call_unexpected () from /opt/openoffice.org2.0/program/libstdc++.so.6
#6 0xb79a1542 in std::terminate () from /opt/openoffice.org2.0/program/libstdc++.so.6
#7 0xb79a1739 in __cxa_rethrow () from /opt/openoffice.org2.0/program/libstdc++.so.6
The result of "bt full" command is:
#0 0xb77dbda0 in vfprintf () from /lib/tls/libc.so.6
No symbol table info available.
#1 0xb77dbc2c in buffered_vfprintf () from /lib/tls/libc.so.6
No symbol table info available.
#2 0xb77dbe5b in vfprintf () from /lib/tls/libc.so.6
No symbol table info available.
#3 0xb77e457f in fprintf () from /lib/tls/libc.so.6
No symbol table info available.
#4 0x082f3098 in std::operator+, std::allocator > ()
No symbol table info available.
#5 0xb79a1505 in __cxa_call_unexpected () from /opt/openoffice.org2.0/program/libstdc++.so.6
No symbol table info available.
#6 0xb79a1542 in std::terminate () from /opt/openoffice.org2.0/program/libstdc++.so.6
No symbol table info available.
#7 0xb79a1739 in __cxa_rethrow () from /opt/openoffice.org2.0/program/libstdc++.so.6
No symbol table info available.
OpenOffice.org2.0?

What it means? ?(
If I rename OpenOffice.org directory with:
"mv /opt/openoffice.org2.0 /opt/openoffice.org2.tmp"
then aMule don't crashes and works fine! 8o
Why? X(
Thank you for the help!
GiAn