From 895ec07453a8fbbd8d9ecae479db4285c0b21355 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 4 May 2011 15:04:53 +0000 Subject: Try to fail nicely, again. --- 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 7080d6f386d..3f4c89d8948 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -505,6 +505,8 @@ rust_task::fail(size_t nargs) { name, this, supervisor->name, supervisor); supervisor->kill(); } + // FIXME: implement unwinding again. + exit(1); } void -- cgit 1.4.1-3-g733a5