From owner-freebsd-current@FreeBSD.ORG Fri Dec 21 16:36:42 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A997BB0; Fri, 21 Dec 2012 16:36:42 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7F88FC0C; Fri, 21 Dec 2012 16:36:40 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 359678462; Fri, 21 Dec 2012 17:36:33 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Subject: Re: clang compiled kernel panic when mounting zfs root on i386 Date: Fri, 21 Dec 2012 17:38:08 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <50b37d46.8584440a.735c.ffffb4e6@mx.google.com> <50CF9AA9.1030808__28729.3355250315$1355782864$gmane$org@FreeBSD.org> <50D2F3FE.1000509@gmail.com> In-Reply-To: <50D2F3FE.1000509@gmail.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212211738.08781.hselasky@c2i.net> Cc: Volodymyr Kostyrko , Dimitry Andric , Andriy Gapon 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, 21 Dec 2012 16:36:42 -0000 On Thursday 20 December 2012 12:18:22 Volodymyr Kostyrko wrote: > 18.12.2012 00:20, Andriy Gapon: > > It's been already mentioned many times that ZFS works much better on > > amd64. It's up to a (potential) user to understand limitations of i386 > > and to decide whether to use ZFS, in what situations and how. > > > > You may want to consider using KSTACK_PAGES=4 in your kernel > > configuration. > > For last two fays my system seems stable on kernel compiled with > KSTACK_PAGES=4 and WITH_CLANG_IS_CC. Hi, I've built a 10-current i386 kernel as of today, and I see double fault when USB audio is allocating memory. Anyone knows why? I'm on #bsdusb on EF-net for 30 more minutes if someone has any quick suggestions. kdb_enter() vpanic() panic() dblfault_handler() vm_map_lookup() vm_fault_hold() vm_fault() vm_fault_wire() vm_map_wire() kmem_alloc_attr(xxx, 0x4000,2,0,0xffffffff) bus_dmamem_alloc() usb_pc_alloc_mem() --HPS