Fix profiler evacuation loop logic#99075
Conversation
|
Tagging subscribers to this area: @tommcdon Issue DetailsThis way we get a crash dump when it fails.
|
|
I thought this was merged because I have a failure with a dump, but ...? |
|
@AndyAyersMS Thank you for sharing the link to the dumps! The profiled process is stuck waiting without making a progress in even though there are I think that that problem is in the following code: runtime/src/coreclr/vm/profdetach.cpp Lines 329 to 331 in 6ebba86 If we end up with two profilers wanting to detach at the same time, the |
|
I just pushed a commit with a fix for the loop condition |
This way we get a crash dump when it fails.