You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Geir Magnusson Jr (JIRA)" <ji...@apache.org> on 2006/11/03 12:39:19 UTC

[jira] Closed: (HARMONY-1662) [drlvm][exception] unhandled exception leads to 'VM Crashed!' message

     [ http://issues.apache.org/jira/browse/HARMONY-1662?page=all ]

Geir Magnusson Jr closed HARMONY-1662.
--------------------------------------

    Resolution: Fixed

> [drlvm][exception] unhandled exception leads to 'VM Crashed!' message
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-1662
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1662
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Vladimir Ivanov
>
> On win platform unhandled exception leads to 'VM Crashed!' message.
> ============= 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: 0x02b2dce0, EDX=0x00000000
>     ESI: 0x0332f928, EDI: 0x0332f9e8, ESP: 0x0332f928, EBP=0x0332f92c
>     EIP: 0x005eea13
> SEH handler: too many shutdown errorsJNI.ExceptionDescribe: java/lang/Exception:
> java/lang/Exception : Hello
>  at test.main (test.java: 3)
> Error occured while running starter class: Exception left unhandled before destroying VM
> JNI.ExceptionDescribe: java/lang/Exception:
> java/lang/Exception : Hello
>  at test.main (test.java: 3)
> Error occured in starter class shutdown() method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira