-
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
Non-deterministic but frequent crashes from System.Linq.Expressions.Tests #55536
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
The problem is that both the ShuffleThunk and some other JITed method occupy same memory block.
@janvorli I think it is very likely caused by your W^X PR. Could you please take a look? |
I am taking a look. |
Thanks, @janvorli. |
Nice to see the generated how-to-debug-dump.md being useful. |
@danmoseley I was actually very pleasantly surprised by the WinDbg ability to investigate debug dumps from Linux including local variable values that I've discovered thanks to this .md file. |
Crash stacktrace:
Here's the .md file with the various runfo details:
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-55499-merge-76bc4fdcdfe24d4e9c/System.Linq.Expressions.Tests/how-to-debug-dump.md?sv=2019-07-07&se=2021-08-01T20%3A15%3A12Z&sr=c&sp=rl&sig=czdFtHQqe0OW7J%2BSIH81r7kABJ4%2FH%2F1v1T%2F4LhwnZ9g%3D
The text was updated successfully, but these errors were encountered: