From: bdemsky Date: Fri, 2 Oct 2009 02:53:57 +0000 (+0000) Subject: change X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=991591f0218ad156d3fb87dc5eb3f8b0be16a2c4;p=IRC.git change --- diff --git a/Robust/src/Runtime/STM/stm.c b/Robust/src/Runtime/STM/stm.c index 23056533..6795af28 100644 --- a/Robust/src/Runtime/STM/stm.c +++ b/Robust/src/Runtime/STM/stm.c @@ -303,6 +303,7 @@ void *objstrAlloc(unsigned int size) { #ifdef SANDBOX /* Do sandboxing */ void errorhandler(int sig, struct sigcontext ctx) { + printf("Error\n"); if (abortenabled&&checktrans()) longjmp(aborttrans, 1); threadhandler(sig, ctx);