Bug 150546
Summary: | Newly imported W3C XMLHttpRequest tests have uncovered a lot of leaks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | barraclough, cdumez, ryanhaddad, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=142163 https://bugs.webkit.org/show_bug.cgi?id=106710 |
Alexey Proskuryakov
Tests imported in bug 142163 have uncovered a lot of leaks, jumping from ~600Kb to ~2Mb:
https://build.webkit.org/builders/Apple%20El%20Capitan%20%28Leaks%29/builds/593
https://build.webkit.org/builders/Apple%20El%20Capitan%20%28Leaks%29/builds/594
We really need to find a way to make the leak bot more precise, but this case is pretty conclusive.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
There is a large leak in imported/w3c/web-platform-tests/XMLHttpRequest/abort-during-unsent.htm
Alexey Proskuryakov
On a second try, I cannot reproduce with the above test, but I certainly can with imported/w3c/web-platform-tests/XMLHttpRequest/send-timeout-events.htm.
run-webkit-tests --leaks imported/w3c/web-platform-tests/XMLHttpRequest/abort-during-unsent.htm --additional-env-var="MallocScribble=1" -v --batch-size=1 -f -1 --no-show --repeat-each=10 --no-retry
Most of the command line options are probably unnecessary.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 106710 ***