about summary refs log tree commit diff
path: root/src/rt/rust_srv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_srv.cpp')
-rw-r--r--src/rt/rust_srv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rt/rust_srv.cpp b/src/rt/rust_srv.cpp
index 64befd6ee42..7f49b52019d 100644
--- a/src/rt/rust_srv.cpp
+++ b/src/rt/rust_srv.cpp
@@ -54,7 +54,8 @@ rust_srv::fatal(const char *expression,
              "fatal, '%s' failed, %s:%d %s",
              expression, file, (int)line, buf);
     log(msg);
-    exit(1);
+    abort();
+    //exit(1);
 }
 
 void