[Bro-Dev] [JIRA] (BIT-916) stftime crash

Jon Siwek (JIRA) jira at bro-tracker.atlassian.net
Tue Mar 17 07:47:00 PDT 2015


     [ https://bro-tracker.atlassian.net/browse/BIT-916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon Siwek updated BIT-916:
--------------------------
       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 2.4)
           Status: Closed  (was: Open)

I'm not sure this is still an issue; haven't seen any further reports.  If anyone is aware of this still occurring, re-open the ticket.

> stftime crash
> -------------
>
>                 Key: BIT-916
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-916
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: Bro
>    Affects Versions: git/master
>            Reporter: Seth Hall
>
> From file...
> {noformat}
>   filename = 0x2777820 "/usr/local/bro/share/bro/base/frameworks/notice/./actions/pp-alarms.bro", first_line = 195, last_line = 195, first_column = 0, last_column = 0, 
> {noformat}
> Here's the backtrace...
> {noformat}
> #0  0x00007f9929298ca5 in ?? () from /lib/libc.so.6
> BIT-1  0x00007f992929ad56 in strftime_l () from /lib/libc.so.6
> BIT-2  0x00000000005b0f7c in do_fmt (fmt=@0x7fff87c77388, v=0x1c84a7c0, d=0x7fff87c77330) at bro.bif:148
> BIT-3  0x00000000005b11c6 in next_fmt (frame=<value optimized out>, BiF_ARGS=0x26772da0) at bro.bif:292
> BIT-4  BifFunc::bro_fmt (frame=<value optimized out>, BiF_ARGS=0x26772da0) at bro.bif:1694
> BIT-5  0x00000000005bad0f in BuiltinFunc::Call (this=0x23ea480, args=0x26772da0, parent=0x15eccaf0) at /root/src/bro-2.1/src/Func.cc:485
> BIT-6  0x00000000005a55ae in CallExpr::Eval (this=0x279a3c0, f=0x15eccaf0) at /root/src/bro-2.1/src/Expr.cc:4512
> BIT-7  0x000000000059496a in AssignExpr::Eval (this=0x2798600, f=0x15eccaf0) at /root/src/bro-2.1/src/Expr.cc:2598
> BIT-8  0x0000000000660ba0 in ExprStmt::Exec (this=0x279a320, f=0x0, flow=@0x6e92c5) at /root/src/bro-2.1/src/Stmt.cc:369
> BIT-9  0x00000000006599b1 in StmtList::Exec (this=0x2792ba0, f=0x15eccaf0, flow=@0x7fff87c7771c) at /root/src/bro-2.1/src/Stmt.cc:1404
> BIT-10 0x00000000005bba09 in BroFunc::Call (this=0x279e620, args=<value optimized out>, parent=<value optimized out>) at /root/src/bro-2.1/src/Func.cc:335
> BIT-11 0x00000000005a55ae in CallExpr::Eval (this=0x27894b0, f=0x21b64af0) at /root/src/bro-2.1/src/Expr.cc:4512
> BIT-12 0x0000000000660ba0 in ExprStmt::Exec (this=0x2789460, f=0x0, flow=@0x6e92c5) at /root/src/bro-2.1/src/Stmt.cc:369
> BIT-13 0x00000000006599b1 in StmtList::Exec (this=0x26a4ae0, f=0x21b64af0, flow=@0x7fff87c7794c) at /root/src/bro-2.1/src/Stmt.cc:1404
> BIT-14 0x00000000005bba09 in BroFunc::Call (this=0x25a1540, args=<value optimized out>, parent=<value optimized out>) at /root/src/bro-2.1/src/Func.cc:335
> BIT-15 0x000000000056fb8b in EventHandler::Call (this=0x25a4c40, vl=0x18517a00, no_remote=<value optimized out>) at /root/src/bro-2.1/src/EventHandler.cc:72
> BIT-16 0x000000000056f2ba in Event::Dispatch (this=0x981640) at /root/src/bro-2.1/src/Event.h:46
> BIT-17 EventMgr::Dispatch (this=0x981640) at /root/src/bro-2.1/src/Event.cc:105
> BIT-18 0x000000000056f428 in EventMgr::Drain (this=0x981640) at /root/src/bro-2.1/src/Event.cc:117
> BIT-19 0x0000000000604ebf in net_packet_dispatch (t=<value optimized out>, hdr=0x22ed440, pkt=0x7f99247c494e <Address 0x7f99247c494e out of bounds>, hdr_size=14, src_ps=0x22ed400, 
>     pkt_elem=0x0) at /root/src/bro-2.1/src/Net.cc:354
> BIT-20 0x00000000006158a8 in PktSrc::Process (this=0x22ed400) at /root/src/bro-2.1/src/PktSrc.cc:284
> BIT-21 0x000000000060521b in net_run () at /root/src/bro-2.1/src/Net.cc:446
> BIT-22 0x000000000052662f in main (argc=53607040, argv=<value optimized out>) at /root/src/bro-2.1/src/main.cc:1073
> Justin Azoff @ 4:12
> (gdb) print fmt
> $4 = (const char *&) @0x7fff87c77388: 0x277cdb5 "D %s %s"
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4-OD-15-055#64014)


More information about the bro-dev mailing list