clobba / 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

memory leak error #102

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a tabbed browser.
Whenever i open different websites on each tab i abruptly get memory leak 
exception which says attempted to read or write protected memory which often 
indicates that other memory is corrupt.

Specially it happens when i navigate to facebook

I am using latest version of OWS(.net 2). However this error occured even with 
older version.

I tried recreating the project.But ended with same error.

After surfing internet i got that this error occurs due to error in some 
dll(s). Is it something related to OWS???

Original issue reported on code.google.com by mamtagan...@gmail.com on 1 May 2012 at 3:30

GoogleCodeExporter commented 8 years ago
This error occurs in WebKit.dll when it returns E_OUTOFMEMORY or E_FAIL as 
HRESULT. The latest WebKit build for example throws such an exception when 
loading standalone images. This is something that has to be fixed in WebKit

Original comment by tsumalis96@gmail.com on 4 May 2012 at 9:22

GoogleCodeExporter commented 8 years ago
ok.. i will be waiting for this to get fixed.. do let me know about it.. thanx..

Original comment by mamtagan...@gmail.com on 4 May 2012 at 2:24

GoogleCodeExporter commented 8 years ago
Please test the new version. It contains a fix for a critical memory leak that 
could crash the whole app.

Original comment by tsumalis96@gmail.com on 6 Nov 2012 at 8:46

GoogleCodeExporter commented 8 years ago
I had the same problem. Upgraded to the latest version and it's still happening.

Original comment by trippdi...@gmail.com on 11 Nov 2012 at 3:09

GoogleCodeExporter commented 8 years ago
Very annoying issue. Anyone got an idea how to fix it?

Original comment by minerali...@gmail.com on 1 Mar 2013 at 6:45

GoogleCodeExporter commented 8 years ago
The OpenWebKitSharp Example app v3.0.1.0023 crashes all the time

Original comment by evgordie...@gmail.com on 19 Nov 2013 at 10:11