[LLVMbugs] [Bug 812] NEW: Improper cleanup in llvm-dis resulting in a memory blowup?
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jun 26 11:41:54 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=812
Summary: Improper cleanup in llvm-dis resulting in a memory
blowup?
Product: tools
Version: 1.7
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-dis
AssignedTo: unassignedbugs at nondot.org
ReportedBy: domagoj at engineer.com
Hi,
llvm-dis runs out of 1Gb of memory on a 5Mb .bc file. Checking
it with massif and memcheck didn't produce anything interesting,
no obvious memory leaks, and the allocation is quite ballanced.
It seems like some cleanup is missing after each function is
disassembled.
Unfortunatelly, I can't upload the .bc file due to intellectual
property issues.
Domagoj
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list