Page 1 of 1

OnRenderProcessTerminated never called

PostPosted: Wed Apr 07, 2021 12:17 pm
by rado
I've implemented OnRenderProcessTerminated() method in my handler, but it is never called (checked in debugger) although I crash the render process intentionally (I can see it disappears in task manager and my browser show only white screen). I've implemented OnBeforeBrowse() in the same handler which is called so there does not seem to problem with incorrect handler implementation. Do you have idea what could be wrong?
I'm using cef 88.2.4, It is windows MFC application with multhithreaded message loop. I've tried to crash the renderer process same way in CEF client application (also using multithreaded message loop) ant it worked. Thank you