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 VBCSCompiler pipe name needs to normalize the path name #75714

Closed
jaredpar opened this issue Nov 4, 2024 · 0 comments · Fixed by #75852
Closed

The VBCSCompiler pipe name needs to normalize the path name #75714

jaredpar opened this issue Nov 4, 2024 · 0 comments · Fixed by #75852
Assignees
Milestone

Comments

@jaredpar
Copy link
Member

jaredpar commented Nov 4, 2024

The pipe name for VBCSCompiler is created by putting a few components in a string (path to compiler, user name, etc ...) and taking a checksum of that string. The path component need to be normalized, likely by making the strings lower case, as part of this process.

Not doing this can lead to multiple VBCSCompiler processes being created. This was observed in a few customer traces.

@jaredpar jaredpar added this to the 17.13 milestone Nov 4, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Nov 4, 2024
@dotnet-policy-service dotnet-policy-service bot removed untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 4, 2024
@jaredpar jaredpar closed this as completed Nov 4, 2024
@jaredpar jaredpar reopened this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants