[Bro-Dev] [JIRA] (BIT-831) Interpreter exceptions cause memory leaks (was "Memory leak in print")

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


     [ 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)


More information about the bro-dev mailing list