Guy Harris
changed
bug 13104
What |
Removed |
Added |
Summary |
tshark stalls for 75 seconds in "select" state before doing its work
|
tshark stalls for 75 seconds blocked in a select() or poll() call before doing its work
|
Comment # 2
on bug 13104
from Guy Harris
Presumably ""select" state" means that ps is reporting that as the wait state,
meaning it's in a select() or poll() call (see sys_select(), sys_poll(),
kern_select(), kern_poll(), and seltdinit() in sys/kern/sys_generic.c).
You are receiving this mail because:
- You are watching all bug changes.