You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2007/08/16 14:25:31 UTC

[jira] Created: (HARMONY-4642) [drlvm][exception] Release DRLVM crashes on simple SOE test on Windows x86-64

[drlvm][exception] Release DRLVM crashes on simple SOE test on Windows x86-64
-----------------------------------------------------------------------------

                 Key: HARMONY-4642
                 URL: https://issues.apache.org/jira/browse/HARMONY-4642
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Windows x86-64, release
            Reporter: Pavel Pervov


The simple test crashes on release build on Windows x86-64 on simple SOE test.

class test {
    public static void main(String[] args) {
        int status = 0;
        try {
            f();
        } catch(StackOverflowError) {
            status = 1;
        } finally {
            status += 10;
        }
        if(status == 11) {
            System.out.println("PASSED");
        } else {
            System.out.println("FAILED");
        }
    }
    void f() { f(); }
}

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


[jira] Commented: (HARMONY-4642) [drlvm][exception] Release DRLVM crashes on simple SOE test on Windows x86-64

Posted by "Pavel Afremov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530990 ] 

Pavel Afremov commented on HARMONY-4642:
----------------------------------------

I can't reproduce this bug. Looks like the bug was fixed by HARMONY-4407.

> [drlvm][exception] Release DRLVM crashes on simple SOE test on Windows x86-64
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-4642
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4642
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows x86-64, release
>            Reporter: Pavel Pervov
>
> The simple test crashes on release build on Windows x86-64 on simple SOE test.
> class test {
>     public static void main(String[] args) {
>         int status = 0;
>         try {
>             f();
>         } catch(StackOverflowError) {
>             status = 1;
>         } finally {
>             status += 10;
>         }
>         if(status == 11) {
>             System.out.println("PASSED");
>         } else {
>             System.out.println("FAILED");
>         }
>     }
>     void f() { f(); }
> }

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


[jira] Closed: (HARMONY-4642) [drlvm][exception] Release DRLVM crashes on simple SOE test on Windows x86-64

Posted by "Pavel Pervov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Pervov closed HARMONY-4642.
---------------------------------

    Resolution: Cannot Reproduce

Ok. I'm now closing this as "cannot reproduce". I'll reopen it, if the bug appears again.

> [drlvm][exception] Release DRLVM crashes on simple SOE test on Windows x86-64
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-4642
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4642
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows x86-64, release
>            Reporter: Pavel Pervov
>
> The simple test crashes on release build on Windows x86-64 on simple SOE test.
> class test {
>     public static void main(String[] args) {
>         int status = 0;
>         try {
>             f();
>         } catch(StackOverflowError) {
>             status = 1;
>         } finally {
>             status += 10;
>         }
>         if(status == 11) {
>             System.out.println("PASSED");
>         } else {
>             System.out.println("FAILED");
>         }
>     }
>     void f() { f(); }
> }

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