-
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
System.Threading.Tasks.Dataflow tests failing on a checked runtime #1847
Comments
Stacktrace of the failure:
|
This comment in
The field layout does recursive type loading that can produce multi-threaded deadlocks. We break these deadlocks by allowing the same type to be loaded on multiple threads as necessary (look for This bug was likely exposed by #103 . Marshaling of generic types was unconditionally disabled before this change, and so |
Same type can be loaded by multiple threads in parallel in rare situations Fixes #1847
It failed on job: https://helix.dot.net/api/2019-06-17/jobs/c473c8c3-0b1b-4f8f-bcb4-64bd70150357/workitems/System.Threading.Tasks.Dataflow.Tests/console
Here is the dump:
https://helix.dot.net/api/2019-06-17/jobs/c473c8c3-0b1b-4f8f-bcb4-64bd70150357/workitems/System.Threading.Tasks.Dataflow.Tests/files/core.15886
cc: @jkotas @stephentoub
The text was updated successfully, but these errors were encountered: