On 09/16/2015 05:08 PM, Konrad Rzeszutek Wilk wrote: > On Wed, Sep 16, 2015 at 05:04:31PM -0400, Cole Robinson wrote: >> On 09/16/2015 04:07 PM, M A Young wrote: >>> On Wed, 16 Sep 2015, Cole Robinson wrote: >>> >>>> Unfortunately I couldn't get anything else extra out of xen using any of these >>>> options or the ones Major recommended... in fact I couldn't get anything to >>>> the serial console at all. console=con1 would seem to redirect messages since >>>> they wouldn't show up on the graphical display, but nothing went to the serial >>>> log. Maybe I'm missing something... >>> >>> That should be console=com1 so you have a typo either in this message or >>> in your tests. >>> >> >> Yeah that was it :/ So here's the crash output use -cpu host: >> >> - Cole >> <snip> >> about to get started... >> (XEN) traps.c:459:d0v0 Unhandled general protection fault fault/trap [#13] on >> VCPU 0 [ec=0000] >> (XEN) domain_crash_sync called from entry.S: fault at ffff82d08023a5d3 >> create_bounce_frame+0x12b/0x13a >> (XEN) Domain 0 (vcpu#0) crashed on cpu#0: >> (XEN) ----[ Xen-4.5.1 x86_64 debug=n Not tainted ]---- >> (XEN) CPU: 0 >> (XEN) RIP: e033:[<ffffffff810032b0>] > > That is the Linux kernel EIP. Can you figure out what is at ffffffff810032b0 ? > > gdb vmlinux and then > x/20i 0xffffffff810032b0 > > can help with that. > Updated to the latest kernel 4.1.6-201.fc22.x86_64. Trace is now: about to get started... (XEN) traps.c:459:d0v0 Unhandled general protection fault fault/trap [#13] on VCPU 0 [ec=0000] (XEN) domain_crash_sync called from entry.S: fault at ffff82d08023a5d3 create_bounce_frame+0x12b/0x13a (XEN) Domain 0 (vcpu#0) crashed on cpu#0: (XEN) ----[ Xen-4.5.1 x86_64 debug=n Not tainted ]---- (XEN) CPU: 0 (XEN) RIP: e033:[<ffffffff810031f0>] (XEN) RFLAGS: 0000000000000282 EM: 1 CONTEXT: pv guest (XEN) rax: 0000000000000015 rbx: ffffffff81c03e1c rcx: 00000000c0010112 (XEN) rdx: 0000000000000001 rsi: ffffffff81c03e1c rdi: 00000000c0010112 (XEN) rbp: ffffffff81c03df8 rsp: ffffffff81c03da0 r8: ffffffff81c03e28 (XEN) r9: ffffffff81c03e2c r10: 0000000000000000 r11: 00000000ffffffff (XEN) r12: ffffffff81d25a60 r13: 0000000004000000 r14: 0000000000000000 (XEN) r15: 0000000000000000 cr0: 0000000080050033 cr4: 00000000000406f0 (XEN) cr3: 0000000075c0b000 cr2: 0000000000000000 (XEN) ds: 0000 es: 0000 fs: 0000 gs: 0000 ss: e02b cs: e033 (XEN) Guest stack trace from rsp=ffffffff81c03da0: (XEN) 00000000c0010112 00000000ffffffff 0000000000000000 ffffffff810031f0 (XEN) 000000010000e030 0000000000010082 ffffffff81c03de0 000000000000e02b (XEN) 0000000000000000 000000000000000c ffffffff81c03e1c ffffffff81c03e48 (XEN) ffffffff8102a7a4 ffffffff81c03e48 ffffffff8102aa3b ffffffff81c03e48 (XEN) cf1fa5f5e026f464 0000000001000000 ffffffff81c03ef8 0000000004000000 (XEN) 0000000000000000 ffffffff81c03e58 ffffffff81d5d142 ffffffff81c03ee8 (XEN) ffffffff81d58b56 0000000000000000 0000000000000000 ffffffff81c03e88 (XEN) ffffffff810f8a39 ffffffff81c03ee8 ffffffff81798b13 ffffffff00000010 (XEN) ffffffff81c03ef8 ffffffff81c03eb8 cf1fa5f5e026f464 ffffffff81f1de9c (XEN) ffffffffffffffff 0000000000000000 ffffffff81df7920 0000000000000000 (XEN) 0000000000000000 ffffffff81c03f28 ffffffff81d51c74 cf1fa5f5e026f464 (XEN) 0000000000000000 ffffffff81c03f60 ffffffff81c03f5c 0000000000000000 (XEN) 0000000000000000 ffffffff81c03f38 ffffffff81d51339 ffffffff81c03ff8 (XEN) ffffffff81d548b1 0000000000000000 00600f1200000000 0000000100000800 (XEN) 0300000100000032 0000000000000005 0000000000000000 0000000000000000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000000 (XEN) 0000000000000000 0000000000000000 0000000000000000 0000000000000000 (XEN) 0f00000060c0c748 ccccccccccccc305 cccccccccccccccc cccccccccccccccc (XEN) Domain 0 crashed: rebooting machine in 5 seconds. gdb output: (gdb) x/20i 0xffffffff810031f0 0xffffffff810031f0 <xen_read_msr_safe+16>: rdmsr 0xffffffff810031f2 <xen_read_msr_safe+18>: xor %ecx,%ecx 0xffffffff810031f4 <xen_read_msr_safe+20>: shl $0x20,%rdx 0xffffffff810031f8 <xen_read_msr_safe+24>: mov %eax,%eax 0xffffffff810031fa <xen_read_msr_safe+26>: mov %ecx,(%rsi) 0xffffffff810031fc <xen_read_msr_safe+28>: mov %rdx,%rbx 0xffffffff810031ff <xen_read_msr_safe+31>: or %rax,%rbx 0xffffffff81003202 <xen_read_msr_safe+34>: cmp $0x1b,%edi 0xffffffff81003205 <xen_read_msr_safe+37>: jne 0xffffffff8100323a <xen_read_msr_safe+90> 0xffffffff81003207 <xen_read_msr_safe+39>: movl $0x1,-0x18(%rbp) 0xffffffff8100320e <xen_read_msr_safe+46>: movl $0x0,-0x10(%rbp) 0xffffffff81003215 <xen_read_msr_safe+53>: lea -0x18(%rbp),%rdi 0xffffffff81003219 <xen_read_msr_safe+57>: lea -0x14(%rbp),%rsi 0xffffffff8100321d <xen_read_msr_safe+61>: lea -0x10(%rbp),%rdx 0xffffffff81003221 <xen_read_msr_safe+65>: lea -0xc(%rbp),%rcx 0xffffffff81003225 <xen_read_msr_safe+69>: callq *0xffffffff81c28618 0xffffffff8100322c <xen_read_msr_safe+76>: mov %rbx,%rax 0xffffffff8100322f <xen_read_msr_safe+79>: and $0xfb,%ah 0xffffffff81003232 <xen_read_msr_safe+82>: testb $0x20,-0xe(%rbp) 0xffffffff81003236 <xen_read_msr_safe+86>: cmove %rax,%rbx -- xen mailing list xen@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/xen