Actions
Bug #988
closedsuricata don't exit in live mode
Affected Versions:
Effort:
Difficulty:
Label:
Description
When starting suritcata in pcap mode (-i eth0) with latest commit being cb150003879edc0128f1902db903c5466f86a733, I'm not able to terminate suricata with CTRL+C.
Attaching a gdb process to suri and applying bt lead to:
(gdb) bt #0 0x00007f437739349d in nanosleep () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007f43773bbf44 in usleep (useconds=<optimized out>) at ../sysdeps/unix/sysv/linux/usleep.c:32 #2 0x000000000073f4fa in FlowForceReassembly () at flow-timeout.c:693 #3 0x00000000007cc0f3 in main (argc=5, argv=0x7fff045ec378) at suricata.c:2160
Problem is the same with af-packet capture mode.
Actions