Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC0D0920D for ; Thu, 29 Mar 2012 16:30:17 +0000 (UTC) Received: (qmail 39710 invoked by uid 500); 29 Mar 2012 16:30:11 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 39627 invoked by uid 500); 29 Mar 2012 16:30:11 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 39438 invoked by uid 99); 29 Mar 2012 16:30:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 16:30:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gbowyer@fastmail.co.uk designates 66.111.4.25 as permitted sender) Received: from [66.111.4.25] (HELO out1-smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 16:30:03 +0000 Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 18F0220853 for ; Thu, 29 Mar 2012 12:29:43 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 29 Mar 2012 12:29:43 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.co.uk; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=mesmtp; bh=GkTkWTZxfKni8+IJuTJ7uhpl Mz0=; b=PmQOvB+PqCKm/gT7WxQpIu1WWKRF2aoFJ6go3CEyPpj4Een7coxv6XNq SaNsgAaLRff9+PLcvr19ASYShT95qZya3vMCbGP7OUqJpeILEjlsxEFmL7z6G5ou JgDtq9pjOtPMHIGsAl4/PNgFlkKquEjJDl8ixaqIvY01ZNfKvu0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type; s=smtpout; bh=GkTk WTZxfKni8+IJuTJ7uhplMz0=; b=Q00kMiskHYbQDyBQyHAsgITtjZCulQlG/jdV luwVNwMt16cmwOEsHWDFYM0kIYlmFjjARuL45tW8EJeBdobmKHwoPi2tCyX/gixp EpjnfPHUFR8CpS42aytcQWVMgidpHnjmvhB+Aao3qCDcJAPFhf//R7kEVDF68Ugm hapzZ5E= X-Sasl-enc: BChmhIaFokXfYF37X1XzWeqxUQwrmj/W5SQELAqjFiYf 1333038582 Received: from [10.0.0.194] (unknown [76.89.130.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id 7C2B78E018C; Thu, 29 Mar 2012 12:29:42 -0400 (EDT) Message-ID: <4F748DF5.5060806@fastmail.co.uk> Date: Thu, 29 Mar 2012 09:29:41 -0700 From: Greg Bowyer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: David Mosca CC: "java-user@lucene.apache.org" Subject: Re: PyLucene Error Message References: <4F7485B9.3070407@fastmail.co.uk> In-Reply-To: Content-Type: multipart/alternative; boundary="------------060606010200070502040504" --------------060606010200070502040504 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 following lucene.getVMEnv().attachCurrentThread() On 29/03/2012 09:10, David Mosca wrote: > I have re-attached the log. > > Thanks, > > David > > > -----Original Message----- > From: Greg Bowyer [mailto:gbowyer@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/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) and sometimes not (I always launch >> the same script, exactly in the same way). When I get the error >> message I keep launching the script again until the script stops >> crashing (it sometimes takes up to 5 or 6 times). >> >> Could you please have a look into this? >> >> Thank you. >> >> *David* >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-user-help@lucene.apache.org --------------060606010200070502040504--