aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Crash every 30mn or so...  (Read 3302 times)

jokker

  • Newbie
  • Karma: 2
  • Offline Offline
  • Posts: 4
Crash every 30mn or so...
« 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.
Logged

^marcell^

  • Developer
  • Hero Member
  • *****
  • Karma: 28
  • Offline Offline
  • Posts: 524
Re: Crash every 30mn or so...
« Reply #1 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.
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: Crash every 30mn or so...
« Reply #2 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.
Logged
The image of mother goddess, lying dormant in the eyes of the dead, the sheaf of the corn is broken, end the harvest, throw the dead on the pyre -- Iron Maiden, Isle of Avalon

^marcell^

  • Developer
  • Hero Member
  • *****
  • Karma: 28
  • Offline Offline
  • Posts: 524
Re: Crash every 30mn or so...
« Reply #3 on: December 11, 2010, 11:03:02 PM »

Doh! I missed the "malloc" part of the backtrace.
Logged