Troubleshooting Render Process Crashes

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Troubleshooting Render Process Crashes

Postby andpad » Fri Nov 10, 2017 1:57 pm

I'm looking to make my CEF browser implementation more reliable. Right now I'm trying to reduce (and hopefully eventually eliminate) render process crashes. I'm testing by navigating to websites like https://www.yahoo.com where the render process seems to crash fairly frequently. If I look at the debug log after the crash, I see things like the following:

Code: Select all
[1110/093955.344:ERROR:CSSComputedStyleDeclaration.cpp(190)] Blink does not yet implement getComputedStyle for 'overflow'.
[1110/093957.793:FATAL:ScrollingCoordinator.cpp(788)] Check failed: composited_layer.


Code: Select all
[1110/105503.559:ERROR:CSSComputedStyleDeclaration.cpp(190)] Blink does not yet implement getComputedStyle for 'overflow'.
[1110/105514.822:FATAL:V0CustomElementConstructorBuilder.cpp(63)] Check failed: script_state_->GetContext() == script_state_->GetIsolate()->GetCurrentContext().


Any ideas/advice on how to troubleshoot these issues and reduce render process crashes? Thanks.

Info:
-using 3.3163.1671.g700dc25 binaries
-settings.multi_threaded_message_loop=1
andpad
Techie
 
Posts: 29
Joined: Mon Oct 23, 2017 1:57 pm

Re: Troubleshooting Render Process Crashes

Postby magreenblatt » Fri Nov 10, 2017 4:46 pm

The errors you show are likely bugs in Blink. They probably only occur when using a Debug build of CEF/Chromium. You can find/report them at https://crbug.com. If you're interested in debugging them yourself see https://www.chromium.org/blink/getting- ... -debugging
magreenblatt
Site Admin
 
Posts: 12404
Joined: Fri May 29, 2009 6:57 pm

Re: Troubleshooting Render Process Crashes

Postby andpad » Tue Dec 12, 2017 4:31 pm

Oh ok. Thanks for the info! I'll definitely take a shot at debugging them.
andpad
Techie
 
Posts: 29
Joined: Mon Oct 23, 2017 1:57 pm


Return to Support Forum

Who is online

Users browsing this forum: No registered users and 39 guests