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
Updated by jun liu over 2 years ago
- File 2022-07-07-Emotet-infection-with-Cobalt-Strike.pcap added
Updated by jun liu over 2 years ago
- File deleted (
2022-07-07-Emotet-infection-with-Cobalt-Strike.pcap)
Updated by Victor Julien over 1 year ago
- Related to Bug #3075: RX thread hang in pcap-file mode added
Updated by Victor Julien 4 months ago
- Status changed from New to Rejected
- Assignee deleted (
OISF Dev) - Target version deleted (
TBD)
rejected as duplicate of #3075. If this is still an issue, please update that ticket.
Actions