You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Salikh Zakirov (JIRA)" <ji...@apache.org> on 2006/12/08 14:47:21 UTC

[jira] Created: (HARMONY-2546) [drlvm][threading] joining main thread hangs

[drlvm][threading] joining main thread hangs
--------------------------------------------

                 Key: HARMONY-2546
                 URL: http://issues.apache.org/jira/browse/HARMONY-2546
             Project: Harmony
          Issue Type: Bug
         Environment: Linux/ia32
            Reporter: Salikh Zakirov


Joining the main thread from another non-daemon thread hangs DRLVM.
The attached test Join.java hangs on Linux.

Expected output:
  exiting...
  joined! PASSED.

Output on DRLVM on Linux:
  exiting..
and then DRLVM hangs forever.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2546) [drlvm][threading] joining main thread hangs

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

weldon washburn closed HARMONY-2546.
------------------------------------

    Resolution: Cannot Reproduce

we will reopen if the bug reappears.

> [drlvm][threading] joining main thread hangs
> --------------------------------------------
>
>                 Key: HARMONY-2546
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2546
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/ia32
>            Reporter: Salikh Zakirov
>         Assigned To: weldon washburn
>         Attachments: Join.java
>
>
> Joining the main thread from another non-daemon thread hangs DRLVM.
> The attached test Join.java hangs on Linux.
> Expected output:
>   exiting...
>   joined! PASSED.
> Output on DRLVM on Linux:
>   exiting..
> and then DRLVM hangs forever.

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


[jira] Updated: (HARMONY-2546) [drlvm][threading] joining main thread hangs

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2546?page=all ]

Salikh Zakirov updated HARMONY-2546:
------------------------------------

    Attachment: Join.java

small fix to Join.java: the main thread should be initialized from main() rather than from static initializer.
The fixed test still hangs on Linux.

> [drlvm][threading] joining main thread hangs
> --------------------------------------------
>
>                 Key: HARMONY-2546
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2546
>             Project: Harmony
>          Issue Type: Bug
>         Environment: Linux/ia32
>            Reporter: Salikh Zakirov
>         Attachments: Join.java, Join.java
>
>
> Joining the main thread from another non-daemon thread hangs DRLVM.
> The attached test Join.java hangs on Linux.
> Expected output:
>   exiting...
>   joined! PASSED.
> Output on DRLVM on Linux:
>   exiting..
> and then DRLVM hangs forever.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2546) [drlvm][threading] joining main thread hangs

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2546?page=all ]

Salikh Zakirov updated HARMONY-2546:
------------------------------------

    Attachment: Join.java

> [drlvm][threading] joining main thread hangs
> --------------------------------------------
>
>                 Key: HARMONY-2546
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2546
>             Project: Harmony
>          Issue Type: Bug
>         Environment: Linux/ia32
>            Reporter: Salikh Zakirov
>         Attachments: Join.java
>
>
> Joining the main thread from another non-daemon thread hangs DRLVM.
> The attached test Join.java hangs on Linux.
> Expected output:
>   exiting...
>   joined! PASSED.
> Output on DRLVM on Linux:
>   exiting..
> and then DRLVM hangs forever.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2546) [drlvm][threading] joining main thread hangs

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

Salikh Zakirov updated HARMONY-2546:
------------------------------------

    Attachment:     (was: Join.java)

> [drlvm][threading] joining main thread hangs
> --------------------------------------------
>
>                 Key: HARMONY-2546
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2546
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/ia32
>            Reporter: Salikh Zakirov
>         Assigned To: weldon washburn
>         Attachments: Join.java
>
>
> Joining the main thread from another non-daemon thread hangs DRLVM.
> The attached test Join.java hangs on Linux.
> Expected output:
>   exiting...
>   joined! PASSED.
> Output on DRLVM on Linux:
>   exiting..
> and then DRLVM hangs forever.

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


[jira] Commented: (HARMONY-2546) [drlvm][threading] joining main thread hangs

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

Peter Novodvorsky commented on HARMONY-2546:
--------------------------------------------

I can't reproduce this bug, perhaps it was fixed accidentally.

> [drlvm][threading] joining main thread hangs
> --------------------------------------------
>
>                 Key: HARMONY-2546
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2546
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/ia32
>            Reporter: Salikh Zakirov
>         Assigned To: weldon washburn
>         Attachments: Join.java
>
>
> Joining the main thread from another non-daemon thread hangs DRLVM.
> The attached test Join.java hangs on Linux.
> Expected output:
>   exiting...
>   joined! PASSED.
> Output on DRLVM on Linux:
>   exiting..
> and then DRLVM hangs forever.

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


[jira] Assigned: (HARMONY-2546) [drlvm][threading] joining main thread hangs

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

weldon washburn reassigned HARMONY-2546:
----------------------------------------

    Assignee: weldon washburn

> [drlvm][threading] joining main thread hangs
> --------------------------------------------
>
>                 Key: HARMONY-2546
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2546
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Linux/ia32
>            Reporter: Salikh Zakirov
>         Assigned To: weldon washburn
>         Attachments: Join.java, Join.java
>
>
> Joining the main thread from another non-daemon thread hangs DRLVM.
> The attached test Join.java hangs on Linux.
> Expected output:
>   exiting...
>   joined! PASSED.
> Output on DRLVM on Linux:
>   exiting..
> and then DRLVM hangs forever.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira