Hello,
i noticed that in the EO.WebBrowser Control Chrome Version 33 is used.
Unfortunately this Version has an memory leak that causes an Crash of the EO.WebBrowser Processes. During this crash no exception is thrown - rundll process just exits an i see a white screen.
This is caused when setting the src of an Element.
Code to reproduce:
https://gist.github.com/daCuJo/8d1f77d9ad99cf190aefHow it looks like with EO.WebBrowser:
How it looks like in current chrome (38.0.2125.111)
As you can see, the Documents and Nodes are never released in the first image.
This is currently a big problem for us since we can not use the browser component with this bug.
I know that this bug does not depend on the EO.WebBrowser.
My Question is: Do you have plans to update the underlying engine? Or is there a possibility to use a specific dll for rendering (the current chrome). A Beta version with the current version or any solution would also work for us since this problem is a show stopper for us :/
Thanks in advance
See also:
https://code.google.com/p/chromium/issues/detail?id=359401