New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 861901 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jul 17
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

Crash loop after trying to login into a child account

Project Member Reported by xiaoyinh@chromium.org, Jul 9

Issue description

Found this bug when trying to repro crbug.com/860670. 
When try to login into a child account it keeps crashing in the processor code.
Henrique, could you help to take a look?


stack trace:
[5793:5793:0709/133834.527121:FATAL:values.cc(268)] Check failed: is_dict(). 
#0 0x000008f881d0 base::debug::StackTrace::StackTrace()
#1 0x000008f31b0c logging::LogMessage::~LogMessage()
#2 0x000008f816a6 base::Value::FindKey()
#3 0x0000083cb0e6 chromeos::usage_time_limit::internal::Override::Override()
#4 0x0000083cb486 chromeos::usage_time_limit::GetState()
#5 0x0000083c92da chromeos::ScreenTimeController::CheckTimeLimit()
#6 0x0000083ca458 chromeos::ScreenTimeController::OnSessionStateChanged()
#7 0x00000a6d3134 session_manager::SessionManager::SetSessionState()
#8 0x0000084845f0 chromeos::ChromeSessionManager::SessionStarted()
#9 0x000008484498 chromeos::(anonymous namespace)::StartUserSession()
#10 0x000008484120 chromeos::ChromeSessionManager::Initialize()
#11 0x0000083cf6cc chromeos::ChromeBrowserMainPartsChromeos::PostProfileInit()
#12 0x000008d1c64a ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
#13 0x000008d1be3c ChromeBrowserMainParts::PreMainMessageLoopRun()
#14 0x0000083ced02 chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
#15 0x000007cc7ada content::BrowserMainLoop::PreMainMessageLoopRun()
#16 0x000007f44784 content::StartupTaskRunner::RunAllTasksNow()
#17 0x000007cc6a52 content::BrowserMainLoop::CreateStartupTasks()
#18 0x000007cc94e4 content::BrowserMainRunnerImpl::Initialize()
#19 0x000007cc5262 content::BrowserMain()
#20 0x000008d115f0 content::ContentMainRunnerImpl::Run()
#21 0x000008d16e12 service_manager::Main()
#22 0x000008d10172 content::ContentMain()
#23 0x0000075fa92c ChromeMain
#24 0x0000ed9f68a0 __libc_start_main

 
Hey Sarah, my mistake, I forgot to mention to you that you need to patch this cl before testing: https://chromium-review.googlesource.com/c/chromium/src/+/1127399.

The policy definition changed, so it is failing on the parse. After patching this, everything should work.
Status: WontFix (was: Untriaged)

Sign in to add a comment