#3553 closed enhancement
use of removeChild in IE leaking memory
Reported by: | crobinson | Owned by: | flesler |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.2.6 |
Keywords: | removeChild memory leak | Cc: | crobinson |
Blocked by: | Blocking: |
Description
attached is a zip file with a small test you can run after patching and 2 screen shots, on of the sIEve results of reqular jQuery vs a modified version I made to test the theory. In the screen shots you can see that the memory reclaimed in the Delta's its on average higher in the modified version.
Take note that the tests will run 250 iterations before it will stop.
This is only an issue in IE.
for a write up in more detail visit: http://www.outsidethediv.com/2008/10/removechild-vs-the-garbage-bin/
Attachments (3)
Change History (9)
Changed 14 years ago by
Attachment: | memory-test.zip added |
---|
Changed 14 years ago by
Attachment: | memory-usage-modified-jquery.zip added |
---|
Changed 14 years ago by
Attachment: | memory-usage-regular-jquery.zip added |
---|
comment:1 Changed 14 years ago by
need: | Review → Test Case |
---|---|
Owner: | set to flesler |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Cc: | crobinson added |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.3 → 1.3.3 |
---|
comment:4 Changed 12 years ago by
Status: | assigned → pending |
---|
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!
comment:5 follow-up: 6 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
comment:6 Changed 11 years ago by
Replying to trac-o-bot:
Automatically closed due to 14 days of inactivity.
There is a test case attached to this. This should be reopened
Ok, haven't used sIEve more than once... shouldn't the #leaks column have a number that is diff than 0 if it'd have leaks ? I see that the regular takes less time.
Also... while doing some googling on the issue, I found this:
Can you try that with your demo and see if it solves the so called leak ?