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

Setup UnGAC: treat 259 as success #9325

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

rainersigwald
Copy link
Member

@rainersigwald rainersigwald commented Oct 12, 2023

One of the top VS Setup failures is a 259 from our UnGAC,
even though we have a big try/catch that should make it
never fail. Tell the Setup engine that 259 is another
kind of success to keep this nonblocking.

Fixes AB#1899796.

One of the top VS Setup failures is a 259 from our UnGAC, even though we
have a big try/catch that should make it never fail. Tell the Setup
engine that 259 is another kind of success to keep this nonblocking.

Fixes AB#1899796.

Co-authored-by: Matt Cavallari <mjcavallari-zz@users.noreply.github.com>
@rainersigwald rainersigwald marked this pull request as ready for review October 12, 2023 19:03
Copy link
Member

@ladipro ladipro left a comment

Choose a reason for hiding this comment

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

Assuming this 259 is STILL_RUNNING and the installer kills such a hanging process, I wonder if we shouldn't implement a time limit in our code also. The amount of time the installer is willing to wait may still be unreasonably long and the user experience degraded.

@rainersigwald rainersigwald merged commit c6f4fc1 into dotnet:main Oct 18, 2023
8 checks passed
@rainersigwald rainersigwald deleted the robustify-ungac branch October 18, 2023 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants