✅ 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?
25 Replies
also when i run the app from the executable in bin/debug/net6.0, this pops up
now it just segfaults
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
on docker it works completely fine
it just doesnt work locally
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
also it works on windows
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
no i am not deploying
i am launching using dotnet run
the app isnt ready yet
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
it no longer does, it had to do with it being a snap install of dotnet
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
i am running it on my linux install using dotnet run
/media/h/path/to/solution/project/ $ dotnet run
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
ubuntu 22.04
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
i am currently on windows
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
i did that
sudo apt install dotnet yadda yadda
maybe i should just switch the development to windows at this point since no issues there
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Tag Search Results
Tags matching the search query "ubuntu":
0 of 0 results shown
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
i will do that and respond
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
what timezone are you in
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.