iraychen / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

open-webkit-sharp leaking memory? #159

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I add a Tab in a tab control with a browser instance (with a web page)  
using open-webkit-sharp the process begin leaking memory. At first I thought 
the leak originated in my own application (unmanaged code or similar), but 
after much troubleshooting I have determined that it is the browser instance 
that's  leaking. The leak is not large (approximately 10 kb per second). Is 
this a known problem and is there something i can do about it?

Original issue reported on code.google.com by erik.til...@teknomedia.se on 4 Dec 2012 at 10:07

GoogleCodeExporter commented 8 years ago
Me too having this issue. I have a kiosk-mode application running inside 
open-webkit-sharp and after about 6 hours of running and being used the process 
ends up using every MB of RAM available and the entire system hangs. I'm using 
the last version, also.

Original comment by m...@kuro-neko.es on 2 Oct 2013 at 10:06