From owner-freebsd-stable@FreeBSD.ORG Tue Apr 26 13:15:46 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1580D106564A for ; Tue, 26 Apr 2011 13:15:46 +0000 (UTC) (envelope-from gardnerbell@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id D22458FC0A for ; Tue, 26 Apr 2011 13:15:45 +0000 (UTC) Received: by iyj12 with SMTP id 12so669956iyj.13 for ; Tue, 26 Apr 2011 06:15:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=TIS04S927P/zZ0+mjJjC/HzHdxpORk1CTucFF0h4948=; b=KDF+Vz1TEsUaKSgZXQEnSB8fzjBpjtwVxDcVTDBPV8lXjLpNaxOx+C9om6hQxnKCVH nYdrCV66g2CF/e6nASOC2XAHAQFiB7lcbIICSJN697wnc9QIzoq064PbRgsGsGSXGON1 P7YaQ4oGv3ZTF1UEs5VyNLxc064n+Xx/eQ6GE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BP04ezpTR+g/2vSImatx+/uEgfkoYCSM9onLkiuFEQUFVBuo8iezlcUceIX+SFdbi3 NmrdcJcn1F2UVpTE3/rDcKIjw6zCvP9P5/4xMrj1PqRLWAoDuIhY1ZCda7igal8/2xDy HIvLFGAHyzqtVL5JTPtu8v6Nic3LxxCLmFF/s= MIME-Version: 1.0 Received: by 10.42.136.129 with SMTP id u1mr844722ict.459.1303823745173; Tue, 26 Apr 2011 06:15:45 -0700 (PDT) Received: by 10.42.179.68 with HTTP; Tue, 26 Apr 2011 06:15:45 -0700 (PDT) In-Reply-To: <201104261012.57113.bschmidt@freebsd.org> References: <201104261012.57113.bschmidt@freebsd.org> Date: Tue, 26 Apr 2011 09:15:45 -0400 Message-ID: From: Gardner Bell To: bschmidt@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: Fatal trap 12: page fault while in kernel mode X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 13:15:46 -0000 On Tue, Apr 26, 2011 at 4:12 AM, Bernhard Schmidt wr= ote: > On Tuesday, April 26, 2011 01:09:42 Gardner Bell wrote: >> Downloading a torrent with many peers on a toshiba satellite notebook >> using an Atheros AR5006 wireless nic caused the following panic. =A0This >> is an i386 system running 8.2-STABLE from around April 06. > > Can you reproduce that? So far I've not been able to reproduce this. > > A comment about the relevant code says: > =A0 =A0 =A0 =A0/* > =A0 =A0 =A0 =A0 * XXX what happens if !acked but response shows up before= callback? > =A0 =A0 =A0 =A0 */ > > Guess we now know.. ;) > > -- > Bernhard >