From owner-freebsd-current@freebsd.org Tue Apr 12 06:14:55 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F844B0D6CF for ; Tue, 12 Apr 2016 06:14:55 +0000 (UTC) (envelope-from paulw@fisheyehq.com) Received: from smtprelay.hostedemail.com (smtprelay0022.hostedemail.com [216.40.44.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B1CC135E for ; Tue, 12 Apr 2016 06:14:54 +0000 (UTC) (envelope-from paulw@fisheyehq.com) Received: from filter.hostedemail.com (unknown [216.40.38.60]) by smtprelay03.hostedemail.com (Postfix) with ESMTP id C982D6A93A for ; Tue, 12 Apr 2016 06:14:47 +0000 (UTC) X-Session-Marker: 7061756C77406669736865796568712E636F6D X-Spam-Summary: 2, 0, 0, , d41d8cd98f00b204, paulw@fisheyehq.com, :, RULES_HIT:41:355:379:421:582:960:966:973:988:989:1152:1260:1277:1311:1313:1314:1345:1381:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:1801:2196:2199:2393:2540:2559:2562:2693:2861:3138:3139:3140:3141:3142:3353:3865:3867:3868:3870:3871:3872:4184:4250:4321:4385:4605:5007:6119:6261:7903:7974:8957:10004:10400:10848:11026:11658:11914:12517:12519:12555:12663:12679:13069:13071:13311:13357:13439:14180:14181:14581:14659:14685:21060:21080:30012:30054:30080, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:fn, MSBL:0, DNSBL:none, Custom_rules:0:0:0, LFtime:1, LUA_SUMMARY:none X-HE-Tag: shirt07_641095864ec3a X-Filterd-Recvd-Size: 2431 Received: from mail.fisheyehq.co.uk (imap-ext [216.40.42.5]) (Authenticated sender: webmail@paulw@fisheyehq.com) by omf02.hostedemail.com (Postfix) with ESMTPA for ; Tue, 12 Apr 2016 06:14:47 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 12 Apr 2016 07:14:47 +0100 From: paulw@fisheyehq.com To: Freebsd-current@freebsd.org Subject: Kernel trap when booting inside VirtualBox Message-ID: <17ea940319f36a803594bd00940efe4f@fisheyehq.com> X-Sender: paulw@fisheyehq.com User-Agent: Roundcube Webmail/1.0.2 X-Originating-IP: [31.125.229.155] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 06:14:55 -0000 Hi, Has anyone else got an issue with running FreeBSD SVN r297810 inside a VirtualBox session? I installed 10.3, booting under EFI on my second harddrive (Windows in on the first drive). FreeBSD would boot correctly from UEFI boot or from inside VirtualBox. I SVNed up to head (r297810), compiled and installed it. It will now boot correctly from UEFI boot, but kernel traps very early on when booted from VirtualBox. As a side note, I am using booting from zfs. I am starting FreeBSD by calling boot1.efi from inside EFIShell (from both UEFI boot and VirtualBox) Has anyone else seen this? Is it my setup? real memory = 4831838208 (4608 MB) avail memory = 4096802816 (3907 MB) Event timer "LAPIC" quality 400 APIC APIC Table: Random: unblocking device. Loapic0 irqs 0-23 on motherboard Kernel trap 1 with interrupts disabled Fatal trap 1: privileged instruction fault while in kernel mode cpuid = 0: apic id = 00 instruction pointer = 0x20:0xffffffff80fed419 stack pointer = 0x28:0xffffffff824d9c00 frame pointer = 0x28:0xffffffff824d9c80 code segment = base 0x0, Limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 Processor eflags = resume, IOPL = 0 Current process = 0 (swapper) [ thread pid 0 tid 100000 ] Stopped as native_lapic_setup+0x99: lesl %edx,%esp db>bt Tracing pis 0 tid 100000 td 0xffffffff81d351b0 native_lapic_setup() at native_lapic_setup+0x99/frame 0xffffffff8249c80 apic_setup_io() at apic_setup_io+0x53/frame 0xffffffff824d9c90 mi_startup() at mi_startup+0x118/frame 0xffffffff824d9cb0 btext() at btext+0x2c db> Many Thanks Paul