[Bro-Dev] #433: run-time error: unserialized unknown global name

Bro Tracker bro at tracker.icir.org
Tue Apr 5 09:05:43 PDT 2011


#433: run-time error: unserialized unknown global name
----------------------+------------------------
  Reporter:  jsiwek   |      Owner:
      Type:  Problem  |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  Bro      |    Version:  git/master
Resolution:           |   Keywords:
----------------------+------------------------

Comment (by robin):

 On Tue, Apr 05, 2011 at 15:53 -0000, you wrote:

 > #433: run-time error: unserialized unknown global name

 This happens when there is a .state directory from a previous run that
 was using a different Bro configuration. Bro stores its persistent
 state in that directory. If a global is recorded thehere which in the
 later run doesn't exist in the configuration (say, because you're now
 not loading the corresponding script anymore), you'll get the error.

 It's safe to just delete the .state directory if you don't need the
 persistent state.

 I've been wondering for a while whether we should just get rid of this
 message? It's mainly informational.

 Robin

-- 
Ticket URL: <http://tracker.icir.org/bro/ticket/433#comment:0>
Bro Tracker <http://tracker.icir.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list