Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 26704 invoked from network); 17 Dec 2009 18:15:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 18:15:42 -0000 Received: (qmail 55806 invoked by uid 500); 17 Dec 2009 18:15:41 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 55761 invoked by uid 500); 17 Dec 2009 18:15:41 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 55469 invoked by uid 99); 17 Dec 2009 18:15:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 18:15:41 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 18:15:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 39CD229A0026 for ; Thu, 17 Dec 2009 10:15:18 -0800 (PST) Message-ID: <1839010213.1261073718235.JavaMail.jira@brutus> Date: Thu, 17 Dec 2009 18:15:18 +0000 (UTC) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-2039) G1 GC issues In-Reply-To: <1563731292.1260480678786.JavaMail.jira@brutus> 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/HBASE-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792039#action_12792039 ] stack commented on HBASE-2039: ------------------------------ The G1 in 1.6 fails for me in concurrent utils package with a regularity, something it doesn't do in 1.7. I get further when I use jdk7. Maybe try it? I did a search on 'IGSEGV (0xb) at pc=0x00007f05f888f201, pid=19186' It turned up a few hits. Were you running on xen? There is also this: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=109 > G1 GC issues > ------------ > > Key: HBASE-2039 > URL: https://issues.apache.org/jira/browse/HBASE-2039 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > > Lets keep an issue where we report on g1 issues. Lets keep list of crashes we see. > I filed an issue up on bug parade. Lets see if it becomes actual bug. Below I note version of vm and the type of crash (Internal Error (nmethod.cpp:1981), pid=32319..... Its a 'fatal error'). It happens for me after 5-10 minutes when a loading test. Same thing each time. > G1 in 1.6 seems plain broke; crashes on use of stuff in concurrent utils package. > Date Created: Thu Dec 10 13:33:04 MST 2009 > .. > Synopsis: Running G1 GC, crashes with " Internal Error (nmethod.cpp:1981), pid=32319..." > Description: > FULL PRODUCT VERSION : > java version "1.7.0-ea" > Java(TM) SE Runtime Environment (build 1.7.0-ea-b77) > Java HotSpot(TM) 64-Bit Server VM (build 17.0-b05, mixed mode) > FULL OS VERSION : > Fedora Core release 6 (Zod) > EXTRA RELEVANT SYSTEM CONFIGURATION : > Here are the JVM args: > -XX:+HeapDumpOnOutOfMemoryError -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.