From: Kip Macy <kip.macy@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: writable page tables appear to be causing xen to lock up
Date: Mon, 18 Apr 2005 15:02:08 -0700 [thread overview]
Message-ID: <b1fa291705041815022a2691f3@mail.gmail.com> (raw)
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:
if ( likely((fixup = search_exception_table(regs->eip)) != 0) ) {
perfc_incrc(copy_user_faults);
if ( !shadow_mode_enabled(d) )
DPRINTK("Page fault: %p -> %p\n", regs->eip, fixup);
regs->eip = fixup;
return 0;
}
next reply other threads:[~2005-04-18 22:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-18 22:02 Kip Macy [this message]
[not found] <AcVEYlHMlpMs2NCsRUatq6Npjon1KgACjH4A>
2005-04-18 23:17 ` writable page tables appear to be causing xen to lock up Ian Pratt
2005-04-18 23:24 ` Kip Macy
2005-04-19 17:28 ` Kip Macy
2005-04-19 17:45 ` Kip Macy
-- strict thread matches above, loose matches on Subject: below --
2005-04-19 18:07 Ian Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b1fa291705041815022a2691f3@mail.gmail.com \
--to=kip.macy@gmail.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.