about summary refs log tree commit diff
path: root/src/rt/rust_srv.cpp
diff options
context:
space:
mode:
authorEric Holk <eholk@mozilla.com>2011-06-23 12:22:45 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-06-27 09:58:39 -0700
commit022ebc198b9e9e42880a4f3bcd31565533333296 (patch)
tree251ee1e8648e352da07ba927cfd7bd8cb9ebd5f9 /src/rt/rust_srv.cpp
parent681c063ec02ce9fc6bdcd99b0b73f016a9839d59 (diff)
downloadrust-022ebc198b9e9e42880a4f3bcd31565533333296.tar.gz
rust-022ebc198b9e9e42880a4f3bcd31565533333296.zip
Implementation mising features in lock_and_signal for Win32. Also lowered the minimum stack size to get the pfib benchmark to run without exhausting its address space on Windows.
Diffstat (limited to 'src/rt/rust_srv.cpp')
-rw-r--r--src/rt/rust_srv.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp
index 7f49b52019d..64befd6ee42 100644
--- a/src/rt/rust_srv.cpp
+++ b/src/rt/rust_srv.cpp
@@ -54,8 +54,7 @@ rust_srv::fatal(const char *expression,
              "fatal, '%s' failed, %s:%d %s",
              expression, file, (int)line, buf);
     log(msg);
-    abort();
-    //exit(1);
+    exit(1);
 }
 
 void