#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
_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev