I need to test logging of critical errors in an ASP.NET/ASP.NET-Core application.
Now to test this, I need to produce an error that crashes the application for all users.
Something like
FATAL ERROR : Signal Received: SIGSEGV (11)
I can certainly produce a YSOD on a http-request with ease, but how to artificially produce an error that crashes the entire application, that is to say for all users ?