From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kip Macy Subject: writable page tables appear to be causing xen to lock up Date: Mon, 18 Apr 2005 15:02:08 -0700 Message-ID: Reply-To: Kip Macy Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org I've just tried enabling writable page tables in FreeBSD. I'm seeing the following code in traps.c hit over again. Disabling the DPRINTK on line 341 doesn't help, it just causes the machine to become unresponsive quietly. xen_fault: =20 if ( likely((fixup =3D search_exception_table(regs->eip)) !=3D 0) ) { perfc_incrc(copy_user_faults); =20 if ( !shadow_mode_enabled(d) ) DPRINTK("Page fault: %p -> %p\n", regs->eip, fixup); regs->eip =3D fixup; =20 return 0; }