From owner-freebsd-current@FreeBSD.ORG Sun Feb 17 16:33:18 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7DF316A418 for ; Sun, 17 Feb 2008 16:33:18 +0000 (UTC) (envelope-from michiel@boland.org) Received: from neerbosch.nijmegen.internl.net (neerbosch.nijmegen.internl.net [217.149.193.38]) by mx1.freebsd.org (Postfix) with ESMTP id 6466A13C467 for ; Sun, 17 Feb 2008 16:33:18 +0000 (UTC) (envelope-from michiel@boland.org) Received: from neerbosch.nijmegen.internl.net by neerbosch.nijmegen.internl.net via neerbosch.nijmegen.internl.net [217.149.193.38] with ESMTP for id m1HGXGss010921 (8.13.4/1.4); Sun, 17 Feb 2008 17:33:16 +0100 (MET) Received: from localhost by neerbosch.nijmegen.internl.net via mboland@localhost with ESMTP for id m1HGXGnd010918 (8.13.4/2.02); Sun, 17 Feb 2008 17:33:16 +0100 (MET) X-Authentication-Warning: neerbosch.nijmegen.internl.net: mboland owned process doing -bs Date: Sun, 17 Feb 2008 17:33:16 +0100 (MET) From: Michiel Boland To: freebsd-current@freebsd.org In-Reply-To: <20080217160642.2ac9363e@peedub.jennejohn.org> Message-ID: References: <43555.82.234.78.29.1203154742.squirrel@secure.synsport.net> <20080216175811.GA33393@saturn.kn-bremen.de> <47B7352B.1040302@marino.st> <20080216210731.GA40417@saturn.kn-bremen.de> <55528.82.234.78.29.1203252678.squirrel@secure.synsport.net> <20080217160642.2ac9363e@peedub.jennejohn.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: PRINTF_BUFR_SIZE (Re: 7.0 RC2 kernel panic with Kqemu/AMD64) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 17 Feb 2008 16:33:18 -0000 On Sun, 17 Feb 2008, Gary Jennejohn wrote: [...] > I can't help with your problem, but I suggest that you add > options PRINTF_BUFR_SIZE=128 > to your kernel config file to avoid the above corrupted output. Any reason why this PRINTF_BUFR_SIZE option isn't in GENERIC on all platforms? At the moment it is set for sun4v only. Cheers Michiel