From owner-freebsd-bugs@freebsd.org Sat Mar 17 22:25:49 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB036F4A106 for ; Sat, 17 Mar 2018 22:25:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34B3F715C8 for ; Sat, 17 Mar 2018 22:25:49 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 44F21109B2 for ; Sat, 17 Mar 2018 22:25:48 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w2HMPmte000725 for ; Sat, 17 Mar 2018 22:25:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w2HMPmKE000724 for freebsd-bugs@FreeBSD.org; Sat, 17 Mar 2018 22:25:48 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 176694] [kvm] KVM Guest Crash at Boot - kernel trap 12 with interrupts disabled [regression] Date: Sat, 17 Mar 2018 22:25:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wheelcomplex@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2018 22:25:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D176694 David NewHamlet changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wheelcomplex@gmail.com --- Comment #3 from David NewHamlet --- this still stay with FreeBSD-12.0-CURRENT-amd64-20180315-r331001-disc1.iso under Ubuntu 18.04 X86_64(Linux lxn550jk 4.15.0-10-generic #11-Ubuntu SMP T= ue Feb 13 18:23:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux). Ubuntu package info: qemu-system-x86 1:2.11+dfsg-1ubuntu4 amd64 QEMU full system emulation bina= ries (x86) I have try some tips from https://forums.freebsd.org/threads/freebsd-10-does-not-boot-kvm-kernel-trap= -12.47409/ but it still not works. kernel trap 12 with interrupts disabled --- FreeBSD-12.0-CURRENT-amd64-20180315-r331001-disc1.iso boot normally --- FreeBSD-11.1-RELEASE-amd64-disc1.iso boot normally --- FreeBSD-10.4-RELEASE-amd64-uefi-disc1.iso test with follow command: sudo /usr/bin/qemu-system-x86_64 -enable-kvm \ -machine pc-i440fx-bionic \ -cpu Haswell-noTSX \ -drive file=3D/usr/share/OVMF/OVMF_CODE.fd,if=3Dpflash,format=3Draw,unit=3D0,reado= nly=3Don \ -drive file=3D/var/lib/libvirt/qemu/nvram/freebsd11.1_VARS.fd,if=3Dpflash,format= =3Draw,unit=3D1 \ -m 8192 -smp 4,sockets=3D4,cores=3D1,threads=3D1 \ -no-user-config -nodefaults \ -device ide-cd,drive=3Ddrive-sata0-0-1,id=3Dsata0-0-1,bootindex=3D1 \ -drive file=3D/ds/data/iso/FreeBSD-11.1-RELEASE-amd64-disc1.iso,format=3Draw,if=3D= none,id=3Ddrive-sata0-0-1,media=3Dcdrom,readonly=3Don \ -vga std \ -display sdl --=20 You are receiving this mail because: You are the assignee for the bug.=