On Mar 25, 2009, at 23:44, Antony Joseph <ant...@digitalglue.in> wrote:

Hello,

I'm using pylucene in a Tubogears application. This is running on a Win 2003
server.
Lately, the app has been crashing a lot, with the Windows Event log showing
logs like:

Faulting application python.exe, version 0.0.0.0, faulting module
_lucene.pyd, version 0.0.0.0, fault address 0x00014406.

Did you call attachCurrentThread() from any thread calling Lucene java APIs ? The latest PyLucene, available via svn trunk (see http://lucene.apache.org/pylucene ) does a better job at detecting such missing calls. You might want to give it a try.

Andi..



The pylucene part of the app is processing a single folder with a lot of files. I process them in a loop and at every 1000th file close the index
writer and index searcher and then reopen both of them.

The version of software used is:

Python: 2.5.4
pylucene (windows binary): 2.4.0 with JCC 2.0
Turbogears 1.0.8



Any help is greatly appreciated

Thanks in advance.






Thanks,
Antony





------------------
DigitalGlue, India

Reply via email to