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

The version string is placed into libcoreclr.so many times #41612

Closed
janvorli opened this issue Aug 31, 2020 · 1 comment
Closed

The version string is placed into libcoreclr.so many times #41612

janvorli opened this issue Aug 31, 2020 · 1 comment

Comments

@janvorli
Copy link
Member

The version string embedded into libcoreclr.so is present 21 times in the .NET 5.0 RC1 runtime.
In other libraries that are part of coreclr, the version string is also embedded multiple times.

I've found that this problem was caused by the #36847, most likely triggered by using object libraries
instead of static ones for the coreclr libraries subcomponents.

@janvorli janvorli added this to the 5.0.0 milestone Aug 31, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Aug 31, 2020
@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Aug 31, 2020
@ViktorHofer
Copy link
Member

Duplicate of #39456

@ViktorHofer ViktorHofer marked this as a duplicate of #39456 Sep 1, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants