Closed avaer closed 4 years ago
In cases there was a crash, process.exe, our chrome.exe, native_host.exe such might still be handing around.
process.exe
chrome.exe
native_host.exe
We might want to kill these on process.exe start to clear the way, or else the two copies of process.exe might conflict in the IPC.
In cases there was a crash,
process.exe
, ourchrome.exe
,native_host.exe
such might still be handing around.We might want to kill these on
process.exe
start to clear the way, or else the two copies ofprocess.exe
might conflict in the IPC.