|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 20] LTP fork05 test crashes dom0
http://bugzilla.xensource.com/cgi-bin/bugzilla/show_bug.cgi?id=20
------- Additional Comments From pl@xxxxxxxxxx 2005-05-04 20:39 -------
according to an objdump of xen-syms, the next thing down the stack [ff11d42f] is
ptwr_flush. So it looks like here is where we are calling domain_crash right?
if ( unlikely(!get_page_from_l1e(nl1e, d)) )
{
MEM_LOG("ptwr: Could not re-validate l1 page\n");
/*
* Make the remaining p.t's consistent before crashing, so the
* reference counts are correct.
*/
memcpy(&pl1e[i], &d->arch.ptwr[which].page[i],
(L1_PAGETABLE_ENTRIES - i) * sizeof(l1_pgentry_t));
domain_crash();
break;
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|