From owner-freebsd-stable@FreeBSD.ORG Tue Jun 27 14:39:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB4EE16A407 for ; Tue, 27 Jun 2006 14:39:15 +0000 (UTC) (envelope-from john_m_cooper@yahoo.com) Received: from smtp107.biz.mail.mud.yahoo.com (smtp107.biz.mail.mud.yahoo.com [68.142.200.255]) by mx1.FreeBSD.org (Postfix) with SMTP id 4291C43D5E for ; Tue, 27 Jun 2006 14:39:15 +0000 (GMT) (envelope-from john_m_cooper@yahoo.com) Received: (qmail 52264 invoked from network); 27 Jun 2006 14:20:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=AaNbIq3IfLtZRNWTxtm/c7u8zXVvNLsoPHCsznm4BKJ90/zvGmmWh3IrD+qhW9XsyWdGwUSyg8sx2x0oqx0wumaNqs38N9+cQNmcUJ16uQYJX8bZSZ/lYXLUC7ZeVmSjYDeMXyRSY56w2WcARA7qfVqXPNtyOE6JO+MhIT3LRco= ; Received: from unknown (HELO borgdemon2.clspco.adelphia.net) (j.m.cooper@borgsdemons.com@209.137.221.2 with login) by smtp107.biz.mail.mud.yahoo.com with SMTP; 27 Jun 2006 14:20:57 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by borgdemon2.clspco.adelphia.net (Postfix) with ESMTP id D07725C3F for ; Tue, 27 Jun 2006 09:20:52 -0500 (CDT) Message-ID: <44A13EC1.3000709@yahoo.com> Date: Tue, 27 Jun 2006 09:20:49 -0500 From: John Merryweather Cooper User-Agent: Thunderbird 1.5.0.4 (X11/20060617) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <20060627045310.GA6324@tehran.lain.pl> <20060627052039.GA6500@tehran.lain.pl> In-Reply-To: <20060627052039.GA6500@tehran.lain.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: trap 12: supervisor write, page not present on 6.1-STABLE Tue May 16 2006 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, 27 Jun 2006 14:39:15 -0000 Stanislaw Halik wrote: > On Tue, Jun 27, 2006, Stanislaw Halik wrote: > >> 6.1-STABLE crashed on me. I'm providing a backtrace. Could any of you, >> experienced people, suggest me if it's a hardware problem or is it an >> error inside the OS? >> > [...] > > More info follows: > > #7 0xc058e01a in ip_ctloutput (so=0xd68d5d90, sopt=0xd68d5c80) at > /usr/src/sys/netinet/ip_output.c:1210 > 1210 inp->inp_ip_tos = optval; > Current language: auto; currently c > (kgdb) p inp > $1 = (struct inpcb *) 0x0 > > I have identical traps on 6.1-STABLE with my Dell Inspiron 5100. I note that these traps only occur (randomly) when I'm using NDIS to drive my wireless card. jmc