essAbubakar / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
0 stars 0 forks source link

Memory Leak Error #132

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Make a webkit control
2.Move mouse in control

Everything works fine, BUT when you move the mouse in the control the RAM usage 
jumps up. In about 20-30 minutes of constant mouse movement we are able to 
crash a x86 program because 2 Gigabytes of RAM have been used up.

Using version 2.9. On Windows XP and Windows 7.

This error was noted in the source forge of Webkit.NET which can be found here: 
http://sourceforge.net/projects/webkitdotnet/forums/forum/939855/topic/4754384

but it appears to not have been fixed.

Original issue reported on code.google.com by christop...@gmail.com on 5 Sep 2012 at 4:55

GoogleCodeExporter commented 9 years ago
As a side note: the example you get from 
svn checkout http://open-webkit-sharp.googlecode.com/svn/ 
open-webkit-sharp-read-only

also contains the memory leak

Original comment by christop...@gmail.com on 5 Sep 2012 at 5:21