Author: Armin Rigo <ar...@tunes.org>
Branch: c7-refactor
Changeset: r851:3cf16bb8ac89
Date: 2014-02-25 07:44 +0100
http://bitbucket.org/pypy/stmgc/changeset/3cf16bb8ac89/

Log:    Use stm_fatalerror() here too

diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -139,7 +139,7 @@
              MAP_FIXED | MAP_PAGES_FLAGS, -1, 0) != readmarkers) {
         /* fall-back */
 #if STM_TESTS
-        abort();
+        stm_fatalerror("reset_transaction_read_version: %m\n");
 #endif
         memset(readmarkers, 0, NB_READMARKER_PAGES * 4096UL);
     }
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to