#986: Bro master is leaking memory in OpaqueVal
---------------------+------------------------
Reporter: amannb | Owner:
Type: Problem | Status: new
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Keywords: |
---------------------+------------------------
The current bro master is apparently leaking strings when creating
OpaqueVals.
pprof output attached; compiled with gcc 4.4.2 (on landfill).
--
Ticket URL: <http://tracker.bro.org/bro/ticket/986>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker
Show replies by date
#986: Bro master is leaking memory in OpaqueVal
----------------------+------------------------
Reporter: amannb | Owner: matthias
Type: Problem | Status: assigned
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: | Keywords:
----------------------+------------------------
Changes (by amannb):
* owner: => matthias
* status: new => assigned
--
Ticket URL: <http://tracker.bro.org/bro/ticket/986#comment:1>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker
#986: Bro master is leaking memory in OpaqueVal
----------------------+------------------------
Reporter: amannb | Owner: matthias
Type: Problem | Status: assigned
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: | Keywords:
----------------------+------------------------
Comment (by matthias):
In [changeset:e78c20c0f87ec30c7cbeb76aa8e16b6afea1c655/bro]:
{{{
#!CommitTicketReference repository="bro"
revision="e78c20c0f87ec30c7cbeb76aa8e16b6afea1c655"
Fix memory-leak in OpaqueVal.
Addresses #986.
}}}
--
Ticket URL: <http://tracker.bro.org/bro/ticket/986#comment:2>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker
#986: Bro master is leaking memory in OpaqueVal
----------------------+------------------------
Reporter: amannb | Owner: matthias
Type: Problem | Status: assigned
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: | Keywords:
----------------------+------------------------
Comment (by matthias):
In [changeset:9ac00f8c79f49972923ac2db5b5fc56b8dac26c1/bro]:
{{{
#!CommitTicketReference repository="bro"
revision="9ac00f8c79f49972923ac2db5b5fc56b8dac26c1"
Do not allocate one OpaqueType per OpaqueVal.
Instead, we now allocate type information globally in NetVar.cc.
Addresses #986.
}}}
--
Ticket URL: <http://tracker.bro.org/bro/ticket/986#comment:3>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker
#986: Bro master is leaking memory in OpaqueVal
----------------------+------------------------
Reporter: amannb | Owner: matthias
Type: Problem | Status: closed
Priority: Low | Milestone: Bro2.2
Component: Bro | Version: git/master
Resolution: fixed | Keywords:
----------------------+------------------------
Changes (by robin):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:75cbce8ea40ec9e4eb555ec69b1c0b723099856a/bro]:
{{{
#!CommitTicketReference repository="bro"
revision="75cbce8ea40ec9e4eb555ec69b1c0b723099856a"
Merge remote-tracking branch 'origin/fastpath'
Closes #986
* origin/fastpath:
Do not allocate one OpaqueType per OpaqueVal.
Fix memory-leak in OpaqueVal.
}}}
--
Ticket URL: <http://tracker.bro.org/bro/ticket/986#comment:4>
Bro Tracker <http://tracker.bro.org/bro>
Bro Issue Tracker