[Bro-Dev] #740: Bug resulting in too many internal type references

Bro Tracker bro at tracker.bro-ids.org
Thu Jan 5 07:30:49 PST 2012


#740: Bug resulting in too many internal type references
----------------------+--------------------
  Reporter:  seth     |      Owner:
      Type:  Problem  |     Status:  new
  Priority:  Normal   |  Milestone:  Bro2.0
 Component:  Bro      |    Version:
Resolution:           |   Keywords:
----------------------+--------------------

Comment (by seth):

 Here's a backtrace....

 {{{
 #0  0x286b7ea7 in kill () from /lib/libc.so.7
 #0  0x286b7ea7 in kill () from /lib/libc.so.7
 #1  0x286b7e06 in raise () from /lib/libc.so.7
 #2  0x286b6a1a in abort () from /lib/libc.so.7
 #3  0x08196a0a in Reporter::InternalError (this=) at
 /home/users/bro/bro-2.0-beta/src/Reporter.cc:118
 #4  0x081bd912 in bad_ref (type=1) at
 /home/users/bro/bro-2.0-beta/src/Obj.cc:250
 #5  0x081f29cd in lookup_ID (name=0x8261025 "string_array",
 curr_module=0x824ad2f "GLOBAL", no_global=false, same_module_only=false)
 at Obj.h:208
 #6  0x0823bf50 in internal_type (name=0x8261025 "string_array") at
 /home/users/bro/bro-2.0-beta/src/Var.cc:486
 #7  0x08165ba8 in do_split (str_val=0x30745980, re=0x28866f20, other_sep=)
 at strings.bif:219
 #8  0x08166606 in BifFunc::bro_split1 (frame=0x30715c80,
 BiF_ARGS=0x316025a0) at strings.bif:386
 #9  0x08150ce3 in BuiltinFunc::Call (this=0x2885bd30, args=0x316025a0,
 parent=0x30715c80) at /home/users/bro/bro-2.0-beta/src/Func.cc:476
 #10 0x0812b2bb in CallExpr::Eval (this=0x28874a00, f=0x30715c80) at
 /home/users/bro/bro-2.0-beta/src/Expr.cc:4651
 #11 0x0812a222 in AssignExpr::Eval (this=0x28875400, f=0x30715c80) at
 /home/users/bro/bro-2.0-beta/src/Expr.cc:2598
 #12 0x0820e2aa in ExprStmt::Exec (this=0x28874b80, f=0x30715c80,
 flow=@0xbfbfe044) at /home/users/bro/bro-2.0-beta/src/Stmt.cc:367
 #13 0x0820a8dc in StmtList::Exec (this=0x28869b00, f=0x30715c80,
 flow=@0xbfbfe044) at /home/users/bro/bro-2.0-beta/src/Stmt.cc:1402
 #14 0x0815110f in BroFunc::Call (this=0x288953c0, args=0xbfbfe0ac,
 parent=0x0) at /home/users/bro/bro-2.0-beta/src/Func.cc:333
 #15 0x0819e2fd in LogMgr::Write (this=0x2872c770, id=0x28d45480,
 columns=0x2f3b34e0) at /home/users/bro/bro-2.0-beta/src/LogMgr.cc:938
 #16 0x081560fc in BifFunc::Log::bro___write (frame=0x305f6c40,
 BiF_ARGS=0x30143b70) at logging.bif:46
 #17 0x08150ce3 in BuiltinFunc::Call (this=0x2885b7e0, args=0x30143b70,
 parent=0x305f6c40) at /home/users/bro/bro-2.0-beta/src/Func.cc:476
 #18 0x0812b2bb in CallExpr::Eval (this=0x2889d340, f=0x305f6c40) at
 /home/users/bro/bro-2.0-beta/src/Expr.cc:4651
 #19 0x0820a8dc in StmtList::Exec (this=0x2889a740, f=0x305f6c40,
 flow=@0xbfbfe314) at /home/users/bro/bro-2.0-beta/src/Stmt.cc:1402
 #20 0x0815110f in BroFunc::Call (this=0x2889a800, args=0x2ffa2550,
 parent=0x305f3980) at /home/users/bro/bro-2.0-beta/src/Func.cc:333
 #21 0x0812b2bb in CallExpr::Eval (this=0x28d47250, f=0x305f3980) at
 /home/users/bro/bro-2.0-beta/src/Expr.cc:4651
 #22 0x0820e2aa in ExprStmt::Exec (this=0x28d472b0, f=0x305f3980,
 flow=@0xbfbfe474) at /home/users/bro/bro-2.0-beta/src/Stmt.cc:367
 #23 0x0820a8dc in StmtList::Exec (this=0x28d45440, f=0x305f3980,
 flow=@0xbfbfe474) at /home/users/bro/bro-2.0-beta/src/Stmt.cc:1402
 #24 0x0815110f in BroFunc::Call (this=0x287fb980, args=0x2e6a6f80,
 parent=0x0) at /home/users/bro/bro-2.0-beta/src/Func.cc:333
 #25 0x08103836 in EventHandler::Call (this=0x287640d0, vl=0x2e6a6f80,
 no_remote=false) at /home/users/bro/bro-2.0-beta/src/EventHandler.cc:72
 #26 0x081030cc in EventMgr::Dispatch (this=0x82d0ec0) at Event.h:46
 #27 0x08103218 in EventMgr::Drain (this=0x82d0ec0) at
 /home/users/bro/bro-2.0-beta/src/Event.cc:117
 #28 0x081b462c in net_packet_dispatch (t=1324679985.0004079,
 hdr=0x28706c38, pkt=0x293000be "", hdr_size=14, src_ps=0x28706c00,
 pkt_elem=0x0) at /home/users/bro/bro-2.0-beta/src/Net.cc:352
 #29 0x081b4b59 in net_packet_arrival (t=1324679985.0004079,
 hdr=0x28706c38, pkt=0x293000be "", hdr_size=14, src_ps=0x28706c00) at
 /home/users/bro/bro-2.0-beta/src/Net.cc:414
 #30 0x081c44c2 in PktSrc::Process (this=0x28706c00) at
 /home/users/bro/bro-2.0-beta/src/PktSrc.cc:273
 #31 0x081b48c5 in net_run () at
 /home/users/bro/bro-2.0-beta/src/Net.cc:444
 #32 0x080b50c6 in main (argc=) at
 /home/users/bro/bro-2.0-beta/src/main.cc:1015
 }}}

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/740#comment:1>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list