dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.43k stars 4.76k forks source link

Enlarge stack overflow handling helper stack #110068

Closed janvorli closed 2 days ago

janvorli commented 3 days ago

The stack overflow coreclr tests started to fail recently. It turns out that was caused by the size of the helper stack allocated for stack overflow handling case is no longer sufficient. Moreover, there is a bug in Thread::CreateUtilityThread that calls the SetThreadName even when the thread creation fails.

Close #109499