From owner-freebsd-stable@FreeBSD.ORG Tue Apr 26 08:39:42 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 E9AF0106566C for ; Tue, 26 Apr 2011 08:39:42 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 865CA8FC23 for ; Tue, 26 Apr 2011 08:39:42 +0000 (UTC) Received: by fxm11 with SMTP id 11so373943fxm.13 for ; Tue, 26 Apr 2011 01:39:41 -0700 (PDT) Received: by 10.223.7.8 with SMTP id b8mr526679fab.19.1303805631691; Tue, 26 Apr 2011 01:13:51 -0700 (PDT) Received: from jessie.localnet (p5B2ECD44.dip0.t-ipconnect.de [91.46.205.68]) by mx.google.com with ESMTPS id 23sm1905250fay.28.2011.04.26.01.13.48 (version=SSLv3 cipher=OTHER); Tue, 26 Apr 2011 01:13:49 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: freebsd-stable@freebsd.org Date: Tue, 26 Apr 2011 10:12:56 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.32-31-generic; KDE/4.4.5; i686; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104261012.57113.bschmidt@freebsd.org> Cc: Gardner Bell 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 Reply-To: bschmidt@freebsd.org 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 08:39:43 -0000 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. This > is an i386 system running 8.2-STABLE from around April 06. Can you reproduce that? A comment about the relevant code says: /* * XXX what happens if !acked but response shows up before callback? */ Guess we now know.. ;) -- Bernhard