[ http://issues.apache.org/jira/browse/HARMONY-2134?page=all ]
Salikh Zakirov updated HARMONY-2134:
------------------------------------
Attachment: fixed-segfault-in-element_moved-when-moving-reclaimed-object-tag.patch
Apply the fix with
patch -p0 < .../fixed-segfault-in-element_moved-when-moving-reclaimed-object-tag.patch
> [drlvm][jvmti] element_moved() may segfault when moving tag of an reclaimed object
> ----------------------------------------------------------------------------------
>
> Key: HARMONY-2134
> URL: http://issues.apache.org/jira/browse/HARMONY-2134
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Reporter: Salikh Zakirov
> Attachments: fixed-segfault-in-element_moved-when-moving-reclaimed-object-tag.patch
>
>
> The element_moved() callback has a bug: it will segfault when moving a tag
> of a reclaimed object, as object pointer will be NULL in that case.
--
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
|