https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11657

Peter Wu <pe...@lekensteyn.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #4 from Peter Wu <pe...@lekensteyn.nl> ---
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.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to