- Code: Select all
[0628/101804.448392:ERROR:bad_message.cc(29)] Terminating renderer for bad IPC message, reason 1
In our implementation, we use cef_load_handler_->on_load_error to capture load errors and write a custom error page to the document. Previously, this approach worked well, with the renderer displaying the custom error page as expected. However, post-update, although the error page is still written to the document, the renderer terminates immediately afterward, preventing any new on paint events from showing the error page we wrote to the document.
Additionally, I noticed that the C# library CefSharp handles errors in a similar manner within the load_handler (as documented here). This leads me to wonder if this functionality is now broken within the C# library as well due to the update.