Uhm, yes. I can read that too. I'm suggesting that someone working on
the iwm driver can fix it.
On the boot immediately prior to this my system panicked with an
assert in idr - which is much more my bailiwick.
-M
On Thu, Aug 4, 2016 at 1:04 AM, Hans Petter Selasky wrote:
> On 08/04/16 09:56,
On 08/04/16 09:56, K. Macy wrote:
#12 taskqueue_drain (queue=0x0, task=0xfe004fc17150) at
Hi,
Looks like a NULL pointer, queue=NULL
--HPS
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscr
I get this panic periodically at iwm load time:
(kgdb) p ic->ic_tq
value has been optimized out
(kgdb) down
#12 taskqueue_drain (queue=0x0, task=0xfe004fc17150) at
/usr/home/mmacy/drm-next-4.6/sys/kern/subr_taskqueue.c:554
554 TQ_LOCK(queue);
(kgdb) bt
#0 __curthread () at ./machi