Comment # 2
on bug 10886
from Dario Lombardo
The problem is that dumpcap must be closed completely before running the
capture on nflog. But with the master code, dumpcap hangs as zombie. This
should be due to the pipes left open with the parent.
2 changes are necessary:
- the stats must be closed
- the closing of the stats must close everything
The patchset doesn't work yet. It kills completely dumpcap, but then I get the
following error:
QSocketNotifier: Invalid socket 22 and type 'Read', disabling...
the capture doesn't start and wireshark goes into an inconsistent state of qt
events (must be killed manually).
You are receiving this mail because:
- You are watching all bug changes.