#979: segmentation fault in Expr::Serialize
-----------------------+------------------------
  Reporter:  dmandelb  |      Owner:
      Type:  Problem   |     Status:  new
  Priority:  Low       |  Milestone:  Bro2.2
 Component:  Bro       |    Version:  git/master
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by dmandelb):

 Here's a simple (but inconvenient) workaround in case anybody else runs
 into this problem:

 {{{
 diff --git a/bbn-host-characterization.bro b/bbn-host-characterization.bro
 index a11a9eb..4fbf04b 100644
 --- a/bbn-host-characterization.bro
 +++ b/bbn-host-characterization.bro
 @@ -266,7 +266,9 @@ type HostData: record {


  ## TODO: mergeable?
 -global data: table[addr] of HostData = {} &default=[] &synchronized
 &persistent;
 +## TODO: This should be &persistent once
 http://tracker.bro.org/bro/ticket/979
 +##       is fixed.
 +global data: table[addr] of HostData = {} &default=[] &synchronized;


  redef record endpoint += {
 }}}

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

_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to