[Bro] Bro 1.3 available for pre-testing (esp. OpenBSD)

Stephan Stephan at rheoli.net
Fri Jul 13 03:18:39 PDT 2007


Hi Christian

I've compiled bro 1.2.20 an run the test again with the same
bus error. At the moment I'm using a pcap file to run the
test.

Here are the gdb output:
$ sudo gdb bin/bro
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "sparc64-unknown-openbsd4.1"...
(gdb) run -r /home/pcap/test.pcap mt
Starting program: /usr/local/bro/bin/bro -r /home/pcap/test.pcap mt

Program received signal SIGBUS, Bus error.
Connection (this=0x0, s=0x12955d8, k=0x1297318, t=1165532761.666986,
    id=0xfffffffffffdd0d0) at Obj.h:123
123                     location = 0;
(gdb) bt
#0  Connection (this=0x0, s=0x12955d8, k=0x1297318, t=1165532761.666986,
    id=0xfffffffffffdd0d0) at Obj.h:123
#1  0x0000000000262708 in NetSessions::NewConn(HashKey*, double, ConnID const*, unsigned char const*, int) (this=0x12955d8, k=0x1297318, t=1165532761.666986,
    id=0xfffffffffffdd0d0, data=0x1290ee4 "\215¼", proto=19495908)
    at Conn.h:304
#2  0x000000000014a6a4 in ConnCompressor::Instantiate(double, HashKey*, IP_Hdr const*) (this=0x1288380, t=1165532761.666986, key=0x1297318,
    ip=0xfffffffffffdd3c0) at IP.h:115
#3  0x00000000001495f4 in ConnCompressor::NextPacket(double, HashKey*, IP_Hdr const*, pcap_pkthdr const*, unsigned char const*) (this=0x1288380,
    t=1165532761.666986, key=0x1297318, ip=0xfffffffffffdd3c0, hdr=0x128c9e0,
    pkt=0x1290ec2 "") at ConnCompressor.cc:171
#4  0x000000000025f7d4 in NetSessions::DoNextPacket(double, pcap_pkthdr const*, IP_Hdr const*, unsigned char const*, int) (this=0x12955d8,
    t=1165532761.666986, hdr=0x128c9e0, ip_hdr=0xfffffffffffdd3c0,
    pkt=0x1290ec2 "", hdr_size=14) at Sessions.cc:544
#5  0x000000000025f278 in NetSessions::NextPacket(double, pcap_pkthdr const*, unsigned char const*, int, PacketSortElement*) (this=0x12955d8,
    t=1165532761.666986, hdr=0x128c9e0, pkt=0x1290ec2 "", hdr_size=14,
    pkt_elem=0x0) at Sessions.cc:294
#6  0x0000000000212f80 in net_packet_dispatch(double, pcap_pkthdr const*, unsigned char const*, int, PktSrc*, PacketSortElement*) (t=1165532761.666986,
---Type <return> to continue, or q <return> to quit---
    hdr=0x128c9e0, pkt=0x1290ec2 "", hdr_size=14, src_ps=0x128c9a0,
    pkt_elem=0x0) at Net.cc:402
#7  0x0000000000226a98 in PktSrc::Process() (this=0x128c9a0) at PktSrc.cc:216
#8  0x00000000002132c8 in net_run() () at Net.cc:491
#9  0x0000000000109b88 in main (argc=1024, argv=0x400) at main.cc:1009
(gdb)


Best regards,
Stephan





More information about the Bro mailing list