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 2007/03/20 19:52:32 UTC

[jira] Created: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

[drlvm][thread] Assorted thread fixes
-------------------------------------

                 Key: HARMONY-3451
                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Salikh Zakirov
         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch

The following small fixes are suggested on top of recently committed HARMONY-3288:

* 0001-hythread_exit-detach-a-terminated-thread.patch:
Fix hythread_exit() to detach the thread from a thread library

* 0002-hythread_cancel-detach-a-cancelled-thread.patch 
Fix hythread_cancel() to detach the thread from a thread library

* 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
Delete jointing os thread on resetting thread block - needed for 0004 patch,
should be correct anyway (if this code ever worked, we have a problem).

* 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
Create threads in detached state to make sure OS resources are cleaned automatically
upon thread termination.

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


[jira] Commented: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Pavel Rebriy commented on HARMONY-3451:
---------------------------------------

As to my point of view the issue could be closed.

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>            Assignee: weldon washburn
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch, 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Commented: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Pavel Rebriy commented on HARMONY-3451:
---------------------------------------

The issue was incorporated to HARMONY-4608.

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>            Assignee: weldon washburn
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch, 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0002-hythread_cancel-detach-a-cancelled-thread.patch

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch

* 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch
A bug fix in a function which never was used.

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Closed: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

weldon washburn closed HARMONY-3451.
------------------------------------

    Resolution: Fixed

these assorted bugs have been fixed via other patches

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>            Assignee: weldon washburn
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch, 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch

* 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch
State clearly and explicitly in the documentation comment, that thread iterator functions
obtain and release global thread lock.

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch, 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Assigned: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

weldon washburn reassigned HARMONY-3451:
----------------------------------------

    Assignee: weldon washburn

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: weldon washburn
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch, 0005-hythread_cancel_all-unlock-the-global-lock-by-releasing-iterator.patch, 0006-Explicitly-mention-thread-lock-handling-in-thread-iterator-functions.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch, 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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


[jira] Updated: (HARMONY-3451) [drlvm][thread] Assorted thread fixes

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

Salikh Zakirov updated HARMONY-3451:
------------------------------------

    Attachment: 0001-hythread_exit-detach-a-terminated-thread.patch

> [drlvm][thread] Assorted thread fixes
> -------------------------------------
>
>                 Key: HARMONY-3451
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3451
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: 0001-hythread_exit-detach-a-terminated-thread.patch, 0002-hythread_cancel-detach-a-cancelled-thread.patch, 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
>
>
> The following small fixes are suggested on top of recently committed HARMONY-3288:
> * 0001-hythread_exit-detach-a-terminated-thread.patch:
> Fix hythread_exit() to detach the thread from a thread library
> * 0002-hythread_cancel-detach-a-cancelled-thread.patch 
> Fix hythread_cancel() to detach the thread from a thread library
> * 0003-Joining-thread-on-resetting-thread-signifies-a-critical-bug.patch
> Delete jointing os thread on resetting thread block - needed for 0004 patch,
> should be correct anyway (if this code ever worked, we have a problem).
> * 0004-With-Pthreads-thread-should-be-detached-to-free-up-resources.patch
> Create threads in detached state to make sure OS resources are cleaned automatically
> upon thread termination.

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