[Bro-Dev] #1025: internal error: over-ran key in CompositeHash::RecoverVals

Bro Tracker bro at tracker.bro.org
Thu Jun 20 15:10:36 PDT 2013


#1025: internal error: over-ran key in CompositeHash::RecoverVals
-----------------------+------------------------
  Reporter:  dmandelb  |      Owner:
      Type:  Problem   |     Status:  new
  Priority:  Medium    |  Milestone:  Bro2.2
 Component:  Bro       |    Version:  git/master
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by jsiwek):

 If you're using git/master you can try:

 {{{
 --- bbn-correlator/correlators/default.bro      2013-06-19
 17:49:08.000000000 -0500
 +++ bbn-correlator/correlators/default.new.bro  2013-06-20
 16:48:20.000000000 -0500
 @@ -12,10 +12,10 @@
  export {
         const default_correlator: Correlator = [
                 $actions=set(
 -                       [
 +                       Action(
                                 $begin_threshold=10.0,
                                 $begin_action=notice
 -                       ]
 +                       )
                 )
         ] &redef;
 }}}

 That at least doesn't crash immediately.  This is probably a better style
 of constructing records going forward, but if it does work for you still
 leave the ticket open since the composite table/set indexing for anonymous
 records definitely has a bug.

-- 
Ticket URL: <http://tracker.bro.org/bro/ticket/1025#comment:1>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list