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 Rebriy (JIRA)" <ji...@apache.org> on 2007/03/29 12:33:25 UTC

[jira] Created: (HARMONY-3523) [drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode

[drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode
-----------------------------------------------------------------------

                 Key: HARMONY-3523
                 URL: https://issues.apache.org/jira/browse/HARMONY-3523
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: windows/em64t
            Reporter: Pavel Rebriy


I found irregular failure (1 time from 20) gc.FinAlloc on JIT in release mode. It crashes with debug dialog or exit with error code equals to 128.

After evaluation of other tests gc.Finalizer, stress.Finalizer, stress.Thread, gc.LOS fail with the same diagnostics.

All these tests actively use finalizers mechanism. The last commit which affected it is 521690 - patch from HARMONY-3485. I rolled back the commit locally, and gc.FinAlloc passes 1000 times.


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


[jira] Updated: (HARMONY-3523) [drlvm][jit] Irregular failure of gc.FinAlloc on JIT in release mode

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

Gregory Shimansky updated HARMONY-3523:
---------------------------------------

    Summary: [drlvm][jit] Irregular failure of gc.FinAlloc on JIT in release mode  (was: [drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode)

> [drlvm][jit] Irregular failure of gc.FinAlloc on JIT in release mode
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3523
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3523
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: winx64
>            Reporter: Pavel Rebriy
>         Attachments: finilizer_revert.patch
>
>
> I found irregular failure (1 time from 20) gc.FinAlloc on JIT in release mode. It crashes with debug dialog or exit with error code equals to 128.
> After evaluation of other tests gc.Finalizer, stress.Finalizer, stress.Thread, gc.LOS fail with the same diagnostics.
> All these tests actively use finalizers mechanism. The last commit which affected it is 521690 - patch from HARMONY-3485. I rolled back the commit locally, and gc.FinAlloc passes 1000 times.

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


[jira] Updated: (HARMONY-3523) [drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode

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

Pavel Rebriy updated HARMONY-3523:
----------------------------------

    Attachment: finilizer_revert.patch

Here is the patch to revert commit revision 521690.

> [drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-3523
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3523
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: windows/em64t
>            Reporter: Pavel Rebriy
>         Attachments: finilizer_revert.patch
>
>
> I found irregular failure (1 time from 20) gc.FinAlloc on JIT in release mode. It crashes with debug dialog or exit with error code equals to 128.
> After evaluation of other tests gc.Finalizer, stress.Finalizer, stress.Thread, gc.LOS fail with the same diagnostics.
> All these tests actively use finalizers mechanism. The last commit which affected it is 521690 - patch from HARMONY-3485. I rolled back the commit locally, and gc.FinAlloc passes 1000 times.

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


[jira] Updated: (HARMONY-3523) [drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode

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

Gregory Shimansky updated HARMONY-3523:
---------------------------------------

    Environment: winx64  (was: windows/em64t)

> [drlvm][winx64] Irregular failure of gc.FinAlloc on JIT in release mode
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-3523
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3523
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: winx64
>            Reporter: Pavel Rebriy
>         Attachments: finilizer_revert.patch
>
>
> I found irregular failure (1 time from 20) gc.FinAlloc on JIT in release mode. It crashes with debug dialog or exit with error code equals to 128.
> After evaluation of other tests gc.Finalizer, stress.Finalizer, stress.Thread, gc.LOS fail with the same diagnostics.
> All these tests actively use finalizers mechanism. The last commit which affected it is 521690 - patch from HARMONY-3485. I rolled back the commit locally, and gc.FinAlloc passes 1000 times.

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


[jira] Closed: (HARMONY-3523) [drlvm][jit] Irregular failure of gc.FinAlloc on JIT in release mode

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

Xiao-Feng Li closed HARMONY-3523.
---------------------------------

    Resolution: Fixed
      Assignee: Xiao-Feng Li

the bug no longer exists.

> [drlvm][jit] Irregular failure of gc.FinAlloc on JIT in release mode
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3523
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3523
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: winx64
>            Reporter: Pavel Rebriy
>         Assigned To: Xiao-Feng Li
>         Attachments: finilizer_revert.patch
>
>
> I found irregular failure (1 time from 20) gc.FinAlloc on JIT in release mode. It crashes with debug dialog or exit with error code equals to 128.
> After evaluation of other tests gc.Finalizer, stress.Finalizer, stress.Thread, gc.LOS fail with the same diagnostics.
> All these tests actively use finalizers mechanism. The last commit which affected it is 521690 - patch from HARMONY-3485. I rolled back the commit locally, and gc.FinAlloc passes 1000 times.

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