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

Jon Siwek updated BIT-831:
--------------------------
    Fix Version/s:     (was: 2.4)
                   2.5

> Interpreter exceptions cause memory leaks (was "Memory leak in print")
> ----------------------------------------------------------------------
>
>                 Key: BIT-831
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-831
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: Bro
>    Affects Versions: git/master
>            Reporter: Johanna Amann
>             Fix For: 2.5
>
>         Attachments: bug.bro, leak.pdf
>
>
> The following bro script apparently triggers a memory-leak in the print 
> statement.
> {noformat}
> event HTTP::log_http(rec: HTTP::Info)
> {
>       print fmt("%s %s", rec$md5, rec);
> }
> {noformat}
> To reproduce run bro using 2009-M57-day11-18.trace. pprof output is attached.



--
This message was sent by Atlassian JIRA
(v6.4-OD-15-055#64014)
_______________________________________________
bro-dev mailing list
[email protected]
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to