[project @ 2005-10-27 15:18:50 by simonmar]
[ghc-hetmet.git] / ghc / rts / RtsMessages.c
index aefee4c..a690614 100644 (file)
@@ -139,7 +139,8 @@ rtsFatalInternalErrorFn(char *s, va_list ap)
      fflush(stderr);
   }
 
-  stg_exit(EXIT_INTERNAL_ERROR);
+  abort();
+  // stg_exit(EXIT_INTERNAL_ERROR);
 }
 
 void