Displaying 3 results from an estimated 3 matches for "taskqueue_thread_loop".
2013 Jul 19
2
9.2PRERELEASE ZFS panic in lzjb_compress
...e 0xffffffcf75bd68f0
zio_compress_data() at zio_compress_data+0x92/frame 0xffffffcf75bd6920
zio_write_bp_init() at zio_write_bp_init+0x24b/frame 0xffffffcf75bd6970
zio_execute() at zio_execute+0xc3/frame 0xffffffcf75bd69b0
taskqueue_run_locked() at taskqueue_run_locked+0x74/frame 0xffffffcf75bd6a00
taskqueue_thread_loop() at taskqueue_thread_loop+0x46/frame
0xffffffcf75bd6a20
fork_exit() at fork_exit+0x11f/frame 0xffffffcf75bd6a70
fork_trampoline() at fork_trampoline+0xe/frame 0xffffffcf75bd6a70
--- trap 0, rip = 0, rsp = 0xffffffcf75bd6b30, rbp = 0 ---
lzjb_compress+0x185 corresponds to line 85 in
80 cpy = src -...
2012 Nov 13
1
thread taskq / unp_gc() using 100% cpu and stalling unix socket IPC
...hread taskq' while the problem was occuring. Every few seconds I ran a ddb script and continued. I got five samples, after that ddb became unresponsive. All of them show the thread executing in unp_gc() like here:
----
unp_gc() at unp_gc+0x81
taskqueue_run_locked() at taskqueue_run_locked+0x85
taskqueue_thread_loop() at taskqueue_thread_loop+0x46
fork_exit() at fork_exit+0x11f
fork_trampoline() at fork_trampoline+0xe
----
See all samples under [3].
This is consistent with some textdumps and ddb sessions I've done. Also, the sysctl 'net.local.taskcount' seems to increase at much higher rates when...
2008 May 07
0
Kernel panic - em0 culprit?
...3283517440, opts=0,
    file=0x0, line=0) at /usr/src/sys/kern/kern_mutex.c:416
#9  0xc04b02d7 in em_handle_rxtx (context=0xc3baa000, pending=1)
    at /usr/src/sys/dev/em/if_em.c:1666
#10 0xc05bb032 in taskqueue_run (queue=0xc3b94100)
    at /usr/src/sys/kern/subr_taskqueue.c:255
#11 0xc05bb20d in taskqueue_thread_loop (arg=0xc3baa368)
    at /usr/src/sys/kern/subr_taskqueue.c:374
#12 0xc0569d34 in fork_exit (callout=0xc05bb190 <taskqueue_thread_loop>,
    arg=0xc3baa368, frame=0xe403ed38) at /usr/src/sys/kern/kern_fork.c:783
#13 0xc07b7290 in fork_trampoline () at 
/usr/src/sys/i386/i386/exception.s:205...