-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Dump collection on runtime test timeouts does not work anymore #80170
Comments
Tagging subscribers to this area: @hoyosjs Issue Details
This is done by code here: runtime/src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs Lines 209 to 212 in 3454d8c
Which evidently does not work anymore.
|
Introduced by #68877 . cc @mikem8361 |
Tagging subscribers to this area: @tommcdon |
We changed createdump a long time ago (.NET 3.1 I think) to only dump it's parent process on Windows only for security reasons. Linux/MacOS still take a pid. |
Sample log:
This is done by code here:
runtime/src/tests/Common/Coreclr.TestWrapper/CoreclrTestWrapperLib.cs
Lines 209 to 212 in 3454d8c
Which evidently does not work anymore.
The text was updated successfully, but these errors were encountered: