Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mscordac exports #97210

Closed
wants to merge 1 commit into from
Closed

Conversation

janvorli
Copy link
Member

The mscordbi depends on the PAL in mscordac and so it requires that all functions it uses from coreclr PAL are exported by the libmscordac. This got broken recently by a change in a header consumed by the mscordbi that pulled in usage of two functions for UTF16 to UTF8 conversion into the mscordbi (#96099).

This issue prevents debuggers using libmscordbi to initiate debugging.

This change fixes it by exporting those two functions from libmscordac.

The mscordbi depends on the PAL in mscordac and so it requires that all
functions it uses from coreclr PAL are exported by the libmscordac.
This got broken recently by a change in a header consumed by the mscordbi
that pulled in usage of two functions for UTF16 to UTF8 conversion into
the mscordbi.

This issue prevents debuggers using libmscordbi to initiate debugging.

This change fixes it by exporting those two functions from libmscordac.
@janvorli janvorli added this to the 9.0.0 milestone Jan 19, 2024
@janvorli janvorli self-assigned this Jan 19, 2024
@ghost
Copy link

ghost commented Jan 19, 2024

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

Issue Details

The mscordbi depends on the PAL in mscordac and so it requires that all functions it uses from coreclr PAL are exported by the libmscordac. This got broken recently by a change in a header consumed by the mscordbi that pulled in usage of two functions for UTF16 to UTF8 conversion into the mscordbi (#96099).

This issue prevents debuggers using libmscordbi to initiate debugging.

This change fixes it by exporting those two functions from libmscordac.

Author: janvorli
Assignees: janvorli
Labels:

area-Diagnostics-coreclr

Milestone: 9.0.0

@janvorli
Copy link
Member Author

cc: @AaronRobinsonMSFT

@tommcdon
Copy link
Member

I believe this should have been fixed on #97055. Cc @hoyosjs @mikem8361

@janvorli
Copy link
Member Author

Hmm, I've not noticed that change, it seems to work fine. I'm closing this PR then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants