[LLVMbugs] [Bug 6082] New: ELFWriter leaks memory
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Jan 19 08:36:59 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6082
Summary: ELFWriter leaks memory
Product: new-bugs
Version: 2.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tim at bioware.com
CC: llvmbugs at cs.uiuc.edu
We use the ELF object file format in a persistent process and have seen issues
with leaked memory.
Specifically, the elements contained within the SectionList and SymbolList
containers leak. Also, check the construction of the symbols that populate the
SymbolList. I seem to remember that there is a PrivateList that can be
populated which doesn't seem to be getting freed.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list