From owner-freebsd-stable@FreeBSD.ORG Sat Sep 5 16:12:03 2009 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 1869B1065693 for ; Sat, 5 Sep 2009 16:12:03 +0000 (UTC) (envelope-from parv@pair.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id CAC8A8FC1A for ; Sat, 5 Sep 2009 16:12:02 +0000 (UTC) Received: from localhost.hawaii.res.rr.com ([98.150.187.245]) by hrndva-omta03.mail.rr.com with ESMTP id <20090905161201971.JYBH9786@hrndva-omta03.mail.rr.com> for ; Sat, 5 Sep 2009 16:12:01 +0000 Received: from holstein.holy.cow (localhost [127.0.0.1]) by localhost.hawaii.res.rr.com (Postfix) with ESMTP id 1840B33F5 for ; Sat, 5 Sep 2009 06:14:29 -1000 (HST) Received: (from parv@localhost) by holstein.holy.cow (8.13.8/8.13.8/Submit) id n85GESG3050089 for freebsd-stable@freebsd.org; Sat, 5 Sep 2009 06:14:28 -1000 (HST) (envelope-from parv@pair.com) X-Authentication-Warning: holstein.holy.cow: parv set sender to parv@pair.com using -f Date: Sat, 5 Sep 2009 06:14:28 -1000 From: parv@pair.com To: f-stable Message-ID: <20090905161428.GA49849@holstein.holy.cow> Mail-Followup-To: f-stable References: <20090807155141.GA1877@holstein.holy.cow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090807155141.GA1877@holstein.holy.cow> Subject: Re: FreeBSD 7-STABLE - ath, Atheros 5212 - crash on network activity 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: Sat, 05 Sep 2009 16:12:03 -0000 in message <20090807155141.GA1877@holstein.holy.cow>, wrote parv@pair.com thusly... > > I am in the process of upgrading from 6-STABLE to 7-STABLE, but > have been stymied due to FreeBSD/i386 7 crashing on network > activity. Machine is Thinkpad T61 with Atheros 5212 (IBM 802.11 > [abg]) card. ... > GNU gdb 6.1.1 [FreeBSD] ... > This GDB was configured as "i386-marcel-freebsd"... ... > Unread portion of the kernel message buffer: > panic: operating mode 1 > cpuid = 1 > KDB: stack backtrace: > db_trace_self_wrapper(c0c260f0,e8fbc8fc,c0852763,c0c5338d,1,...) at db_trace_self_wrapper+0x26 > kdb_backtrace(c0c5338d,1,c0c3326f,e8fbc908,1,...) at kdb_backtrace+0x29 > panic(c0c3326f,1,4,c0c21ab3,ce,...) at panic+0x114 > ieee80211_set_tim(c7aac000,1,c0c345ca,c7,0,c7aad510,c670d22c) at ieee80211_set_tim+0x2d > ieee80211_pwrsave(c7aac000,c7b1ab00,c0be15cd,62c,c0c30884,...) at ieee80211_pwrsave+0x1f3 > ath_start(c6709000,c6709108,e8fbca08,c08ed81f,c6709000,...) at ath_start+0x4e3 > if_start(c6709000,0,c0c30884,195,2,...) at if_start+0x4f > ether_output_frame(c6709000,c7b1ab00,6,0,e8fbca2a,...) at ether_output_frame+0x1ce > ether_output(c6709000,c7b1ab00,e8fbcac0,c6b45e0c,0,...) at ether_output+0x48d > ieee80211_output(c6709000,c7b1ab00,e8fbcac0,c6b45e0c,c6b402d0,...) at ieee80211_output+0x38 > ip_output(c7b1ab00,0,e8fbcabc,0,0,...) at ip_output+0xa10 > udp_send(c6b051a0,0,c7b1ab00,0,0,...) at udp_send+0x89b > sosend_dgram(c6b051a0,0,e8fbcbe0,c7b1ab00,0,...) at sosend_dgram+0x359 > sosend(c6b051a0,0,e8fbcbe0,0,0,...) at sosend+0x3f > kern_sendit(c6b49b40,4,e8fbcc5c,0,0,...) at kern_sendit+0x107 > sendit(0,7844401d,0,0,0,...) at sendit+0xad > sendto(c6b49b40,e8fbccfc,18,c0c3ea41,c,...) at sendto+0x48 > syscall(e8fbcd38) at syscall+0x2a1 > Xint0x80_syscall() at Xint0x80_syscall+0x20 > ... Could anybody please clue me in about what I can do to solve the problem of ath (Atheros 5212) crashing? I had also filed the bug, not much activity on it yet ... http://www.freebsd.org/cgi/query-pr.cgi?pr=137592 - parv --