<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif;font-size:10pt"><div style="" class="">Hi,<br style="">  I compiled Suricata 2.0.2 on an x86 machine running 64-bit Ubuntu 12.04.4 LTS<br style="" class="">(The processor is Intel(R) Core(TM)2 Duo CPU     E7400  @ 2.80GHz)<br style="" class="">Then I ran it on a 230 MB pcap file with following command line<br style="" class=""><br style="" class="">$ sudo /usr/bin/suricata -c /etc/suricata//suricata.yaml -r ./purplehaze.pcap<br style="" class=""><br style="" class="">After a few seconds, it neatly exits after printing some log on the screen.<br style="" class=""><br style="" class="">Next I cross compiled Suricata same version and ran it on XLP processor <br style="" class="">(multi-core multi-threaded MIPS processor: 4 CPU threads per core * 16 cores = 64 CPU threads)<br style=""
 class="">using the same command line<br style="" class=""><br style="" class="">$ suricata -r purplehaze.pcap -c /etc/suricata/suricata.yaml<br style="" class=""><br style="" class="">It prints the following lines and gets stuck after that.<br style="" class=""><br style="" class="">2/6/1970 -- 10:42:14 - <Notice> - This is Suricata version 2.0.2 RELEASE<br style="" class="">2/6/1970 -- 10:42:42 - <Warning> - [ERRCODE: SC_ERR_NOT_SUPPORTED(225)] - Eve-log support not compiled in. Reconfigure/recompile with libjansson.<br style="" class="">2/6/1970 -- 10:42:43 - <Notice> - all 97 packet processing threads, 3 management threads initialized, engine started.<br style="" class=""><br style="" class="">It simply doesn't quit.<br style="" class="">Am I missing something here ?<br style="" class="">Why are the behaviours different on x86 and XLP with everything else remaining the same ?<br style="" class=""><br style="" class="">Thank you,<br
 style="" class="">Mahendra<br style="" class=""><br style="" class=""><br style="" class=""></div></div></body></html>