You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This disables handlers that catch crashes that are fatal by default
(segfault, division by zero, etc.). Disables both the default one
and Breakpad. Useful if you want to enable core
dumps for the engine.
FixesDaemonEngine#1313.
This disables handlers that catch crashes that are fatal by default
(segfault, division by zero, etc.). Disables both the default one
and Breakpad. Useful if you want to enable core
dumps for the engine.
Fixes#1313.
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.
The text was updated successfully, but these errors were encountered: