[Bro] Rotate log time issue - bro seg fault

Vern Paxson vern at icir.org
Tue Sep 18 20:38:55 PDT 2007


> The bro-1.3.2. that we installed having the same revision which is 4657 -

Ah.  Then please try this one.

		Vern


Index: File.cc
===================================================================
--- File.cc	(revision 4763)
+++ File.cc	(revision 4773)
@@ -539,6 +539,9 @@
 
 void BroFile::InstallRotateTimer()
 	{
+	if ( terminating )
+		return;
+
 	if ( rotate_timer )
 		{
 		timer_mgr->Cancel(rotate_timer);



More information about the Bro mailing list