We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7399596 commit b340d1bCopy full SHA for b340d1b
Code/server_runner/main.cpp
@@ -223,16 +223,18 @@ int main(int argc, char** argv)
223
}
224
*/
225
226
- ScopedCrashHandler _(true, true);
+ //ScopedCrashHandler _(true, true);
227
228
- RegisterQuitHandler();
+ // Note(Vince): This started crashing on 1.7+ lets disable it for now.
229
+ // RegisterQuitHandler();
230
231
// Keep stack free.
232
const auto cpRunner{std::make_unique<DediRunner>(argc, argv)};
233
if (bConsole)
234
{
235
cpRunner->StartTerminalIO();
236
237
+
238
cpRunner->RunGSThread();
239
240
return 0;
0 commit comments