Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23618 invoked from network); 27 Sep 2007 20:58:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 20:58:14 -0000 Received: (qmail 28266 invoked by uid 500); 27 Sep 2007 20:58:04 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 28253 invoked by uid 500); 27 Sep 2007 20:58:04 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 28240 invoked by uid 99); 27 Sep 2007 20:58:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 13:58:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 21:00:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 088107141FE for ; Thu, 27 Sep 2007 13:57:51 -0700 (PDT) Message-ID: <29549931.1190926671032.JavaMail.jira@brutus> Date: Thu, 27 Sep 2007 13:57:51 -0700 (PDT) From: "Ivan Volosyuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2972) [drlvm][smoke] stress.Stack causes segmentation fault on SUSE9 linux em64t In-Reply-To: <13175788.1168504167497.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-2972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530837 ] Ivan Volosyuk commented on HARMONY-2972: ---------------------------------------- Are you still using GCv41? This diagnostics is just limitation of the GC when working in compressed references mode on 64bit platform. In order to get rid of the limitation entirely need to change compaction algorithm on a different one. As Xiao Feng found out in his paper this is not the best algorithm to have. > [drlvm][smoke] stress.Stack causes segmentation fault on SUSE9 linux em64t > -------------------------------------------------------------------------- > > Key: HARMONY-2972 > URL: https://issues.apache.org/jira/browse/HARMONY-2972 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Elena Semukhina > Attachments: 0001-Fix-bug-in-stack-check-function.patch > > > The test is excluded from the "build test" runs on linux em64t JIT mode because it fails as follows: > 1 > 2 > .... > 286647 > 286648 > not enough reserved space for roots > log4cxx: No appender could be found for logger (port.old). > log4cxx: Please initialize the log4cxx system properly. > Segmentation fault > The test is very simple and just nvokes a method recursively and normally should get StackOverflowError. The printed values are iteration numbers. > The test is also excluded on this platform for the interpreter mode for some reason but it passes for me. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.