[Bro-Dev] #829: terminate called after throwing an instance of 'std::logic_error'

Bro Tracker bro at tracker.bro-ids.org
Tue Jun 12 14:51:35 PDT 2012


#829: terminate called after throwing an instance of 'std::logic_error'
-----------------------------+------------------------
  Reporter:  Tyler.Schoenke  |      Owner:
      Type:  Merge Request   |     Status:  new
  Priority:  Normal          |  Milestone:  Bro2.1
 Component:  Bro             |    Version:  git/master
Resolution:                  |   Keywords:
-----------------------------+------------------------

Comment (by Tyler.Schoenke):

 I tried a real-time debug, and saw that caplen equals len, which is
 thowing the error in src/ICMP.cc.  I'm not sure what to make of it beyond
 that.

 {{{
 (gdb) print caplen
 $2 = 40
 (gdb) print len
 $3 = 40
 (gdb) print icmp
 Attempt to use a type name as an expression
 (gdb) print icmpp
 $4 = (const icmp *) 0x7ffff58cd068
 (gdb) print ip
 $5 = (const IP_Hdr *) 0x7fffffffe310
 }}}

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



More information about the bro-dev mailing list