[Bro] Broctl segmentation fault

Azoff, Justin S jazoff at illinois.edu
Wed Oct 3 12:00:40 PDT 2018


> On Oct 3, 2018, at 2:46 PM, Sean Hutchison <shutchison at cert.org> wrote:
> 
> Hello,
>  
> After any build of Bro with Broctl 1.7, I’m experiencing the below error when broctl/scripts/check-config is run…
>  
> /opt/bro/share/broctl/scripts/check-config: line 50:  4463 Segmentation fault      "${bro}" $check_option "$@"
>  
> Anyone encountered this before? Cannot bypass doing broctl check – broctl start results in failed/crashed processes.
>  
> This is on RHEL7.5, after building Bro-2.5.5 (I’ve tried other minor versions since 2.5 – same issue).
>  
> Existing Bro cluster on RHEL7.5 boxes with Bro-2.5 and Broctl 1.5 works fine.
>  
> Any help would be greatly appreciated.
>  

check runs bro with the current configuration to see if it can start, so that's bro segfaulting there.. that's why start also fails..

What do you get if you try each of the following?

    bro -v
    bro -NN # just see if this runs or crashes
    bro -b -i lo
    bro -i lo
    bro -i lo local

You can hit control-c if any of those start successfully to get your prompt back.

I'm not aware of any issues like this, so it could be something with your configuration.

Do you have a customized local.bro at all?
Are you building bro against a particular libpcap or malloc implementation?
What does ldd /opt/bro/bin/bro output?

— 
Justin Azoff




More information about the Bro mailing list