Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2005 19:11:39 +0200
From:      Jonatan B <onatan@gmail.com>
To:        Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: [PANIC] 6.0BETA2 in l2ping flood
Message-ID:  <b0ba59300508171011a17d384@mail.gmail.com>
In-Reply-To: <430367C2.9060302@savvis.net>
References:  <b0ba593005081703416d19fbf4@mail.gmail.com> <430367C2.9060302@savvis.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8/17/05, Maksim Yevmenkin <maksim.yevmenkin@savvis.net> wrote:
> Jonatan,
>=20
> > This is a repeatable panic I get when l2ping flooding my tungsten.
> > Maksim?
> >
> > repeatable panic with bluetooth on SMP
<snip>

> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b0ba59300508171011a17d384>