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

Categorize crash as TCP problem when connection never happens #999

Merged
merged 1 commit into from
Feb 27, 2023

Conversation

premun
Copy link
Member

@premun premun commented Feb 27, 2023

The TCP message, that we use to tell if TCP connection is to blame, can be faulty but once it connects, it's actually usually OK and the crash is an actual crash. This means we only have to categorize the result if the app never connects. It can still happen the app crashes and never connects and then we are not able to tell anyway.

The underlying issue with the TCP connection is still a problem somewhere in mlaunch and the real fix would have to come there but this PR improves categorization after #987 was introduced.

dotnet/arcade#11683

@premun premun changed the title Categorize crash as TCP problem when connection never happens only Categorize crash as TCP problem when connection never happens Feb 27, 2023
@premun premun enabled auto-merge (squash) February 27, 2023 15:03
@premun premun merged commit 5943c94 into dotnet:main Feb 27, 2023
@premun premun deleted the prvysoky/tcp-issues branch March 2, 2023 14:12
premun added a commit that referenced this pull request Mar 2, 2023
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