From owner-freebsd-current@FreeBSD.ORG Tue Oct 18 16:08:13 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1506616A41F for ; Tue, 18 Oct 2005 16:08:13 +0000 (GMT) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8120343D46 for ; Tue, 18 Oct 2005 16:08:12 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.200] ([10.0.0.200]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id j9IG8ApU054398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 18 Oct 2005 09:08:12 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <43551DDA.906@errno.com> Date: Tue, 18 Oct 2005 09:07:54 -0700 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050927) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kernel Jake References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: page fault - 6.0-RC1 i386 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: Tue, 18 Oct 2005 16:08:13 -0000 Kernel Jake wrote: > Sam Leffler wrote: > >> Please try a kernel with at least INVARIANTS. Better would be a >> kernel with >> INVARIANTS+WITNESS. > > > After enabling INVARIANTS+WITNESS (with WITNESS_SKIPSPIN), I see the > following in dmesg during bootup: > > Oct 18 00:23:53 daemon kernel: malloc(M_WAITOK) of "32", forcing > M_NOWAIT with the following non-sleepable locks held: > Oct 18 00:23:53 daemon kernel: exclusive sleep mutex ath0 (network > driver) r = 0 (0xc15c8d30) locked @ dev/ath/if_ath.c:4642 > Oct 18 00:23:53 daemon kernel: Memory modified after free > 0xc174a000(2048) val=1fa00000 @ 0xc174a000 > Oct 18 00:23:53 daemon savecore: no dumps found > Oct 18 00:23:56 daemon kernel: ath0: link state changed to DOWN > Oct 18 00:24:06 daemon kernel: malloc(M_WAITOK) of "32", forcing > M_NOWAIT with the following non-sleepable locks held: > Oct 18 00:24:06 daemon kernel: exclusive sleep mutex ath0 (network > driver) r = 0 (0xc15c8d30) locked @ dev/ath/if_ath.c:4642 > Oct 18 00:24:06 daemon kernel: ath0: link state changed to UP Are you operating in 11g w/ protection enabled? If possible try turning off protection at the ap and/or using ifconfig on the local station. Sam