Project

General

Profile

Bug #1660

Updated by Victor Julien over 8 years ago

suricata -c /etc/suricata/suricata.yaml -i eth0 --set logging.outputs.1.file.enabled=yes --set logging.outputs.1.file.filename=/tmp/suricata.log --set logging.outputs.file.type=json 
 <pre> 
 ASAN:SIGSEGV 
 ================================================================= 
 ==41826== ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7f83ff1ef02b sp 0x7ffecced1d30 bp 0x7ffecced1d70 T0) 
 AddressSanitizer can not provide additional info. 
     #0 0x7f83ff1ef02a (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0xf02a) 
     #1 0x65d00a (/home/victor/sync/devel/eidps/src/suricata+0x65d00a) 
     #2 0x1252965 (/home/victor/sync/devel/eidps/src/suricata+0x1252965) 
     #3 0x11f42f3 (/home/victor/sync/devel/eidps/src/suricata+0x11f42f3) 
     #4 0x7f83fd16fec4 (/lib/x86_64-linux-gnu/libc-2.19.so+0x21ec4) 
     #5 0x407d48 (/home/victor/sync/devel/eidps/src/suricata+0x407d48) 
 ==41826== ABORTING 
 </pre> 

 Changing the last param to --set logging.outputs.1.file.type=json works.

Back