|
Rank: Newbie Groups: Member
Joined: 8/3/2018 Posts: 3
|
Hi, after running EO browser after 45 min - 60 min, i got System.exception: This WebView either has already been destroyed or is being destroyed. Any idea how i can fix this problem?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, This can be caused by memory leak in your web page that accumulate over time and eventually caused the page to run out of memory and crash. As a test, you can try to replace the page with a simple HTML page and see if the problem still occurs. If the problem no longer occurs, then you can try to debug your page to see if you can find out what triggers the crash. You can also use the built-in devtools to see if you can find any clues: https://www.essentialobjects.com/doc/webbrowser/advanced/debug.aspxThanks!
|
|
Rank: Newbie Groups: Member
Joined: 8/3/2018 Posts: 3
|
eo_support wrote:Hi, This can be caused by memory leak in your web page that accumulate over time and eventually caused the page to run out of memory and crash. As a test, you can try to replace the page with a simple HTML page and see if the problem still occurs. If the problem no longer occurs, then you can try to debug your page to see if you can find out what triggers the crash. You can also use the built-in devtools to see if you can find any clues: https://www.essentialobjects.com/doc/webbrowser/advanced/debug.aspxThanks! As i remember there was a flag to enable large EO memory, that would reduce the chance of EO crash, what was the exact name of that flag? i cant find it some how :(
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
|
|