Rank: Newbie Groups: Member
Joined: 11/23/2017 Posts: 9
|
Hi, We have found a BSOD related to eowp.exe being still executed after application owner shutdown and we try to get access to disk copying or deleting files. ScreenShot of dump memory file analysis: On: Windows 10, using EO.Total.2020.2.90.0 Full dump file: http://smi2000.homedns.org/trash/eo/issue1/MEMORY.RAR
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
There are multiple eowp.exe processes. One of them will stay in memory for a short while (about 5 seconds) after your application exits. If eowp.exe does not exist after 5 seconds, then it's because it is being used by one of your application. In that case you must explicitly disposes the WebView objects in your application to release eowp.exe (or exit the application completely). Alternatively, you can also call EO.Base.Runtime.Shutdown in your application to explicitly release all eowp.exe immediately.
Thanks
|