Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 1177)
+++ /trunk/xcache.c	(revision 1181)
@@ -349,4 +349,6 @@
 {
 	if (xc_test) {
+		char *null_ptr = NULL;
+		*null_ptr = 0;
 		raise(SIGSEGV);
 	}
