Project

General

Profile

Bug #1128

Updated by Victor Julien about 10 years ago

Segmentation fault after sending SIGUSR2 signal. 

 <pre> 
 # /usr/sbin/suricata --build-info 
 This is Suricata version 2.0rc2 RELEASE 
 Features: NFQ PCAP_SET_BUFF LIBPCAP_VERSION_MAJOR=1 AF_PACKET HAVE_PACKET_FANOUT LIBCAP_NG LIBNET1.1 HAVE_HTP_URI_NORMALIZE_HOOK HAVE_NSS HAVE_LIBJANSSON 
 SIMD support: none 
 Atomic intrisics: 1 2 4 8 byte(s) 
 64-bits, Little-endian architecture 
 GCC version 4.4.7 20120313 (Red Hat 4.4.7-4), C version 199901 
 compiled with -fstack-protector 
 compiled with _FORTIFY_SOURCE=2 
 L1 cache line size (CLS)=64 
 compiled with LibHTP v0.5.10, linked against LibHTP v0.5.10 
 Suricata Configuration: 
   AF_PACKET support:                         yes 
   PF_RING support:                           no 
   NFQueue support:                           yes 
   IPFW support:                              no 
   DAG enabled:                               no 
   Napatech enabled:                          no 
   Unix socket enabled:                       yes 
   Detection enabled:                         yes 

   libnss support:                            yes 
   libnspr support:                           yes 
   libjansson support:                        yes 
   Prelude support:                           no 
   PCRE jit:                                  no 
   libluajit:                                 no 
   libgeoip:                                  yes 
   Non-bundled htp:                           no 
   Old barnyard2 support:                     no 
   CUDA enabled:                              no 

   Suricatasc install:                        yes 

   Unit tests enabled:                        no 
   Debug output enabled:                      no 
   Debug validation enabled:                  no 
   Profiling enabled:                         no 
   Profiling locks enabled:                   no 
   Coccinelle / spatch:                       no 

 Generic build parameters: 
   Installation prefix (--prefix):            /usr 
   Configuration directory (--sysconfdir):    /etc/suricata/ 
   Log directory (--localstatedir) :          /var/log/suricata/ 

   Host:                                      x86_64-redhat-linux-gnu 
   GCC binary:                                gcc -std=gnu99 
   GCC Protect enabled:                       yes 
   GCC march native enabled:                  no 
   GCC Profile enabled:                       no 
 </pre> 

 <pre> 
 ./configure --enable-gccprotect --disable-gccmarch-native --enable-nfqueue --enable-af-packet    --enable-jansson --enable-geoip CFLAGS="-ggdb -O0" 
 </pre> 


Back