You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@LakshanF would it be better to fold your test case into #67805? I don't know how to milestone this issue. Suspension is definitely 7.0 but if this doesn't track any new issue, it should be folded under the existing one. Multiple issues for a single bug/feature make tracking hard. Extra issues make it harder to see our progress to zero 7.0 issues.
The test should hang. The following selected call stacks show the issues with GC suspension,
These stack shows threads that are happily suspended. The thing to look for in cases like this is a thread that is not suspended and actively running managed code.
A likely helpful testcase to go with #67805 that repro's on a win-x64 machine. The steps to repro are as below,
src\libraries\System.Collections.Concurrent\tests
dotnet.cmd build -c Release /t:Test /p:TestNativeAot=true
The test should hang. The following selected call stacks show the issues with GC suspension,
The text was updated successfully, but these errors were encountered: