[Bug 212562] stucking kyua test () on 10.3-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 10 15:20:58 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212562

--- Comment #1 from op at hardenedbsd.org ---
root at f10:~ # ps aux | grep pidfile
root  23493   0.0  0.1 14496 1920  -  I     5:06PM  0:00.00
/usr/tests/lib/libutil/pidfile_test
root  88443   0.0  0.1 14496 1920  -  I     5:06PM  0:00.00
/usr/tests/lib/libutil/pidfile_test
root  90967   0.0  0.1 14496 1916  -  Is    5:09PM  0:00.00
/usr/tests/lib/libutil/pidfile_test
root  91273   0.0  0.1 14496 1920  -  I     5:09PM  0:00.00
/usr/tests/lib/libutil/pidfile_test
root  87915   0.0  0.3 31876 5848  0  I+    5:09PM  0:00.01 kyua test
pidfile_test
root   3196   0.0  0.1 18832 2232  1  S+    5:11PM  0:00.00 grep pidfile
root at f10:~ # pgrep pidfile_test
91273
90967
88443
23493
root at f10:~ # foreach  i ( `pgrep pidfile_test` )
foreach? procstat -kk $i
foreach? end
  PID    TID COMM             TDNAME           KSTACK                       
91273 100094 pidfile_test     -                mi_switch+0xe1
sleepq_catch_signals+0xab sleepq_wait_sig+0xf _cv_wait_sig+0x17a seltdwait+0xae
kern_select+0x8fa sys_select+0x54 amd64_syscall+0x40f Xfast_syscall+0xfb 
  PID    TID COMM             TDNAME           KSTACK                       
90967 100092 pidfile_test     -                mi_switch+0xe1
sleepq_catch_signals+0xab sleepq_wait_sig+0xf _sleep+0x27d kern_wait6+0x5de
sys_wait4+0x72 amd64_syscall+0x40f Xfast_syscall+0xfb 
  PID    TID COMM             TDNAME           KSTACK                       
88443 100091 pidfile_test     -                mi_switch+0xe1
sleepq_catch_signals+0xab sleepq_wait_sig+0xf _cv_wait_sig+0x17a seltdwait+0xae
kern_select+0x8fa sys_select+0x54 amd64_syscall+0x40f Xfast_syscall+0xfb 
  PID    TID COMM             TDNAME           KSTACK                       
23493 100051 pidfile_test     -                mi_switch+0xe1
sleepq_catch_signals+0xab sleepq_wait_sig+0xf _cv_wait_sig+0x17a seltdwait+0xae
kern_select+0x8fa sys_select+0x54 amd64_syscall+0x40f Xfast_syscall+0xfb 
root at f10:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list