[Bro-Dev] #974: segmentation fault with schedule statement

Bro Tracker bro at tracker.bro.org
Mon Mar 25 13:37:09 PDT 2013


#974: segmentation fault with schedule statement
------------------------+---------------------
 Reporter:  dmandelb    |       Type:  Problem
   Status:  new         |   Priority:  Low
Milestone:  Bro2.2      |  Component:  Bro
  Version:  git/master  |   Keywords:
------------------------+---------------------
 A schedule statement in global scope reliably causes a segmentation fault
 for me:

 {{{
 $ cat test.bro
 event foo()
 {
         print("Foo!");
 }

 schedule 1 sec { foo() };
 $ bro test.bro
 Segmentation fault
 }}}

 I understand if the schedule statement should be in a bro_init event
 instead, I think an error message would be better than a segfault.

-- 
Ticket URL: <http://tracker.bro.org/bro/ticket/974>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list