Bug 97035
Summary: | WebSQL leaks memory on openDatabase? Are databases ever closed? | ||
---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ap, beidson, benjamin, bfulgham, michaeln |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Benjamin Poulain
The following microbenchmark use a crazy amount of memory: http://jsperf.com/websql-arg-handling
The memory keeps increasing on every run.
It is not a typical use case, but the kind of massive memory use is worrisome.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Nordman
This sounds like it may be a dup of https://bugs.webkit.org/show_bug.cgi?id=68303
Benjamin Poulain
(In reply to comment #1)
> This sounds like it may be a dup of https://bugs.webkit.org/show_bug.cgi?id=68303
That is likely.
Brent Fulgham
We have removed WebSQL as a feature. We won't make further improvements to it.