On Thu, 14 Apr 2011, Marcus wrote:

in certain cases when a java/pylucene exception occurs,  it gets passed up
in my code, and I'm able to analyze the situation.
sometimes though,  the python process just crashes, and if I happen to be in
top (linux top that is), I see a JCC exception flash up in the top console.
where can I go to look for this exception, or is it just lost?
I looked in the locations where a java crash would be located, but didn't
find anything.

If you're hitting a crash because of an unhandled C++ exception, running a debug build with symbols under gdb will help greatly in tracking it down.

An unhandled C++ exception would be a PyLucene/JCC bug. If you have a simple way to reproduce this failure, send it to this list.

Andi..

Reply via email to