You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Chengrui Deng (JIRA)" <ji...@apache.org> on 2008/08/20 04:40:44 UTC

[jira] Commented: (HARMONY-4279) [drlvm][thread] DRLVM hangs in shutdown

    [ https://issues.apache.org/jira/browse/HARMONY-4279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623885#action_12623885 ] 

Chengrui Deng commented on HARMONY-4279:
----------------------------------------

The bug is still reproducible on revision 687007.

> [drlvm][thread] DRLVM hangs in shutdown
> ---------------------------------------
>
>                 Key: HARMONY-4279
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4279
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM, VM
>         Environment: all platforms
>            Reporter: Peter Novodvorsky
>         Attachments: ThrSuspTest.java
>
>
> drlvm often hangs in shutdown if the test workload is running daemon threads that don't get into safepoints often. This happens because DRLVM often kills daemon these daemon threads while they are holding important locks (see vm_shutdown.cpp, vm waits for daemon threads to shutdown and if they don't shutdown in time, they are killed).  After that we try to detach the main thread, and can't get through about phantom locked locks.

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