You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "weldon washburn (JIRA)" <ji...@apache.org> on 2007/03/13 05:04:09 UTC

[jira] Closed: (HARMONY-3235) [drlvm][thread manager] smoke test gc.ThreadSuspension hangs from time to time on SUSE9 Linux x86 and x86_64

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

weldon washburn closed HARMONY-3235.
------------------------------------

    Resolution: Cannot Reproduce

> [drlvm][thread manager] smoke test gc.ThreadSuspension hangs from time to time on SUSE9 Linux x86 and x86_64
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3235
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3235
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: weldon washburn
>         Attachments: classloader_ExceptionInInitializerTest_x86.txt, gc_ThreadSuspension_fail_x86_64.txt, gc_ThreadSuspension_pass_x86.txt
>
>
> The test hangs intermittently and should be run in the loop as follows:
>  test=gc.ThreadSuspension; while true; do $DRLVM -cp <calsspath> $test; echo $i $test; i=$[i+1]; done
> Sometimes the test fails and then hangs:
> -- starting unsuspendable computation --
> -- starting suspendable computation --
> forcing gc after 1 s delay
> FAIL
> gc completed
> Please see stack traces in gc_ThreadSuspension_fail_x86_64.txt attachment for the above hang on x86_64.
> Sometimes it passes and hangs:
> gc.ThreadSuspension
> -- starting suspendable computation --
> -- starting unsuspendable computation --
> forcing gc after 1 s delay
> gc completed
> PASS
> Please see stack traces in gc_ThreadSuspension_pass_x86.txt attachment for the hang on x86.

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