-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Net.Requests.Tests failing with a crash #55714
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
There's several problems combined here.1. Infra issue - some of the console logs without a dumpTests:
Infra after the tests passing:
cc: @premun 2. Mono crashes - with dump and runtime is monoConsole.log
cc: @marek-safar 3. CoreCLR crashes - #54580 draft prDifferent errors, looks like work in progress:
cc: @jkoritzinsky 4. Seg fault in FTP tests - majority of CoreCLR with a dumpTwo errors, console.log:
This is the first that looks like it might be System.Net problem. Or it could have been caused by #54954, since this PR has higher occurrence of this error. 5. Only on PR #55467Looks like work in progress, console.log:
cc: @eiriktsarpalis 6. Another CoreCLR crash, only #55372 PRHappened only on this PR, so seems like fixed before it was merged, console.log:
7. The last batch without a dumpCI timeout, console.log:
Looks like vast majority of problems is not networking related. |
I have fixed the issue 4 from this list yesterday, the fix is already in. |
I mean, the 2nd one in the issue 4. |
@jaredpar this seems to be mix of many issues. We will take out the one crash that may be Networking related. Also, it seems that Runfo should not mix up the crashes as it did, but perhaps that is too much to ask from a simple tool? |
The tool right now only has indexes over certain strings: test names and issues in the timeline. Can design queries for pretty much anything along those lines. The detail here to differentiate is in the console logs. That doesn't have any indexes yet. It's possible to do just havent' had time to do so. |
Closing this mega-issue in favor of folks tracking down sub-problems as they are tagged above ... |
Runfo Tracking Issue: System.Net.Requests.Tests failing with a crash
Build Result Summary
The text was updated successfully, but these errors were encountered: