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 2EF2E4838 for ; Tue, 5 Jul 2011 10:39:47 +0000 (UTC) Received: (qmail 83992 invoked by uid 500); 5 Jul 2011 10:39:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 83231 invoked by uid 500); 5 Jul 2011 10:39:42 -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 81799 invoked by uid 99); 5 Jul 2011 10:39:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 10:39:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Tue, 05 Jul 2011 10:39:38 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DAC6743EA0 for ; Tue, 5 Jul 2011 10:39:16 +0000 (UTC) Date: Tue, 5 Jul 2011 10:39:16 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <232002724.207.1309862356892.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <256725464.1903.1309788202198.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3275) SamplingAccumulatorTest hangs on Java 1.6.0u26 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059827#comment-13059827 ] Michael McCandless commented on LUCENE-3275: -------------------------------------------- I wasn't able to get a hang on Fedora 13 Linux using 1.6.0_26... but I only tried ~10 iteration of ant test. > SamplingAccumulatorTest hangs on Java 1.6.0u26 > ---------------------------------------------- > > Key: LUCENE-3275 > URL: https://issues.apache.org/jira/browse/LUCENE-3275 > Project: Lucene - Java > Issue Type: Bug > Reporter: Robert Muir > > on the mac, a system update pushed out an upgrade to 1.6.0u26 > basically, if i run 'ant test' from the faceting module, my jre completely hangs (0% cpu, won't even respond to kill -QUIT to print a stacktrace). > This is reproducable... it always happens inside SamplingAccumulatorTest. > Of course if i run this test by itself, or anything else, it doesn't want to hang... but you should be able to reproduce by running 'ant test -Dtests.threadspercpu=0' which runs all tests sequentially. > Acts like http://forums.oracle.com/forums/thread.jspa?threadID=2246699 > I think this JRE version (update 26) is broken. If your mac asks you to upgrade, just say no. -- 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