I have 0.14.2 working on three Ubuntu 16.04 sensors now, but I'm getting segfaults. They happen most on the most heavily loaded box. Here are a few of the crashes:
1. with packetThreads=8
Jun 17 15:01:19 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fffa8d9e8f8 1 1 32 0
Jun 17 15:01:19 parsers.c:160 moloch_parsers_asn_get_sequence(): 0 0x7fffa8d9e8fc 0 27 4 0
Jun 17 15:01:19 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fffa8d9e902 0 27 22 0
Thread 9 "moloch-pkt7" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeb7fe700 (LWP 107942)]
__GI___libc_realloc (oldmem=0x3b040206a75a3530, bytes=
3475234937) at malloc.c:3000
3000 malloc.c: No such file or directory.
2. with packetThreads=1, just to see if that would help
Jun 17 15:03:53 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fff9f0d002f 1 1 22 0
Jun 17 15:03:53 parsers.c:160 moloch_parsers_asn_get_sequence(): 0 0x7fff9f0d0033 0 27 4 0
Jun 17 15:03:53 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fff9f0d0039 0 27 12 0
Thread 2 "moloch-pkt0" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff363a700 (LWP 108067)]
__memmove_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:356
356 ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: No such file or directory.
3. packetThreads=1
Jun 17 15:03:53 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fff9f0d002f 1 1 22 0
Jun 17 15:03:53 parsers.c:160 moloch_parsers_asn_get_sequence(): 0 0x7fff9f0d0033 0 27 4 0
Jun 17 15:03:53 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fff9f0d0039 0 27 12 0
Thread 2 "moloch-pkt0" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff363a700 (LWP 108067)]
__memmove_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:356
356 ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: No such file or directory.
4. packetThreads=1
Jun 17 15:31:52 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fffcb4d090d 1 1 40 0
Jun 17 15:31:52 parsers.c:160 moloch_parsers_asn_get_sequence(): 0 0x7fffcb4d0911 0 27 8 0
Jun 17 15:31:52 parsers.c:160 moloch_parsers_asn_get_sequence(): 1 0x7fffcb4d091b 0 27 26 0
Thread 5 "moloch-pcap0" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe3079700 (LWP 181645)]
magazine_chain_pop_head (magazine_chunks=<optimized out>) at gslice.c:539
539 gslice.c: No such file or directory.
Any ideas or guidance on how I can help?
- Matt