You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/12/07 13:50:45 UTC

[jira] Resolved: (HARMONY-4973) [drlvm][build] use dynamic version of C runtime

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

Alexey Varlamov resolved HARMONY-4973.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M4

Since we recently resolved several memory corruption bugs, I retried to fix this issue and finally succeeded :)
Fix applied at revision: 602080.

> [drlvm][build] use dynamic version of C runtime
> -----------------------------------------------
>
>                 Key: HARMONY-4973
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4973
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All Windows
>            Reporter: Alexey Varlamov
>            Assignee: Alexey Varlamov
>             Fix For: 5.0M4
>
>         Attachments: H4973.diff
>
>
> The DRLVM should link with dynamic C runtime libraries (MSVCRxx.DLL), to be consistent with classlib and to share single runtime instance between all VM dlls. In particular this would help to avoid various problems like HARMONY-3772 and HARMONY-4715. Also see MSDN reference [1]  which warns against mixing different runtimes.
> [1] http://msdn2.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx

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