Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 52533 invoked from network); 14 Mar 2007 09:46:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2007 09:46:30 -0000 Received: (qmail 69583 invoked by uid 500); 14 Mar 2007 09:46:38 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 69568 invoked by uid 500); 14 Mar 2007 09:46:38 -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 69559 invoked by uid 99); 14 Mar 2007 09:46:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Mar 2007 02:46:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 14 Mar 2007 02:46:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 786DE714075 for ; Wed, 14 Mar 2007 02:46:09 -0700 (PDT) Message-ID: <23458822.1173865569491.JavaMail.jira@brutus> Date: Wed, 14 Mar 2007 02:46:09 -0700 (PDT) From: "Aleksey Ignatenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3035) [drlvm][jit] EUT coreruntime suit crash in JIT In-Reply-To: <29507455.1169464710229.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-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480701 ] Aleksey Ignatenko commented on HARMONY-3035: -------------------------------------------- I checked opt patch with HARMONY-3035-in-OPT-v2.patch applied, coreruntime suit failed with the following stack trace in OPT mode: [exec] [java] Assertion failed: arrayType->isArrayType(), file C:\.usr\avignate\Harmony\working_vm\vm\jitrino\src\optimizer\CodeSe lectors.cpp, line 1254 [exec] [java] This application has requested the Runtime to terminate it in an unusual way. [exec] [java] Please contact the application's support team for more information. [exec] [java] Assertion failed: depth == 0, file C:\.usr\avignate\Harmony\working_vm\vm\jitrino\src\main\PMF.cpp, line 709 [exec] [java] This application has requested the Runtime to terminate it in an unusual way. [exec] [java] Please contact the application's support team for more information. [exec] [java] This application has requested the Runtime to terminate it in an unusual way. [exec] [java] Please contact the application's support team for more information. [exec] [java] This application has requested the Runtime to terminate it in an unusual way. [exec] [java] Please contact the application's support team for more information. [exec] [java] Java Result: 3 > [drlvm][jit] EUT coreruntime suit crash in JIT > ---------------------------------------------- > > Key: HARMONY-3035 > URL: https://issues.apache.org/jira/browse/HARMONY-3035 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows > Reporter: Aleksey Ignatenko > Assigned To: Alexey Varlamov > Attachments: 0001-fix-for-hy-3035-JSR-processing-in-jet.patch, HARMONY-3035-in-OPT-v2.patch, HARMONY-3035-in-OPT.patch, java1.dmp, java2.dmp > > > Running of EUT (Eclipse Unit Tests) coreruntime suit leads to a crash in jitrino. I see different stack traces in every reproduction of crash. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.