KHB: Failure-oblivious computing
Posted Jun 29, 2006 17:53 UTC (Thu) by
cventers (subscriber, #31465)
In reply to:
KHB: Failure-oblivious computing by cventers
Parent article:
KHB: Failure-oblivious computing
Silly me, this special syscall even already exists! How about stuffing
this in a SIGSEGV signal handler.
/* Dump some core. */
if (fork() == 0) raise(SIGABRT);
/* Magic to initiate an exception from whatever context we were running
in before our signal handler got called */
(
Log in to post comments)