From owner-freebsd-current@FreeBSD.ORG Wed Aug 17 17:11:40 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 840D216A420 for ; Wed, 17 Aug 2005 17:11:40 +0000 (GMT) (envelope-from onatan@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB49043D48 for ; Wed, 17 Aug 2005 17:11:39 +0000 (GMT) (envelope-from onatan@gmail.com) Received: by wproxy.gmail.com with SMTP id i22so185667wra for ; Wed, 17 Aug 2005 10:11:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aseQeCwRYhU96eX/wycovV8ibiPKT6RATnypHAFbQbT1eyyeXV7zNj0+47JucnkHO+Msbz3IkY7VpIPU492PakVbcvR1BcLLGB5JO7Js0kkuZrbDc8epVoVYN83u5JiNmLy2HoRZKoZnajcUfnO7P9kMzrOPcpTKg6kudQ/FHWk= Received: by 10.54.50.16 with SMTP id x16mr584341wrx; Wed, 17 Aug 2005 10:11:39 -0700 (PDT) Received: by 10.54.31.77 with HTTP; Wed, 17 Aug 2005 10:11:39 -0700 (PDT) Message-ID: Date: Wed, 17 Aug 2005 19:11:39 +0200 From: Jonatan B To: Maksim Yevmenkin In-Reply-To: <430367C2.9060302@savvis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <430367C2.9060302@savvis.net> X-Mailman-Approved-At: Thu, 18 Aug 2005 11:49:09 +0000 Cc: freebsd-current@freebsd.org Subject: Re: [PANIC] 6.0BETA2 in l2ping flood X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 17:11:40 -0000 On 8/17/05, Maksim Yevmenkin wrote: > Jonatan, >=20 > > This is a repeatable panic I get when l2ping flooding my tungsten. > > Maksim? > > > > repeatable panic with bluetooth on SMP > could you please provide the following >=20 > 1) uname -a FreeBSD personal.jesus.com 6.0-BETA2 FreeBSD 6.0-BETA2 #0: Thu Aug 11 19:31:34 IDT 2005 root@:/usr/obj/usr/src/sys/GENERIC i386 The kernel is GENERIC. I initially installed 6.0-BETA1, then cvsupped/builtworld to get to 6.0-BETA2. > 2) what bluetooth device are you using usb? serial? It's a Motorola USB Dongle. It's label says: MOTOROLA SYN0717A usbd says: ubt0: vendor 0x0a12 product 0x0001, rev 1.10/8.28, addr 2 ubt0: vendor 0x0a12 product 0x0001, rev 1.10/8.28, addr 2 ubt0: Interface 0 endpoints: interrupts=3D0x81, bulk-in=3D0x82, bulk-out=3D= 0x2 ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=3D0x83, isoc-out=3D0x3; wMaxPacketSize=3D49; nframes=3D6, buffer size=3D294 > 3) can you get kernel crash dump and put it somewhere (along with your > kernel.debug) somewhere i can download it? It's a 1GB file, getting compressed now. Where would you like it uploaded? > just by looking at the stack trace i do not see any bluetooth related > calls. it does not mean that bluetooth is not involved however. >=20 > just for the sake of it, could you please try the following? >=20 > #define ng_btsocket_l2cap_raw_wakeup_input_task() \ > -taskqueue_enqueue(taskqueue_swi,&ng_btsocket_l2cap_raw_queue_task) > +taskqueue_enqueue(taskqueue_swi_giant,&ng_btsocket_l2cap_raw_queue_task) >=20 > #define ng_btsocket_l2cap_raw_wakeup_route_task() \ > -taskqueue_enqueue(taskqueue_swi, &ng_btsocket_l2cap_raw_rt_task) > +taskqueue_enqueue(taskqueue_swi_giant, &ng_btsocket_l2cap_raw_rt_task) I assume you mean in sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c = . It will take me some time. I'll get back to you on that.