Hello, Andi.

AV> This could be a problem when GC runs.
AV> To verify this:
>>>> from PyLucene import System
>>>> System.gc()
AV> If the same thing happens then you've reproduced the problem I had on gentoo
AV> with gcj 4.1.1 and which was solved with this patch:
AV>      http://gcc.gnu.org/ml/java/2006-03/msg00190.html

it does not produce any errors.

AV> If this is not the same problem then try it in gdb and look at the stack.

Here is the output from a strace. Looks like it is failing to find some
LC things.
----------------------------------------------------------------------
Ran 1 test in 0.000s

OK
Exargs: /usr/local/python/bin/python: terminated by signal 6
[{WIFEXITED(s) && WEXITSTATUS(s) == 125}], 0, NULL) = 8772
--- SIGCHLD (Child exited) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
open("/usr/share/locale/locale.alias", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0xb7                                              f6c000
read(4, "# Locale name alias data base.\n#"..., 4096) = 2528
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0xb7f6c000, 4096)                = 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/make.mo", O_RDONLY) = -1 
ENOENT                                               (No such file or 
directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1 
ENOENT (                                              No such file or 
directory)
open("/usr/share/locale/en_US/LC_MESSAGES/make.mo", O_RDONLY) = -1 
ENOENT (No su                                              ch file or 
directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/make.mo", O_RDONLY) = -1 
ENOENT (No                                               such file or 
directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1 
ENOENT (No                                               such file or 
directory)
open("/usr/share/locale/en/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT 
(No such                                               file or directory)
write(2, "make: ", 6make: )                   = 6
write(2, "*** [test] Error 125", 20*** [test] Error 125)    = 20
write(2, "\n", 1
)                       = 1
rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
chdir("/root/installs/PyLucene-src-2.0.0-1") = 0
exit_group(2)                           = ?



--
Yura Smolsky,
http://altervisionmedia.com/


_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to