[ET Trac] [Einstein Toolkit] #1412: Memory leak on development branch
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Tue Aug 6 12:44:51 CDT 2013
#1412: Memory leak on development branch
------------------------------------+---------------------------------------
Reporter: hopper.seth@… | Owner: eschnett
Type: defect | Status: new
Priority: major | Milestone:
Component: Carpet | Version: development version
Resolution: | Keywords:
------------------------------------+---------------------------------------
Comment (by rhaas):
Given the signature of the memory leak it might actually be easier to run
something like mtrace (http://en.wikipedia.org/wiki/Mtrace) and then look
for places in the code that allocate lots of memory (identifyable in the
matrace output) since in fact no memory might be leaked if "all" that
happens is the a C++ container grows without bounds since the container
would free itself before program end.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1412#comment:12>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list