From owner-freebsd-virtualization@FreeBSD.ORG Tue May 27 09:06:00 2008 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33D0E106566B; Tue, 27 May 2008 09:06:00 +0000 (UTC) (envelope-from zec@icir.org) Received: from xaqua.tel.fer.hr (xaqua.tel.fer.hr [161.53.19.25]) by mx1.freebsd.org (Postfix) with ESMTP id E0F418FC0A; Tue, 27 May 2008 09:05:59 +0000 (UTC) (envelope-from zec@icir.org) Received: by xaqua.tel.fer.hr (Postfix, from userid 20006) id 249F59B657; Tue, 27 May 2008 11:05:58 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on xaqua.tel.fer.hr X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.7 Received: from [192.168.200.100] (zec2.tel.fer.hr [161.53.19.79]) by xaqua.tel.fer.hr (Postfix) with ESMTP id 2D2B69B655; Tue, 27 May 2008 11:05:56 +0200 (CEST) From: Marko Zec To: Kris Kennaway Date: Tue, 27 May 2008 11:05:53 +0200 User-Agent: KMail/1.9.7 References: <483834AD.9050208@FreeBSD.org> <200805261423.27766.zec@icir.org> <483AACE5.3070207@FreeBSD.org> In-Reply-To: <483AACE5.3070207@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805271105.54281.zec@icir.org> Cc: "Bjoern A. Zeeb" , Julian Elischer , freebsd-virtualization@freebsd.org Subject: Re: vimage kernel broken X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:06:00 -0000 On Monday 26 May 2008 14:28:21 Kris Kennaway wrote: > Marko Zec wrote: > > On Monday 26 May 2008 14:13:45 Kris Kennaway wrote: > > ... > > > >> Maybe I am using the wrong branch, can you confirm which is > >> current? > > > > //depot/user/zec/vimage_7/... tracks RELENG_7 > > //depot/projects/vimage/... tracks HEAD > > OK, that is the branch I was using. > > > I couldn't reproduce this panic on neither of the above branches, > > at least not by solely enabling IPv6 and rpc.lockd. > > Try with a vimage kernel but CVS userland (I only rebuilt the > kernel). It is possible that there was an ABI change that is causing > the kernel to panic from unexpected input from userland. OK with a more recent userland the panic is 100% reproducible. Looking into it right now... Thanks, Marko