Peter Wu
changed
bug 11657
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Ever confirmed |
|
1
|
Comment # 4
on bug 11657
from Peter Wu
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.