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-07-06 12:48:43 -0700
committerEric Holk <eholk@mozilla.com>2011-07-07 18:22:27 -0700
commita0f45f4456de5e9811d80b20df243d7078c45918 (patch)
treea19f9015bec2914413a3fe98bbdcaea0511ded28 /src/rt/rust_srv.cpp
parente7111fe1473733e78775e280c0e597a2897d4411 (diff)
downloadrust-a0f45f4456de5e9811d80b20df243d7078c45918.tar.gz
rust-a0f45f4456de5e9811d80b20df243d7078c45918.zip
Removing most of the locks in rust_upcall.cpp and elsewhere.
Diffstat (limited to 'src/rt/rust_srv.cpp')
-rw-r--r--src/rt/rust_srv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp
index 64befd6ee42..8bdfcd7a064 100644
--- a/src/rt/rust_srv.cpp
+++ b/src/rt/rust_srv.cpp
@@ -54,7 +54,7 @@ rust_srv::fatal(const char *expression,
              "fatal, '%s' failed, %s:%d %s",
              expression, file, (int)line, buf);
     log(msg);
-    exit(1);
+    abort();
 }
 
 void