Rank: Advanced Member Groups: Member
Joined: 5/8/2015 Posts: 46
|
Hi,
We released our web client containing the EO webbrowser to a number of customers on Friday. Over the weekend we had numerous reports of the browser crashing and generally poor performance.
We are using 15.1.81.8 version of your DLLs
Looking at some of the errors (our client sends any erros back to us) I can see the following repeat errors:
The operation completed successfully at EO.Internal.wm.j() at EO.Internal.cs.j() at EO.Internal.cs.a() at EO.Internal.wm.k()
Child process not ready. nWaitResult = 258 at EO.Internal.jn.a(String A_0, Boolean A_1) at EO.Internal.jn.a(IntPtr A_0) at EO.Internal.jn.a(String[] A_0, String A_1, String A_2, String A_3, String A_4) at EO.Internal.z9.a(String A_0, String A_1) at EO.Internal.cs.a() at EO.Internal.wm.k()
The pipe is being closed at EO.Internal.wm.b() at EO.Internal.wm.a(IntPtr A_0, Int32 A_1) at EO.Internal.wm.k()
Channel disconnected <----- THIS IS BY FAR THE MOST COMMON ERROR AND HAPPENS FAIRLY FREQUENTLY
|
Rank: Advanced Member Groups: Member
Joined: 6/24/2015 Posts: 39
|
I have the crash problems as well, and it leads my winform app to response nothing no matter where I click.
|
Rank: Advanced Member Groups: Member
Joined: 5/8/2015 Posts: 46
|
Just for further information, in our case some of the crashes were being caused in this scenario:
1. Main form has webview in it which has link which calls JS which is handled by the Form and opens a popup window with a webview in it (essentially not using window.open but simulating it in our own code). 2. User closes popup form using F4 before the webview it contains has finished loading. 3. OnClose event of popup form has webview1.Desrtroy() in it, this is what was crashing the runtime
Regards, Andy.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have posted a new build that should fix the crash while closing issue. You can download the new build from our download page.
Thanks!
|