From owner-freebsd-net@FreeBSD.ORG Thu Oct 10 22:31:28 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BFBDF4F6 for ; Thu, 10 Oct 2013 22:31:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x234.google.com (mail-qe0-x234.google.com [IPv6:2607:f8b0:400d:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8045B23E2 for ; Thu, 10 Oct 2013 22:31:28 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id w7so2567155qeb.25 for ; Thu, 10 Oct 2013 15:31:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=B84xYMAXvzyv4pR2tQXp/yA+eJK0GtpZga9Oaq3NstQ=; b=Tg0m6DdFNxCA6gxOh82Oi8QSgLiosnCVRgBeKA7xvE1jBJTHaGEaqHZgxIsCRKSu39 lUuD3Vmfote1e3eC8dVcvOSLkfOGU77Yp7fNU35GKILShzxqZNDjC9o4bkc0jG7aiWUQ VMDB859Axm7IYdCSdaWo3Bj7X05ilvw7mOYTMwEqakCdanP1W4Aka1wCh8/gzQkfjkqJ FM19sUVM5FzV5HEXkEIFFCYM7Lkb/eYave09EUGmGhc+X63XrwUMuiGivm4KlwxIheKU /4INA39w+/R+hBF9isxPccVq8T20Y9KajbkfUKeVIY8UsHlZvWJlx34J22L0ioZwRqrb KzkA== MIME-Version: 1.0 X-Received: by 10.49.59.115 with SMTP id y19mr15454373qeq.8.1381444287736; Thu, 10 Oct 2013 15:31:27 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Thu, 10 Oct 2013 15:31:27 -0700 (PDT) In-Reply-To: <193DD662-CB03-412F-A170-AD28BA67C612@pean.org> References: <201310091810.r99IA3mS098467@freefall.freebsd.org> <193DD662-CB03-412F-A170-AD28BA67C612@pean.org> Date: Thu, 10 Oct 2013 15:31:27 -0700 X-Google-Sender-Auth: F8cI_0E9uXxoBAFE-50pM8CdvhY Message-ID: Subject: Re: kern/182665: [wlan] Kernel panic when creating second wlandev. From: Adrian Chadd To: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 22:31:28 -0000 what's the backtrace from the kernel crash? That's a bit odd.. :-) -adiran On 10 October 2013 11:38, Peter Ankerst=E5l wrote: > Sorry, had to rebuild kernel with debug symbols. > > 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 { > 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, > > > > Is there a backtrace for this? Iv'e not seen this before. > > > > > > -adrian > > >