aMule Forum
English => aMule crashes => Topic started by: kens7601 on October 08, 2005, 01:11:09 AM
-
Hopefully someone can help. This is all greek to me.
Ken
[2] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.6.so.0[0xb79c88e6]
[3] ?? in [0xffffe420]
[4] wxMBConv::cMB2WC(char const*, unsigned int, unsigned int*) const in /usr/lib/libwx_baseu-2.6.so.0[0xb7981dd3]
[5] wxString::wxString(char const*, wxMBConv&, unsigned int) in /usr/lib/libwx_baseu-2.6.so.0[0xb798ad14]
[6] wxMsgCatalogFile::FillHash(wxMessagesHash&, wxString const&, bool) const in /usr/lib/libwx_baseu-2.6.so.0[0xb796b9eb]
[7] wxMsgCatalog::Load(wchar_t const*, wchar_t const*, wchar_t const*, bool) in /usr/lib/libwx_baseu-2.6.so.0[0xb7971e76]
[8] wxLocale::AddCatalog(wchar_t const*, wxLanguage, wchar_t const*) in /usr/lib/libwx_baseu-2.6.so.0[0xb7972c41]
[9] wxLocale::AddCatalog(wchar_t const*) in /usr/lib/libwx_baseu-2.6.so.0[0xb7972ee3]
[10] ?? in amule [0x8175c05]
[11] ?? in amule [0x806e44f]
[12] ?? in amule [0x8072325]
[13] ?? in amule [0x80769df]
[14] wxAppConsole::CallOnInit() in amule[0x8074d01]
[15] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0xb7969be0]
[16] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0xb7969cc6]
[17] ?? in amule [0x807649e]
[18] __libc_start_main in /lib/tls/libc.so.6[0xb764adf2]
[19] __gxx_personality_v0 in amule[0x80677f1]
-
i'm amule maintainer for arch
arch updated wxgtk from 2.6.1 to 2.6.2 what makes it crash amule - with 2.6.1 it works fine, with 2.6.2 it crashes at startup:
----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.0.3 using wxGTK2 v2.6.2 (Unicoded)
Running on: Linux 2.6.13-rc5-mm1-ARCH i686
[2] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.6.so.0[0xb79fb8e6]
[3] ?? in [0xffffe420]
[4] wxMBConv::cMB2WC(char const*, unsigned int, unsigned int*) const in /usr/lib/libwx_baseu-2.6.so.0[0xb79b4dd3]
[5] wxString::wxString(char const*, wxMBConv&, unsigned int) in /usr/lib/libwx_baseu-2.6.so.0[0xb79bdd14]
[6] wxMsgCatalogFile::FillHash(wxMessagesHash&, wxString const&, bool) const in /usr/lib/libwx_baseu-2.6.so.0[0xb799e9eb]
[7] wxMsgCatalog::Load(wchar_t const*, wchar_t const*, wchar_t const*, bool) in /usr/lib/libwx_baseu-2.6.so.0[0xb79a4e76]
[8] wxLocale::AddCatalog(wchar_t const*, wxLanguage, wchar_t const*) in /usr/lib/libwx_baseu-2.6.so.0[0xb79a5c41]
[9] wxLocale::AddCatalog(wchar_t const*) in /usr/lib/libwx_baseu-2.6.so.0[0xb79a5ee3]
[10] ?? in amule [0x8175d55]
[11] ?? in amule [0x806e49f]
[12] ?? in amule [0x8072375]
[13] ?? in amule [0x8076a4f]
[14] wxAppConsole::CallOnInit() in amule[0x8074d51]
[15] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-2.6.so.0[0xb799cbe0]
[16] wxEntry(int&, char**) in /usr/lib/libwx_baseu-2.6.so.0[0xb799ccc6]
[17] ?? in amule [0x807650e]
[18] __libc_start_main in /lib/tls/libc.so.6[0xb767ddf2]
[19] __gxx_personality_v0 in amule[0x80677e1]
--------------------------------------------------------------------------------
Aborted
the coresponding bug is here:
http://bugs.archlinux.org/index.php?do=details&id=3306
it seems that th wxgtk changed and amule 2.0.3 is not longer compabitble with it
does anybody have a solution to this?
thank you in advance
-
Actually is a bug on wx 2.6.2. Locales init make aMule crash. HAppens with most of the apps that use wx...
-
Originally posted by Kry
Actually is a bug on wx 2.6.2. Locales init make aMule crash. HAppens with most of the apps that use wx...
does the wxgtk people know about that? i seem to fail to find a bug in their bug-tracker:
http://sourceforge.net/tracker/?group_id=9863&atid=109863
or a patch fixing this:
http://sourceforge.net/tracker/?group_id=9863&atid=309863
it is also a little bit ironic because the 2.6.2 is a bugfix release ;-)
-
http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?5:mss:66754:mbmedlfndoopaleaohnl
-
just for completeness and redundancy of information:
we released wxgtk 2.6.2-2 in arch that contains a patch that fixes this crashing. problem solved!
-
Thank you!
Ken