-
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
[x86 Windows] GC stackwalking crash with R2R PInvoke frames #31809
Comments
We crash during GC while stackwalking
|
#31659 hit it as well. That one crashes under:
|
@fadimounir This is most likely caused by #26834. I am going to revert it. Sorry... |
Revert in #31811 |
@jkotas Ok thanks. I'll take a look at it. Quite interesting... I've been running a couple of instances of gcstress tests with the fix for a couple of days, and none of them crashed |
This may be the type of issue that gc stress is not good at catching. Let me know if you need to help with a repro. I think running Guid.NewGuid and some allocations, on multiple threads, with release build, and tiered compilation disabled should reproduce it reliably. |
@jkotas I tried to repro this with a multi-threaded test that calls I think at this point, it would be more useful to investigated a dump file but looks like the one mentioned in this issue is no longer available. Any suggestions? Create a PR with the changes and keep running CI until it fails? |
I am not able to reproduce it either. Yes, create PR and try to rerun x86 legs on it a few times. If you are not able to hit it after a day of trying, commit it and hopefully we are going to get a dump eventually. |
Duplicate of #34279 |
Configuration: netcoreapp5.0-Windows_NT-Release-x86-CoreCLR_release-Windows.81.Amd64.Open
console.4a227872.log:
https://helix.dot.net/api/2019-06-17/jobs/7b2af8b3-f1bf-4cd8-912b-47f19883cf58/workitems/System.Xml.Xsl.XslTransformApi.Tests/files/console.4a227872.log
dotnet.exe.1760.dmp:
https://helix.dot.net/api/2019-06-17/jobs/7b2af8b3-f1bf-4cd8-912b-47f19883cf58/workitems/System.Xml.Xsl.XslTransformApi.Tests/files/dotnet.exe.1760.dmp
https://dev.azure.com/dnceng/public/_build/results?buildId=508623&view=ms.vss-test-web.build-test-results-tab&runId=16140738&paneView=debug&resultId=180629
cc @jkotas @buyaa-n @krwq
The text was updated successfully, but these errors were encountered: