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

[jira] Updated: (HARMONY-3893) [jdktools][jpda] JDWP command VirtualMachine.TopLevelThreads is incorrect

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

Ivan Popov updated HARMONY-3893:
--------------------------------

    Attachment: jdwp_agent.patch

Attached patch "jdwp_agent.patch" resolves this problem by removing redundant inner loop.
With this patch I see no crashes in showing threads groups in Eclipse debugger.


> [jdktools][jpda] JDWP command VirtualMachine.TopLevelThreads is incorrect
> -------------------------------------------------------------------------
>
>                 Key: HARMONY-3893
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3893
>             Project: Harmony
>          Issue Type: Bug
>          Components: JDK
>         Environment: Windows, Linux, harmony-hdk-r538813
>            Reporter: Ivan Popov
>         Attachments: jdwp_agent.patch
>
>
> Implementation of JDWP command VirtualMachine.TopLevelThreads is incorrect because of using the same variable 'i" in the inner loop. This causes JVM crash when showing threads groups is turned on in Eclipse debugger.

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