Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 70488 invoked from network); 6 Feb 2008 10:23:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 10:23:31 -0000 Received: (qmail 71728 invoked by uid 500); 6 Feb 2008 10:23:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 71709 invoked by uid 500); 6 Feb 2008 10:23:23 -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 71699 invoked by uid 99); 6 Feb 2008 10:23:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 02:23:23 -0800 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; Wed, 06 Feb 2008 10:23:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4674971409B for ; Wed, 6 Feb 2008 02:23:08 -0800 (PST) Message-ID: <10344515.1202293388285.JavaMail.jira@brutus> Date: Wed, 6 Feb 2008 02:23:08 -0800 (PST) From: "Sergey Salishev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5463) [drlvm] VM crashes with -server In-Reply-To: <23789944.1202292311428.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-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566070#action_12566070 ] Sergey Salishev commented on HARMONY-5463: ------------------------------------------ If the main method body is wrapped in non-static method test doesn't crash. > [drlvm] VM crashes with -server > ------------------------------- > > Key: HARMONY-5463 > URL: https://issues.apache.org/jira/browse/HARMONY-5463 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Affects Versions: 5.0M4 > Environment: Windows > Reporter: Sergey Salishev > Attachments: test.zip > > > VM crashes with the attached test. > Command line: > \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark > Windows reported exception: 0xc0000005 > Registers: > EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720 > ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8 > EIP: 0x0212cef4 > Stack trace: > 0: ?? (??:-1) > 1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2) > 2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68) > 3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44) > 4: java/lang/Thread.run()V (Thread.java:-1) > 5: java/lang/Thread.runImpl()V (Thread.java:668) > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.