Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 51048 invoked from network); 28 May 2007 11:43:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2007 11:43:37 -0000 Received: (qmail 23766 invoked by uid 500); 28 May 2007 11:43:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 23739 invoked by uid 500); 28 May 2007 11:43:41 -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 23730 invoked by uid 99); 28 May 2007 11:43:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 04:43:41 -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, 28 May 2007 04:43:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7BEEA4297CD for ; Mon, 28 May 2007 04:43:16 -0700 (PDT) Message-ID: <5304260.1180352596504.JavaMail.jira@brutus> Date: Mon, 28 May 2007 04:43:16 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3878) [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF In-Reply-To: <14440842.1179310216555.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-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499546 ] Alexey Varlamov commented on HARMONY-3878: ------------------------------------------ The same problem appeared for thread.ManyThreadsTest (roughly somewhere between r541300 - 542000). > [drlvm][util][smoke] gc.NPE smoke test fails with assertion on Linux/IPF > ------------------------------------------------------------------------ > > Key: HARMONY-3878 > URL: https://issues.apache.org/jira/browse/HARMONY-3878 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Linux@IPF > Reporter: Pavel Ozhdikhin > > The smoke test gc.NPE fails with assertion violation when running in JIT mode on Linux/IPF: > bin> ./java -cp /harmony/trunk/working_vm/build/lnx_ipf_gcc_debug/semis/vm/_smoke.tests/classes gc.NPE > .,...,..,..,.FIXME: java_throw_from_sigcontext: not implemented > java: /harmony/trunk/working_vm/vm/vmcore/src/util/linux/signals_ipf.cpp:118: bool java_throw_from_sigcontext(ucontext_t*, Class*): Assertion `0' failed. > SIGABRT in VM code. > Aborted > bin> > When running with interpreter the test passes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.