Daemon
Daemon copied to clipboard
Support core dumps of engine process
We have the Breakpad core dumps for the official engine releases. But people who build the engine may wish to use traditional Unix core dumps to investigate their crashes; we should also support this use case. freem reports that this does not work due to the crash signal handler, so we should provide a cvar to disable it or something.