Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 14207 invoked from network); 30 Jul 2007 10:59:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2007 10:59:18 -0000 Received: (qmail 27486 invoked by uid 500); 30 Jul 2007 10:59:15 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 27469 invoked by uid 500); 30 Jul 2007 10:59:15 -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 27405 invoked by uid 99); 30 Jul 2007 10:59:14 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 03:59:14 -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; Mon, 30 Jul 2007 10:59:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 473347141FD for ; Mon, 30 Jul 2007 03:58:53 -0700 (PDT) Message-ID: <27166478.1185793133288.JavaMail.jira@brutus> Date: Mon, 30 Jul 2007 03:58:53 -0700 (PDT) From: "Pavel Afremov (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_12516363 ] Pavel Afremov commented on HARMONY-2972: ---------------------------------------- Patches in JIRAs HARMONY-4264 and HARMONY-4407 fixes SOE support on x86-64 platform. > [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 > > 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.