Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 64279 invoked from network); 3 Oct 2006 03:21:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Oct 2006 03:21:13 -0000 Received: (qmail 82319 invoked by uid 500); 3 Oct 2006 03:21:11 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 82276 invoked by uid 500); 3 Oct 2006 03:21:11 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 82265 invoked by uid 99); 3 Oct 2006 03:21:11 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 20:21:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [216.86.168.179] ([216.86.168.179:4913] helo=mxout-04.mxes.net) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id FF/A4-29668-627D1254 for ; Mon, 02 Oct 2006 20:21:11 -0700 Received: from [192.168.1.102] (unknown [67.86.14.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 4ED3EA329F for ; Mon, 2 Oct 2006 23:21:08 -0400 (EDT) Message-ID: <4521D728.9080609@pobox.com> Date: Mon, 02 Oct 2006 23:21:12 -0400 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [drlvm][exceptions] unexpected 'VM Crashed!' message References: <7273946b0610022014g313a5884n559fd2ae1a64e60c@mail.gmail.com> In-Reply-To: <7273946b0610022014g313a5884n559fd2ae1a64e60c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is that windows specific? I don't see it on linux (I see lots of other drek we need to clean up...) Post a JIRA? geir Vladimir Ivanov wrote: > Seems, it already discussed some time ago but DLRVM still report 'VM > Crashed' message for any application that throws unhandled exception. > > Please, fix it. I'm uncomfortable to see it on each runs. > > > ========= test.java ============ > public class test { > public static void main(String[] args) throws Exception { > throw new Exception("Hello"); > } > } > ============================ > > Output: > C:\tmp\tmp17>C:\harmony\classlib1.5\deploy\jdk\jre\bin\java.exe -cp . test > Exception in thread "main" java.lang.Exception: Hello > at test.main(test.java:3) > > C:\tmp\tmp17>C:\harmony\drlvm1.5\build\win_ia32_msvc_debug\deploy\jre\bin\java > > -Dvm.assert_dialog=false -cp . -showversion test > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software > Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r452292, (Oct 3 2006), Windows/ia32/msvc 1310, debug build > http://incubator.apache.org/harmony > ...VM Crashed! > Windows reported exception: ACCESS_VIOLATION > Registers: > EAX: 0x00000674, EBX: 0x00421ee8, ECX: 0x0041df80, EDX=0x00000005 > ESI: 0x0332ff1c, EDI: 0x00000020, ESP: 0x0332ff18, EBP=0x0332ff34 > EIP: 0x10005d48 > SEH handler: shutdown error...VM Crashed! > Windows reported exception: ACCESS_VIOLATION > Registers: > EAX: 0x00000000, EBX: 0x7c97e4a0, ECX: 0x02b12250, EDX=0x00000000 > ESI: 0x0332f928, EDI: 0x0332f9e8, ESP: 0x0332f928, EBP=0x0332f92c > EIP: 0x005eea13 > SEH handler: too many shutdown errorsJNI.ExceptionDescribe: > java/lang/Exception: > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org