[Webkit-unassigned] [Bug 20124] New: memory leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 21 03:28:50 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20124

           Summary: memory leak
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
               URL: n/a
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lunter at interia.pl


Memory leak<br><br>

1. Run with IE 7, FF 3 or Opera 9.5<br>
   Constant browser memory usage<br><br>

2. Run with Safari 4 (526.12.2) (windows xp sp3)<br>
   Browser memory usage increase very fast (proportional to time)<br>

<script>

 x=[]
 z=100000;while(z--)x.push([])

 function run(){
  var a,b,c,d,e,f,g,h,n
  n=5000;while(n--){
   a=[]
   b=[]
   c=[]
   d=[]
   e=[]
   f=[]
   g=[]
   h=[]
  }
  setTimeout(function(){run()},0)
 }

 run()

</script>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list