Hello,
I am using the ReviewBoard software, which internally uses PyLucene for
its search function. Almost every time I use the search functionality
however, I get a segmentation fault, which gets logged by apache:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fab1f777874, pid=16468, tid=140373040924416
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode
linux-amd64 compressed oops)
# Problematic frame:
# C [libjcc.so+0x7874] JCCEnv::setClassPath(char const*)+0x24
I recently built the current PyLucene (3.4.0-1) manually and swapped the
open-jdk with sun's jdk
without any result. Find attached the complete error log from apache. As
for other users everything works fine, I guess the error might be hidden
in my setup. The reason I ask this here (also posted to ReviewBoard list),
is that they had no solution for a similar error and suggested posting
here.
Regards, Ruben
Pylucene: 3.4.0-1 (also tried 2.3.1-1.1u from aptitude)
Python: 2.6.5
Apache: 2.2.14-5ub
OS: Ubuntu 10.04.3 LTS
|