March 2012 20:37
To: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
There seems to be a bug in pylucene where it races if you do not read
the value of the attach
try adding a wait in your thread like so
class ThreadSearch(threading.Thread):
def __init__(self, queue, jvm
queue, with no results.
From: Greg Bowyer [mailto:gbow...@fastmail.co.uk]
Sent: 29 March 2012 18:09
To: David Mosca
Cc: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
Its a bit crap, but can you stick a time.sleep(0.5) just after the attach to
see if that cures it
On 29/03/2012
already tried a sleep(1) when
populating the queue, with no results.
From: Greg Bowyer [mailto:gbow...@fastmail.co.uk]
Sent: 29 March 2012 18:09
To: David Mosca
Cc: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
Its a bit crap, but can you stick a time.sleep(0.5) just after the
Unfortunately not. Interestingly enough I had already tried a sleep(1) when
populating the queue, with no results.
From: Greg Bowyer [mailto:gbow...@fastmail.co.uk]
Sent: 29 March 2012 18:09
To: David Mosca
Cc: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
Its a bit crap, but
vid Mosca
*Cc:* java-user@lucene.apache.org
*Subject:* Re: PyLucene Error Message
Wow a VM / hotspot crash, are you using threads ?
If you are make sure you have correctly attached the vm env to each
new thread *after* you have initialised it on the main thread
This is done with the follo
but I still get
the same error message.
Thanks,
David
From: Greg Bowyer [mailto:gbow...@fastmail.co.uk]
Sent: 29 March 2012 17:30
To: David Mosca
Cc: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
Wow a VM / hotspot crash, are you using threads ?
If you are make sure you hav
:
I have re-attached the log.
Thanks,
David
-Original Message-
From: Greg Bowyer [mailto:gbow...@fastmail.co.uk]
Sent: 29 March 2012 16:55
To: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
I dont see any attached log, can you attach the log please.
-- Greg
On 29/03
I have re-attached the log.
Thanks,
David
-Original Message-
From: Greg Bowyer [mailto:gbow...@fastmail.co.uk]
Sent: 29 March 2012 16:55
To: java-user@lucene.apache.org
Subject: Re: PyLucene Error Message
I dont see any attached log, can you attach the log please.
-- Greg
On 29/03
I dont see any attached log, can you attach the log please.
-- Greg
On 29/03/2012 07:35, David Mosca wrote:
Hello,
I am using Lucene version 3.4 through the Python extension (pylucene)
in a multi-threaded script. When I launch the script I sometimes get a
fatal error message (log attached) a
Hello,
I am using Lucene version 3.4 through the Python extension (pylucene) in a
multi-threaded script. When I launch the script I sometimes get a fatal error
message (log attached) and sometimes not (I always launch the same script,
exactly in the same way). When I get the error message I kee
10 matches
Mail list logo