You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/08/02 13:58:53 UTC

[jira] Updated: (HARMONY-4557) [drlvm][stack] VM crashes without any printing in stress condition on Windows x86-64.

     [ https://issues.apache.org/jira/browse/HARMONY-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky updated HARMONY-4557:
---------------------------------------

    Summary: [drlvm][stack] VM crashes without any printing in stress condition on Windows x86-64.  (was: [DRLVM]{stack] VM crashes without any printing in stress condition on Windows x86-64.)

> [drlvm][stack] VM crashes without any printing in stress condition on Windows x86-64.
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4557
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4557
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Afremov
>
> On following test, without debugging, on Windows x86-64 VM in OPT mode return code 128 - crashes without any printing.
> public class test { 
>     public static void main(String [] args) { 
>             try { 
>                         main(args); 
>                   } catch (Throwable e) { 
>                      System.out.println("was caught " + e); 
>                  } 
>      } 
>  } 
>  Under debugger  or in JET mode everething works OK.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.