Actions
Bug #5445
closedRX thread hang in pcap-file mode
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:
Description
Based on suricata 6.0.1 RX thread sometimes hang, so RX can't read pcap file.
Other people have been referred to the same problem:
(1) https://redmine.openinfosecfoundation.org/issues/3049
(2) https://redmine.openinfosecfoundation.org/issues/3075
While reading pcap file, function PcapFileDispatch try to call PacketPoolWait,
PacketPoolWait may hang on "SCCondWait(&my_pool->return_stack.cond, &my_pool->return_stack.mutex);".
It seems nobody sends Signal to it.
Files
Actions