From 2f4c9315af5b02e6f9ef3df8512f1b0814417ea0 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 6 Jan 2012 16:18:33 -0800 Subject: rt: Fail the scheduler immediately on task failure in win32 --- src/rt/rust_task.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 92f24c8c7fa..2bf4c42a277 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -457,6 +457,8 @@ rust_task::fail() { #else die(); conclude_failure(); + // FIXME: Need unwinding on windows. This will end up aborting + sched->fail(); #endif } -- cgit 1.4.1-3-g733a5