aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Crashes on arch  (Read 6070 times)

kens7601

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Crashes on arch
« 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]
Logged

aleator

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Crashes on arch
« Reply #1 on: October 08, 2005, 04:42:45 AM »

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:
Code: [Select]
----------------------------=| 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
« Last Edit: October 08, 2005, 04:43:48 AM by aleator »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Crashes on arch
« Reply #2 on: October 08, 2005, 06:23:21 AM »

Actually is a bug on wx 2.6.2. Locales init make aMule crash. HAppens with most of the apps that use wx...
Logged

aleator

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Crashes on arch
« Reply #3 on: October 08, 2005, 03:07:39 PM »

Quote
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 ;-)
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Logged

aleator

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Crashes on arch
« Reply #5 on: October 15, 2005, 02:00:46 AM »

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!
Logged

kens7601

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Nice to be able to use amule again
« Reply #6 on: October 15, 2005, 02:41:21 AM »

Thank you!


Ken
Logged