aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SVN r10330 segfaults libclucene bug?  (Read 2549 times)

Attila

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 77
    • Ljubljana Phonology
SVN r10330 segfaults libclucene bug?
« on: October 28, 2010, 10:37:26 AM »

Hi again (it's been a while),
Running Debian Squeeze and compiled svn r10330 with no errors reported using wxwidgets 2.9.1 (with unicode).
On startup amule crashes. Here's the output from gdb:
Code: [Select]
(gdb) run
Starting program: /tmp/aMule-SVN-r10330/src/amule
[Thread debugging using libthread_db enabled]
Assertion failed: ./include/wx/strvararg.h:wxArgNormalizer:449: Assertion '(argtype & (wxFormatStringSpecifier<T>::value)) == argtype' failed. format specifier doesn't match argument type

Backtrace follows:

Program received signal SIGSEGV, Segmentation fault.
__wcslen (s=0x0) at wcslen.c:30
30      wcslen.c: No such file or directory.
        in wcslen.c
Current language:  auto
The current source language is "auto; currently c".
Some googling indicates that there may be a problem with clucene as shown here:http://www.mail-archive.com/clucene-developers@lists.sourceforge.net/msg00330.html
cheers,
Attila
Logged

Stu Redman

  • Administrator
  • Hero Member
  • *****
  • Karma: 214
  • Offline Offline
  • Posts: 3739
  • Engines screaming
Re: SVN r10330 segfaults libclucene bug?
« Reply #1 on: October 28, 2010, 08:52:03 PM »

2.9.1 doesn't work in Linux. If you're feeling adventurous and want to try wx 2.9, try wx trunk. There the bug is fixed iirc.
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

Attila

  • Jr. Member
  • **
  • Karma: 0
  • Offline Offline
  • Posts: 77
    • Ljubljana Phonology
Re: SVN r10330 segfaults libclucene bug?
« Reply #2 on: October 28, 2010, 08:58:26 PM »

Cheers Stu.
Apologies for not sending a proper backtrace and putting it into the Amule Crashes forum. I have recompiled amule with the --enable-debug etc. and posted a proper backtrace in the backtraces forums. Maybe this will be useful, maybe not. I tried my best. ;)
I'll be adventurous (at my age what do I have to lose?) and try recompiling wxwidgets using wxtrunk 2.9
cheers,
Attila
Logged