You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Markov (JIRA)" <ji...@apache.org> on 2007/12/28 14:45:55 UTC

[jira] Updated: (HARMONY-4232) [buildtest][reliablity] ThreadKillTest hangs

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

Mikhail Markov updated HARMONY-4232:
------------------------------------

    Summary: [buildtest][reliablity] ThreadKillTest hangs  (was: [testing][reliablity] ThreadKillTest hangs)

> [buildtest][reliablity] ThreadKillTest hangs
> --------------------------------------------
>
>                 Key: HARMONY-4232
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4232
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: Win
>            Reporter: Aleksey Ignatenko
>
> Reliability test api.kernel.thread.ThreadKill.ThreadKillTest hangs running on drlvm both on release and debug binaries.
> I watch the deadlock with the  debugger and saw that several monitors are waiting on "Object" object. I suppose it could be public static Object lock = new Object(); in the test.
> Trying to localize the issue I found that:
>  - t[k].join(); does not affect test hanging
>  - king of threads does not affect test hanging (not matter MathThread or IOThread).
> Vera Petrashkova also reported that test hangs sometimes on RI. Therefore I mark it as [testing][reliablity] for now but not [drlvm][threadding].
> Need additional investigation by threadding gurus.

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