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..
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to