Python pylucene安装使测试失败

Python pylucene安装使测试失败,python,ubuntu,lucene,pylucene,Python,Ubuntu,Lucene,Pylucene,下面我将在Ubuntu上安装pylucene 我安装了所有必需的文件。在执行以下脚本的最后一步: make make test make install 当我运行第二行maketest时,我得到一个错误 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f39aaaae12c, pid=15210, tid=0x00007f39afa31740

下面我将在Ubuntu上安装pylucene

我安装了所有必需的文件。在执行以下脚本的最后一步:

make
make test
make install
当我运行第二行
maketest
时,我得到一个错误

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f39aaaae12c, pid=15210, tid=0x00007f39afa31740
#
# JRE version: Java(TM) SE Runtime Environment (8.0_231-b11) (build 1.8.0_231-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.231-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V  [libjvm.so+0x6d812c]  jni_RegisterNatives+0x7c
#
# Core dump written. Default location: /home/bg/pylucene-8.1.1/core or core.15210
#
# An error report file with more information is saved as:
# /home/bg/pylucene-8.1.1/hs_err_pid15210.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
xargs: /home/bg/py3/bin/python: terminated by signal 6
Makefile:428: recipe for target 'test' failed
make: *** [test] Error 125

你知道为什么会这样吗?对于
test3/test\u PrefixQuery.py
,我得到了一个类似的错误。我也不知道我应该在日志文件中查找什么。任何帮助都会很好。谢谢,不用@PSK。。当时我放弃了,改变了整个计划。你知道为什么会这样吗?对于
test3/test\u PrefixQuery.py
,我得到了一个类似的错误。我也不知道我应该在日志文件中查找什么。任何帮助都会很好。谢谢,不用@PSK。。当时我放弃了,改变了整个计划。