I'm not sure if it's just cros right now, I'm guessing all POSIX systems will be unhappy. Here's the failing check:
[23572:23597:0927/001749:FATAL:process_posix.cc(256)] Check failed: handle != GetCurrentProcessHandle() (23572 vs. 23572)
#0 0x7f195eb5501e base::debug::StackTrace::StackTrace()
#1 0x7f195eb74c2a logging::LogMessage::~LogMessage()
#2 0x7f195eba9426 base::Process::DeprecatedGetProcessFromHandle()
#3 0x000001ab7d47 extensions::(anonymous namespace)::IOThreadResponseCallback()
Which is failing the check, because it expect the process handle to not be equal to the current process handle (because why else would you do this).
FWIW, it doesn't look like this code has changed lately...
I'll just comment out the DCHECK for now...
Comment 1 by sheriffbot@chromium.org
, Sep 27 2017Status: Untriaged (was: Available)