PERFORCE change 133715 for review

Kip Macy kmacy at FreeBSD.org
Sat Jan 19 23:26:40 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133715

Change 133715 by kmacy at pandemonium:kmacy:xen31 on 2008/01/20 07:26:13

	also get the eip

Affected files ...

.. //depot/projects/xen31/sys/i386/i386/trap.c#8 edit

Differences ...

==== //depot/projects/xen31/sys/i386/i386/trap.c#8 (text+ko) ====

@@ -834,7 +834,7 @@
 	}
 #ifdef XEN
 	if (rv == KERN_PROTECTION_FAILURE)
-		printf("SIGBUS: p=%s va=0x%x ftype=0x%x\n", p->p_comm, va, ftype);
+		printf("SIGBUS: p=%s va=0x%x ftype=0x%x eip=0x%x\n", p->p_comm, va, ftype, frame->tf_eip);
 #endif
 	    
 	return((rv == KERN_PROTECTION_FAILURE) ? SIGBUS : SIGSEGV);


More information about the p4-projects mailing list