FATAL_GC_ERROR produces hard to diagnose hangs or crashes #112599
Labels
area-ExceptionHandling-coreclr
in-pr
There is an active PR which will close this issue when it is merged
tenet-reliability
Reliability/stability related issue (stress, load problems, etc.)
Milestone
The crashes caused by FATAL_GC_ERROR are very hard to diagnose. I helped somebody to diagnose one of these and it took more than a day to find out what's causing the problem.
Repro
FATAL_GC_ERROR();
togc_heap::verify_free_lists
DOTNET_HeapVerify=1
Actual behavior
This is one of the possible failure modes. I have also seen other asserts or hangs with mode complex tests.
Expected behavior
Error message that suggests fatal GC error. No hangs or crashes.
The text was updated successfully, but these errors were encountered: