On 8/17/05, Maksim Yevmenkin <maksim.yevmenkin_at_savvis.net> wrote: > Jonatan, > > > 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 > > 1) uname -a FreeBSD personal.jesus.com 6.0-BETA2 FreeBSD 6.0-BETA2 #0: Thu Aug 11 19:31:34 IDT 2005 root_at_:/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=0x81, bulk-in=0x82, bulk-out=0x2 ubt0: Interface 1 (alt.config 5) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294 > 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. > > just for the sake of it, could you please try the following? > > #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) > > #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.Received on Wed Aug 17 2005 - 15:11:40 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:41 UTC