New issue
Advanced search Search tips

Issue 867112 link

Starred by 0 users

Issue metadata

Status: WontFix
Owner:
Closed: Jul 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug
Team-Security-UX



Sign in to add a comment

DCHECK "schema_.valid()" fails on start on Linux

Project Member Reported by paulmiller@chromium.org, Jul 24

Issue description

[3483:3483:0724/140536.835988:FATAL:configuration_policy_handler.cc(364)] Check failed: schema_.valid().

Full output attached. Abbreviated stack:

base::debug::StackTrace::StackTrace()
logging::LogMessage::~LogMessage()
policy::SchemaValidatingPolicyHandler::SchemaValidatingPolicyHandler()
policy::(anonymous namespace)::SecureOriginPolicyHandler::SecureOriginPolicyHandler()
policy::BuildHandlerList()
...
policy::BrowserPolicyConnectorBase::BrowserPolicyConnectorBase()
policy::BrowserPolicyConnector::BrowserPolicyConnector()
policy::ChromeBrowserPolicyConnector::ChromeBrowserPolicyConnector()
BrowserProcessPlatformPartBase::CreateBrowserPolicyConnector()
BrowserProcessImpl::browser_policy_connector()
BrowserProcessImpl::policy_service()
BrowserProcessImpl::CreateLocalState()
BrowserProcessImpl::local_state()
(anonymous namespace)::InitializeLocalState()
ChromeBrowserMainParts::LoadLocalState()
ChromeBrowserMainParts::PreEarlyInitialization()
ChromeBrowserMainPartsPosix::PreEarlyInitialization()
content::BrowserMainLoop::EarlyInitialization()
content::BrowserMainRunnerImpl::Initialize()
content::BrowserMain()
content::RunBrowserProcessMain()
content::ContentMainRunnerImpl::Run()
content::ContentServiceManagerMainDelegate::RunEmbedderProcess()
service_manager::Main()
content::ContentMain()
ChromeMain
main

Built at yesterday's ToT with GN args:

target_os = "linux"
target_cpu = "x64"
is_debug = true
is_component_build = true
symbol_level = 2

Chrome appears to work fine with the DCHECK removed.

I don't know what component this is, so assigning to a policy/ owner.
 
log.txt
1.4 KB View Download
Cc: pastarmovj@chromium.org est...@chromium.org
Components: UI>Browser>Omnibox>SecurityIndicators>VerboseChip Enterprise
Hi Paul,

I can't repro the problem on a current ToT build with your settings. Can you check if you have any files/dirs under /etc/chromium and if so share them here?
Status: WontFix (was: Untriaged)
/etc/chromium doesn't exist on my machine.

I'm no longer able to repro, using the same build that repro'd yesterday. I'll re-open if it happens again.

Sign in to add a comment