New issue
Advanced search Search tips

Issue 870434 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

headless_example crashes in debug mode

Project Member Reported by zoeclifford@chromium.org, Aug 2

Issue description

Chrome Version: Built from head (54b502116ca85d9060a362033bf6c29b896c4a06)
OS: Linux

What steps will reproduce the problem?

(1) Build in debug mode. I'm not sure if args.gn is important, but here's mine:

	import("//build/args/headless.gn")
	is_debug = true
	symbol_level = 1
	is_component_build = true
	target_cpu = "x64"

(2) Run `headless_example http://www.google.com/` (Any url seems to work?)
(3) Observe that it crashes with the following message:

  headless_devtools_client_impl.cc(278)]
  Check failed: false. Unknown event: Inspector.targetReloadedAfterCrash


What is the expected result? No crash in debug mode.
What happens instead? Crash.


 

Sign in to add a comment