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/07/17 14:39:16 UTC

[jira] Created: (HARMONY-898) workaround to get correct hythr.dll

workaround to get correct hythr.dll
-----------------------------------

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


Currently, DRLVM builds a replacement hythr library, implementing the same interface.
The build system currently does not guarantee which version will end up in deploy/jre/bin,
and, at random, either of the version could get to jre/bin.

My informal observations are
* a fresh build puts DRLVM's hythr to jre/bin, and the system works
* an incremental rebuild puts Classlib's hythr to jre/bin, and the system crashes with segfault
   after reading NULL from TLS.

-- 
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-898) workaround to get correct hythr.dll

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-898?page=all ]

Geir Magnusson Jr reassigned HARMONY-898:
-----------------------------------------

    Assignee: Geir Magnusson Jr

> workaround to get correct hythr.dll
> -----------------------------------
>
>                 Key: HARMONY-898
>                 URL: http://issues.apache.org/jira/browse/HARMONY-898
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux
>            Reporter: Salikh Zakirov
>         Assigned To: Geir Magnusson Jr
>         Attachments: 0001-Workaround-to-avoid-copying-hythr-from-classlib-s-bin-directory.patch
>
>
> Currently, DRLVM builds a replacement hythr library, implementing the same interface.
> The build system currently does not guarantee which version will end up in deploy/jre/bin,
> and, at random, either of the version could get to jre/bin.
> My informal observations are
> * a fresh build puts DRLVM's hythr to jre/bin, and the system works
> * an incremental rebuild puts Classlib's hythr to jre/bin, and the system crashes with segfault
>    after reading NULL from TLS.

-- 
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-898) workaround to get correct hythr.dll

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-898?page=all ]

Geir Magnusson Jr updated HARMONY-898:
--------------------------------------

    Component/s: DRLVM

> workaround to get correct hythr.dll
> -----------------------------------
>
>                 Key: HARMONY-898
>                 URL: http://issues.apache.org/jira/browse/HARMONY-898
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux
>            Reporter: Salikh Zakirov
>         Attachments: 0001-Workaround-to-avoid-copying-hythr-from-classlib-s-bin-directory.patch
>
>
> Currently, DRLVM builds a replacement hythr library, implementing the same interface.
> The build system currently does not guarantee which version will end up in deploy/jre/bin,
> and, at random, either of the version could get to jre/bin.
> My informal observations are
> * a fresh build puts DRLVM's hythr to jre/bin, and the system works
> * an incremental rebuild puts Classlib's hythr to jre/bin, and the system crashes with segfault
>    after reading NULL from TLS.

-- 
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-898) workaround to get correct hythr.dll

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-898?page=all ]

Geir Magnusson Jr closed HARMONY-898.
-------------------------------------

    Resolution: Fixed

committed in r428113.

> workaround to get correct hythr.dll
> -----------------------------------
>
>                 Key: HARMONY-898
>                 URL: http://issues.apache.org/jira/browse/HARMONY-898
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux
>            Reporter: Salikh Zakirov
>         Assigned To: Geir Magnusson Jr
>         Attachments: 0001-Workaround-to-avoid-copying-hythr-from-classlib-s-bin-directory.patch
>
>
> Currently, DRLVM builds a replacement hythr library, implementing the same interface.
> The build system currently does not guarantee which version will end up in deploy/jre/bin,
> and, at random, either of the version could get to jre/bin.
> My informal observations are
> * a fresh build puts DRLVM's hythr to jre/bin, and the system works
> * an incremental rebuild puts Classlib's hythr to jre/bin, and the system crashes with segfault
>    after reading NULL from TLS.

-- 
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-898) workaround to get correct hythr.dll

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

Salikh Zakirov updated HARMONY-898:
-----------------------------------

    Attachment: 0001-Workaround-to-avoid-copying-hythr-from-classlib-s-bin-directory.patch

The attached trivial patch makes the build system predictable:
it never tries to copy Classlib's hythr to jre/bin.

While the issue is more serious, and should be resolved differently
by removing duplicated hythr libraries.
I suggest to apply this patch before the issue is resolved properly,
to make the DRLVM build more stable.

> workaround to get correct hythr.dll
> -----------------------------------
>
>                 Key: HARMONY-898
>                 URL: http://issues.apache.org/jira/browse/HARMONY-898
>             Project: Harmony
>          Issue Type: Bug
>         Environment: Windows, Linux
>            Reporter: Salikh Zakirov
>         Attachments: 0001-Workaround-to-avoid-copying-hythr-from-classlib-s-bin-directory.patch
>
>
> Currently, DRLVM builds a replacement hythr library, implementing the same interface.
> The build system currently does not guarantee which version will end up in deploy/jre/bin,
> and, at random, either of the version could get to jre/bin.
> My informal observations are
> * a fresh build puts DRLVM's hythr to jre/bin, and the system works
> * an incremental rebuild puts Classlib's hythr to jre/bin, and the system crashes with segfault
>    after reading NULL from TLS.

-- 
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