Hiding "Oops, the game crashed" message

I have a server application that contains a bug. Upon crashing due to this bug, a screen pops up saying “Oops!” and “The game crashed.” Until I click Ok, my server seems to continue running in a crashed state, which I do NOT want. I’d rather have it simply die while I work on this bug.

Is there any way to prevent the popup from showing, and simply letting the application crash?

Pass -silent-crashes in your command line when you launch your application.

It is an ugly looking window with an unsettling message. It’d be nice to have more control over its content.