Ticket #8087 (closed bug: invalid)
Memory leak in IE8 when using ajax with jQuery.js.1.4.4.js package
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | ajax | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Doing an ajax post with 3 seconds. but sometimes is a memory leak. How can I fix it. I found the solution for the Jquery.1.4.2.js package. but Is there any solution for jQuery.1.4.4.js about memory leak.(stack overflow at line bla bla).
Change History
comment:1 Changed 2 years ago by ajpiano
- Status changed from new to closed
- Resolution set to invalid
comment:2 Changed 2 years ago by jitter
- Priority changed from undecided to low
- Component changed from unfiled to ajax
As you can't seem to provide more information or a test case to pinpoint a potential leak we can't take any further steps to fix this. You may want to try out the current 1.5rc1 release of jQuery which includes a major ajax-rewrite and check if the leak still happens there for you.
I'm only aware of one thing that caused ajax leaks in IE. The custom abort function jQuery used for the ajax-functionality. This has since been fixed. If you suspect this could be the culprit in your case also and you absolutely need this fixed in 1.4.4 you may want to look at this commit which fixed the abort-leak in IE. But applying this yourself and using a modified jQuery version is something I wouldn't advise you to do.
Please report back once you have determined if using 1.5rc1 fixes the leak for you.
comment:3 follow-up: ↓ 4 Changed 2 years ago by anonymous
ie9 have a problem when i use 1.5rc1. i have to solve in 1.4.4.js. another solution you have??
comment:4 in reply to: ↑ 3 Changed 2 years ago by jitter
Replying to anonymous:
ie9 have a problem when i use 1.5rc1. i have to solve in 1.4.4.js. another solution you have??
What problem? How did it get resolved by using 1.4.4? For what should we have a solution? --> How to report bugs
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

This is not a valid bug. Please follow the bug reporting guidlines before filing. Thank you.