|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Crash with paravirt-ops 2.6.31.6 kernel
> [ 1.254927] init[1] general protection ip:f779042f sp:ff9b0340 error:0
That is what caused it. It would be of interest if you could disassemble init
and see what is the offending instruction (and around a couple of lines before
it).
Use objdump for that purpose.
Also, please add these to your bootline to get more debug information (obviously
change your com1 and root line):
root (hd0,0)
kernel /xen-3.5-unstable.4.gz com1=115200,8n1,0xd800,0
console=com1,vga guest_loglvl=all loglvl=all sync_console console_to_ring
dom0_mem=2GB
module /bzImage ro root=UUID=d6d08653-4a4f-4d41-87f2-f42fb7fe3ad5
initrd_ignore_loglevel sysrq_always_enable earlyprintk=xen console=tty
console=hvc0 loglevel=10 debug
module /initrd-2.6.31-5.img
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|