aMule Forum

English => aMule crashes => Topic started by: jokker on December 09, 2010, 06:44:17 PM

Title: Crash every 30mn or so...
Post by: jokker on December 09, 2010, 06:44:17 PM
Hi,

I tried :
- rm -rf .aMule
- removing all and one by one in .aMule/Temp
- scp .aMule to other machine with same distro (ubuntu 10.04)

Same issue, here is backtrace of last crash:

(...)

** (amule:2073): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

** (amule:2073): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

** (amule:2073): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

** (amule:2073): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

** (amule:2073): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

** (amule:2073): CRITICAL **: murrine_style_draw_box_gap: assertion `height >= -1' failed

--------------------------------------------------------------------------------

A fatal error has occurred and aMule has crashed.
Please assist us in fixing this problem by posting the backtrace below in our
'aMule Crashes' forum and include as much information as possible regarding the
circumstances of this crash. The forum is located here:
    http://forum.amule.org/index.php?board=67.0
If possible, please try to generate a real backtrace of this crash:
    http://wiki.amule.org/index.php/Backtraces

----------------------------=| BACKTRACE FOLLOWS: |=----------------------------
Current version is: aMule 2.2.6 using wxGTK2 v2.8.10
Running on: Linux 2.6.32-27-generic i686

[2] ?? in amule[0x8084a89]
[3] wxFatalSignalHandler in /usr/lib/libwx_baseu-2.8.so.0[0xde9a56]
[4] ?? in [0x42a400]
[5] ?? in /lib/tls/i686/cmov/libc.so.6[0xfaf8da]
[6] ?? in /lib/tls/i686/cmov/libc.so.6[0xfb1afd]
[7] __libc_malloc in /lib/tls/i686/cmov/libc.so.6[0xfb3f9c]
[8] operator new(unsigned int) in /usr/lib/libstdc++.so.6[0xf0bc07]
[9] ?? in amule[0x811e0b0]
[10] ?? in amule[0x80db7a6]
[11] ?? in amule[0x80afdc4]
[12] ?? in amule[0x811f00b]
[13] wxThreadInternal::PthreadStart(wxThread*) in /usr/lib/libwx_baseu-2.8.so.0[0xde4138]
[14] wxPthreadStart in /usr/lib/libwx_baseu-2.8.so.0[0xde419d]
[15] ?? in /lib/tls/i686/cmov/libpthread.so.0[0x4b996e]
[16] clone in /lib/tls/i686/cmov/libc.so.6[0x1011a4e]


--------------------------------------------------------------------------------
Abandon


Really anoying, thanks for helping.

Jokker.
Title: Re: Crash every 30mn or so...
Post by: ^marcell^ on December 09, 2010, 06:58:26 PM
Unfortunately there is important information missing from the backtrace. I am talking about the question marks "??".

I suggest that you download the latest SVN version and compile it enabling debug information. Then see if the crash still occurs. If yes: you will be able to post a more useful backtrace.

As for the messages stating "CRITICAL": it seems to be a Ubuntu related issue (https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/538499).
Title: Re: Crash every 30mn or so...
Post by: Stu Redman on December 09, 2010, 07:54:50 PM
Marcell, if aMule crashes on a bad alloc after exhausting the memory a GDB backtrace won't help.
Title: Re: Crash every 30mn or so...
Post by: ^marcell^ on December 11, 2010, 11:03:02 PM
Doh! I missed the "malloc" part of the backtrace.