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

[Mono] Add coreclr_shutdown to mono #88594

Merged
merged 2 commits into from
Jul 17, 2023
Merged

Conversation

giritrivedi
Copy link
Contributor

There was a crash seen while working on netcordbg due to unavailability of coreclr_shutdown
for mono. Implemented the missing code for mono.

There was a crash seen in netcordbg due to unavailability of coreclr_shutdown
in mono. Implemented it for mono.
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jul 10, 2023
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jul 10, 2023
@teo-tsirpanis teo-tsirpanis added area-VM-meta-mono and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jul 10, 2023
@@ -19,6 +19,7 @@
#pragma comment(linker, "/export:coreclr_initialize=_coreclr_initialize@28")
#pragma comment(linker, "/export:coreclr_execute_assembly=_coreclr_execute_assembly@24")
#pragma comment(linker, "/export:coreclr_shutdown_2=_coreclr_shutdown_2@12")
#pragma comment(linker, "/export:coreclr_shutdown=_coreclr_shutdown@13")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build failures suggest this decorated name should end with @8

Suggested change
#pragma comment(linker, "/export:coreclr_shutdown=_coreclr_shutdown@13")
#pragma comment(linker, "/export:coreclr_shutdown=_coreclr_shutdown@8")

@giritrivedi
Copy link
Contributor Author

@lambdageek Modified the code accordingly. Thanks for the help

@lambdageek
Copy link
Member

Failures are known

@lambdageek lambdageek merged commit 659c645 into dotnet:main Jul 17, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 17, 2023
@giritrivedi giritrivedi deleted the core_clr branch November 22, 2023 10:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants