[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] xen.git branch reorg / success with 2.6.30-rc3 pv_ops dom0
On Fri, 2009-06-05 at 07:23 -0400, Pasi KÃrkkÃinen wrote: > > Do you know which line of xen_set_pte() the fault is occurring at? I > > assume either "ptep->pte_high =" or "ptep->pte_low =". > > > > I haven't looked for that.. I guess I should compile debug=y Xen build > again. xen_set_pte() is in the kernel rather than Xen so e.g. from http://pasik.reaktio.net/xen/pv_ops-dom0-debug/pv_ops-dom0-log-01-with-highpte.txt: [...] EIP: 0061:[<c0405d63>] EFLAGS: 00010296 CPU: 0 [...] Can you use gdb to find out what 0xc0405d63 is, e.g. with "list *0xc0405d63" and/or "disas 0xc0405d63" Trying a debug=y Xen might be interesting as well though, it does more checks etc so perhaps we can spot something odd earlier. Also all my repro attempts were with debug=y so it would be interesting to know what happens for you. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |