Closed
Bug 555804
Opened 14 years ago
Closed 14 years ago
JM: Leak [@ js::methodjit::Compiler::Compile()]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
References
Details
(4 keywords)
Currently entering "function(){}" results in a leak at: ==32218== at 0x54FA4B: js::methodjit::Compiler::Compile() (in /home/fuzz1/Desktop/jsfunfuzz-opt-64-jm-39860-3dea80e65fb7/js-opt-64-jm-linux) ==32218== by 0x530BB7: js::methodjit::Compile(JSContext*, JSScript*) (in /home/fuzz1/Desktop/jsfunfuzz-opt-64-jm-39860-3dea80e65fb7/js-opt-64-jm-linux) ==32218== by 0x4560E7: js_Execute (in /home/fuzz1/Desktop/jsfunfuzz-opt-64-jm-39860-3dea80e65fb7/js-opt-64-jm-linux) ==32218== by 0x40AA65: JS_ExecuteScript (in /home/fuzz1/Desktop/jsfunfuzz-opt-64-jm-39860-3dea80e65fb7/js-opt-64-jm-linux) ==32218== by 0x40657D: Process(JSContext*, JSObject*, char*, int) (in /home/fuzz1/Desktop/jsfunfuzz-opt-64-jm-39860-3dea80e65fb7/js-opt-64-jm-linux) ==32218== by 0x406D2A: main (in /home/fuzz1/Desktop/jsfunfuzz-opt-64-jm-39860-3dea80e65fb7/js-opt-64-jm-linux) when using Valgrind on JM tip with -m on 64-bit Linux opt shell
![]() |
Reporter | |
Comment 1•14 years ago
|
||
Seems to now WFM with jsfunfuzz-dbg-64-jm-41035-76ef5061daf1 changeset.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•