[pylucene-dev] java.io.FileNotFoundException: (File too large)
with PyLucene 2.2.0-1 and gcc 3.4.4/3.4.6
Andi Vajda
vajda at osafoundation.org
Wed Aug 15 15:31:16 PDT 2007
On Wed, 15 Aug 2007, Jon Rosebaugh wrote:
> Ok, now it builds and all the tests pass. And I can instantiate the
> IndexSearcher. but when I try to run a search, the Python process
> crashes, saying only "Illegal instruction".
Are you running this in a threaded process ?
To use threads with PyLucene you must make them subclasses of
PyLucene.PythonThread.
Andi..
More information about the pylucene-dev
mailing list