From owner-freebsd-net@FreeBSD.ORG Thu Oct 10 18:38:19 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B43DA75C for ; Thu, 10 Oct 2013 18:38:19 +0000 (UTC) (envelope-from peter@pean.org) Received: from system.jails.se (system.jails.se [91.205.63.85]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F1BB22AE for ; Thu, 10 Oct 2013 18:38:18 +0000 (UTC) Received: from localhost (system.jails.se [91.205.63.85]) by system.jails.se (Postfix) with SMTP id 68FAE18E1AA for ; Thu, 10 Oct 2013 20:38:09 +0200 (CEST) Received: from [IPv6:2001:16d8:ff9f::5e7:227:6b24:fed9] (unknown [IPv6:2001:16d8:ff9f:0:5e7:227:6b24:fed9]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by system.jails.se (Postfix) with ESMTPSA id 2E71818E19F; Thu, 10 Oct 2013 20:38:08 +0200 (CEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: kern/182665: [wlan] Kernel panic when creating second wlandev. From: =?iso-8859-1?Q?Peter_Ankerst=E5l?= In-Reply-To: Date: Thu, 10 Oct 2013 20:38:07 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <193DD662-CB03-412F-A170-AD28BA67C612@pean.org> References: <201310091810.r99IA3mS098467@freefall.freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.1508) Cc: FreeBSD Net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 18:38:19 -0000 Sorry, had to rebuild kernel with debug symbols.=20 Heres the output: (kgdb) list *0xc0800110 0xc0800110 is in jenkins_hash32 = (/usr/src/sys/libkern/jenkins_hash.c:177). 172 switch(length) /* all the case statements = fall through */ 173 {=20 174 case 3 : c+=3Dk[2]; 175 case 2 : b+=3Dk[1]; 176 case 1 : a+=3Dk[0]; 177 final(a,b,c); 178 case 0: /* case 0: nothing left to add */ 179 break; 180 } 181 /*------------------------------------------------------ = report the result */ On Oct 9, 2013, at 11:18 PM, Adrian Chadd wrote: > Hi, >=20 > Is there a backtrace for this? Iv'e not seen this before. >=20 >=20 > -adrian