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 E9E16727B for ; Thu, 15 Dec 2011 14:07:04 +0000 (UTC) Received: (qmail 3951 invoked by uid 500); 15 Dec 2011 14:07:01 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 3863 invoked by uid 500); 15 Dec 2011 14:07:01 -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 3816 invoked by uid 99); 15 Dec 2011 14:07:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Dec 2011 14:07:01 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD 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; Thu, 15 Dec 2011 14:06:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CBFB41143C3 for ; Thu, 15 Dec 2011 14:06:30 +0000 (UTC) Date: Thu, 15 Dec 2011 14:06:30 +0000 (UTC) From: "Krystian Nowak (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <162965845.15571.1323957990836.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=13170210#comment-13170210 ] Krystian Nowak commented on LUCENE-3335: ---------------------------------------- Seems like finally done in 7u2: http://www.oracle.com/technetwork/java/javase/2col/7u2bugfixes-1394661.html > 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 (fixed in JDK 1.7.0_1) > - JDK 1.6.0_20+ with -XX:+OptimizeStringConcat or -XX:+AggressiveOpts (fixed in JDK 1.6.0_29) > 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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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