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/11/09 14:51:37 UTC

[jira] Created: (HARMONY-2134) [drlvm][jvmti] element_moved() may segfault when moving tag of an reclaimed object

[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


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

        

[jira] Updated: (HARMONY-2134) [drlvm][jvmti] element_moved() may segfault when moving tag of an reclaimed object

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] Assigned: (HARMONY-2134) [drlvm][jvmti] element_moved() may segfault when moving tag of an reclaimed object

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

Gregory Shimansky reassigned HARMONY-2134:
------------------------------------------

    Assignee: Gregory Shimansky

> [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
>         Assigned To: Gregory Shimansky
>         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

        

[jira] Resolved: (HARMONY-2134) [drlvm][jvmti] element_moved() may segfault when moving tag of an reclaimed object

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

Gregory Shimansky resolved HARMONY-2134.
----------------------------------------

    Resolution: Fixed

Patch applied at 473149. Please check that it was applied as expected.

> [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
>         Assigned To: Gregory Shimansky
>         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