Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27E747CB9 for ; Mon, 1 Aug 2011 22:07:20 +0000 (UTC) Received: (qmail 90701 invoked by uid 500); 1 Aug 2011 22:07:18 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 90388 invoked by uid 500); 1 Aug 2011 22:07:17 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 90372 invoked by uid 99); 1 Aug 2011 22:07:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 22:07:17 +0000 X-ASF-Spam-Status: No, hits=-1999.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 22:07:16 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 76DF599468 for ; Mon, 1 Aug 2011 22:06:55 +0000 (UTC) Date: Mon, 1 Aug 2011 22:06:55 +0000 (UTC) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Message-ID: <1955631072.313.1312236415483.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2020438983.959.1311424989919.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3335) jrebug causes porter stemmer to sigsegv MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13073818#comment-13073818 ] Uwe Schindler commented on LUCENE-3335: --------------------------------------- The SIGSEGV bug was already reported on the Elastic Search mailing list in January: [http://elasticsearch-users.115913.n3.nabble.com/Java-6u23-and-ES-0-14-2-crashing-on-signal-6-SIGABT-td2289578.html] It would have been nice, if Shay Bannon contacted us! > jrebug causes porter stemmer to sigsegv > --------------------------------------- > > Key: LUCENE-3335 > URL: https://issues.apache.org/jira/browse/LUCENE-3335 > Project: Lucene - Java > Issue Type: Bug > Affects Versions: 1.9, 1.9.1, 2.0.0, 2.1, 2.2, 2.3, 2.3.1, 2.3.2, 2.4, 2.4.1, 2.9, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 3.0, 3.0.1, 3.0.2, 3.0.3, 3.1, 3.2, 3.3, 3.4, 4.0 > Environment: - JDK 7 Preview Release, GA (may also affect update _1, targeted fix is JDK 1.7.0_2) > - JDK 1.6.0_20+ with -XX:+OptimizeStringConcat or -XX:+AggressiveOpts > Reporter: Robert Muir > Assignee: Robert Muir > Labels: Java7 > Attachments: LUCENE-3335.patch, LUCENE-3335_slow.patch, patch-0uwe.patch > > > happens easily on java7: ant test -Dtestcase=TestPorterStemFilter -Dtests.iter=100 > might happen on 1.6.0_u26 too, a user reported something that looks like the same bug already: > http://www.lucidimagination.com/search/document/3beaa082c4d2fdd4/porterstemfilter_kills_jvm -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org