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

Bro Tracker bro at tracker.icir.org
Tue Apr 5 08:53:48 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
 Keywords:           |
---------------------+------------------------
 I keep running into this message:

 {{{
 line 1: run-time error: unserialized unknown global name
 }}}

 as I'm working on my `doc-framework` branch, but found it also occurs in
 `master`.  Here's an example sequence of commands to reproduce it (may
 occur with other combinations of scripts):

 {{{
 $ ./src/bro ../policy/http-reply.bro
 $ ./src/bro ../policy/ssl-ciphers.bro
 line 1: run-time error: unserialized unknown global name
 $ echo $?
 0
 $ ./src/bro ../policy/ssl-ciphers.bro
 }}}

 The message doesn't occur after the second load, the exit status is 0, and
 it seems like parsing successfully completes even when the message is
 given.  So I don't think this is blocking my work in the `doc-framework`
 branch, but I have no idea if it's a bug that could cause problems in
 other operation or even what those problems would be.

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



More information about the bro-dev mailing list