]> git.sesse.net Git - casparcg/blobdiff - shell/main.cpp
[uptime] Installed previously forgotten General Protection Fault handler in the Conso...
[casparcg] / shell / main.cpp
index 76b465d06e522fa75b6add1dc92de7c990316e11..7db474e7e21f990dcbc663cd2b3788f5f9b069cd 100644 (file)
@@ -114,6 +114,7 @@ void do_run(
                std::promise<bool>& shutdown_server_now,
                tbb::atomic<bool>& should_wait_for_keypress)
 {
+       ensure_gpf_handler_installed_for_thread("Console thread");
        std::wstring wcmd;
        while(true)
        {