CPU usage reaches 100% when in suspend state

Hi Zeek,

I am observing that bro’s CPU reaches 100% when it is in suspended state by default.
Is it a normal behavior?
If yes, any tricks I can do to avoid this?

/usr/local/bro/bin/bro -i eth1 test.bro -C

cat test.bro
event bro_init()
{
suspend_processing();
}

Thanks & Regards,
Nabil