Wireshark-bugs: [Wireshark-bugs] [Bug 13104] tshark stalls for 75 seconds blocked in a select()

Date: Tue, 08 Nov 2016 10:22:46 +0000

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
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.