[pylucene-dev] optimize in 2.0.0
Andi Vajda
vajda at osafoundation.org
Mon Jul 17 06:53:31 PDT 2006
On Mon, 17 Jul 2006, Yura Smolsky wrote:
> Hmm. I have tried different versions of GCC and nothing helps.
Which ones ?
> tried this on fedore core. make test returns this:
> ...
> Exargs: /usr/bin/python: terminated by signal 6
> make: *** [test] Error 125
>
> What does it mean?
This could be a problem when GC runs.
To verify this:
>>> from PyLucene import System
>>> System.gc()
If the same thing happens then you've reproduced the problem I had on gentoo
with gcj 4.1.1 and which was solved with this patch:
http://gcc.gnu.org/ml/java/2006-03/msg00190.html
If this is not the same problem then try it in gdb and look at the stack.
Andi..
More information about the pylucene-dev
mailing list