Bug 131021 (OOM(peacekeeper))
| Summary: | OOM(peacekeeper) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Peng Xinchao <xinchao.peng> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | fpizlo, lquinn |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Peng Xinchao
Now JavascriptCore is not suitable for peacekeeper test .
In peacekeeper JSWorker test item , OOM will happen .
I check the reason is the function "getOwnPropertyNames".
It need to a lot of memory .
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Liam Quinn
The fix for bug 119064 fixes the massive memory use in my testing using the EFL WebKit port.