From: Helge Norberg Date: Tue, 22 Nov 2016 21:23:07 +0000 (+0100) Subject: [uptime] Installed previously forgotten General Protection Fault handler in the Conso... X-Git-Tag: 2.1.0_Beta2~143 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f036a5c1bf55701cfcd2317c34302f837204db50;p=casparcg [uptime] Installed previously forgotten General Protection Fault handler in the Console Thread. --- diff --git a/shell/main.cpp b/shell/main.cpp index 76b465d06..7db474e7e 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -114,6 +114,7 @@ void do_run( std::promise& shutdown_server_now, tbb::atomic& should_wait_for_keypress) { + ensure_gpf_handler_installed_for_thread("Console thread"); std::wstring wcmd; while(true) {