✅ ASP.NET Core Web API application crashes with no error message only in some environments
I am working on a Web API project which runs fine in Docker and on a Windows machine, but crashes with no error message and an exit code of 139 (segfault) on Linux. What troubleshooting steps should I take?
