[Bro] Fatal Error - Question

Vlad Grigorescu vladg at cmu.edu
Fri Oct 19 13:57:13 PDT 2012


I don't see any obvious errors in that snippet, but I can't really help unless I see the entire script. Usually, that error refers to a type mismatch.

  --Vlad


On Oct 19, 2012, at 4:41 PM, Mike Sconzo <sconzo at visiblerisk.com>
 wrote:

> Occasionally one of my workers will die with an error message of:
> fatal error in /usr/local/share/bro/site/httpanalysis.bro, line 130:
> Val::CONST_ACCESSOR (bool/string) (T)
> 
> I have no idea what this means or even where to start debugging it.
> 
> The line in question from the .bro file (if the 130 referrers to the
> line of httpanalysis.bro) looks like:
> 129       if ( hlist[i]$name == "ACCEPT-ENCODING" )
> 130                       acceptencoding = T;
> 
> 
> where acceptencoding is defined as:
> local acceptencoding: bool = F;
> 
> Any thoughts/assistance would be appreciated.
> Thanks!
> -=Mike
> 
> -- 
> cat ~/.bash_history > documentation.txt
> _______________________________________________
> Bro mailing list
> bro at bro-ids.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro





More information about the Bro mailing list