Wireshark-bugs: [Wireshark-bugs] [Bug 11657] extcap: python tool still running after capture has

Date: Sun, 16 Oct 2016 14:13:12 +0000

changed bug 11657


What Removed Added
Status UNCONFIRMED CONFIRMED
Ever confirmed   1

Comment # 4 on bug 11657 from
My changes in https://code.wireshark.org/review/18212 will not affect the stale
process issue.

A gdb backtrace should that it is hanging in a write, one to the fifo to be
precise. There appears to be a race condition:

1. Initially doExit = False
2. check "doExit == False" (satisfied)
3. SIGINT/SIGTERM handler, sets doExit = True
4. write to fifo (hangs)


You are receiving this mail because:
  • You are watching all bug changes.