New issue
Advanced search Search tips

Issue 650555 link

Starred by 0 users

Issue metadata

Status: Archived
Owner: ----
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

CrOS browser_tests don't run in --single-process mode

Project Member Reported by dcheng@chromium.org, Sep 27 2016

Issue description

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...
 
Project Member

Comment 1 by sheriffbot@chromium.org, Sep 27 2017

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Status: Archived (was: Untriaged)
I think this check is gone.  Closing this out.

Sign in to add a comment