From owner-freebsd-current@FreeBSD.ORG Fri Jan 18 14:17:17 2013 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC625B09; Fri, 18 Jan 2013 14:17:17 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C3F2AA45; Fri, 18 Jan 2013 14:17:16 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA21697; Fri, 18 Jan 2013 16:17:08 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <50F95964.6060706@FreeBSD.org> Date: Fri, 18 Jan 2013 16:17:08 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: Larry Rosenman Subject: Re: My panic in amd64/pmap References: <38def6b37be1a3128fb1b64595e9044e@webmail.lerctr.org> In-Reply-To: <38def6b37be1a3128fb1b64595e9044e@webmail.lerctr.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 18 Jan 2013 14:17:17 -0000 on 17/01/2013 21:50 Larry Rosenman said the following: > I've now seen this panic: > pmap_insert_pt_page: pindex already inserted > > on 9.1-RELEASE, 9.1-STABLE, and 10.0-CURRENT > > I've got vmcore's from the 9.1-STABLE and 10.0-CURRENT VM's available > as well as sources. > > I have the core.txt.* files available at: > http://www.lerctr.org/~ler/core.txt.0 (10.0) > http://www.lerctr.org/~ler/core.txt.2 (9.1-S) > > I'm not sure what other debug info you need. > > I can provide SSH access to both VM's as well as the host. > > These are all in VirtualBox 4.2.6 VM's > > Any help would be appreciated. Hmm, I wonder if VirtualBox is hitting the same popcnt bug that was fixed in qemu... Could you please try a patch from here http://thread.gmane.org/gmane.comp.emulators.qemu/174532/focus=174567 ? It should be applied to src/recompiler/target-i386/translate.c, make sure that it goes to a section marked as 'case 0x1b8: /* SSE4.2 popcnt */'. -- Andriy Gapon