Threaded View
-
5 Feb 2013 10:14 AM #1
IE9 Memory Leak
IE9 Memory Leak
Ext version tested:
- Ext 4.1.0
- IE9
- <!DOCTYPE html>
Below is a simple page that demonstrates a memory leak in Internet Explorer version 9. On initial load, the page consumes approximately 51MB of memory. After hundreds of page refreshes (F5), the page consumes 78MB of memory.
The page simply loads the ExtJS library and display a div, but there is gradual memory leak accumulation after each page refresh. The memory is not freed until the browser is closed.
This issue appears to only affect Internet Explorer.
Steps to reproduce the problem:- Open the page (note the memory usage)
- Refresh the page (F5) several hundred times, and notice the memory usage gradually increase
- The memory is freed after each page refresh.
- Memory usage gradually increases and is not freed until the browser is closed.
Additional CSS used:Code:<!DOCTYPE html><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <script type="text/javascript" src="extjs-4.1.0/ext-all-debug-w-comments.js"></script> </head> <body> <div>Leak Test</div> </body> </html>
- none
- Windows 7 Professional, Service Pack 1
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote