From f036a5c1bf55701cfcd2317c34302f837204db50 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Tue, 22 Nov 2016 22:23:07 +0100 Subject: [PATCH 1/1] [uptime] Installed previously forgotten General Protection Fault handler in the Console Thread. --- shell/main.cpp | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.2