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

Issue 829190 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug

Blocking:
issue 828207



Sign in to add a comment

Display settings crash

Project Member Reported by weidongg@chromium.org, Apr 5 2018

Issue description

In M67 ToT
(1) go to chrome://settings/display

What is the expected result?
Display setting

What happens instead?
Crash
 
Blocking: 828207
#0 0x7f541e2cf4ac base::debug::StackTrace::StackTrace()                                                                                                                                                            
#1 0x7f5419152cf4 ash::HandleSegmenationFault()                                                                                                                                                                    
#2 0x7f541e4220c0 <unknown>                                                                                                                                                                                        
#3 0x557759d9e184 std::__1::__tree<>::find<>()
#4 0x55775acc0a05 extensions::Extension::GetManifestData()
#5 0x55775ace77bd extensions::KioskModeInfo::Get()
#6 0x55775ace77f9 extensions::KioskModeInfo::IsKioskEnabled()
#7 0x557759fb3154 extensions::SystemDisplayGetInfoFunction::Response()
#8 0x557759fb4aba _ZN4base8internal7InvokerINS0_9BindStateIMN10extensions28SystemDisplayGetInfoFunctionEFvNSt3__16vectorINS3_3api14system_display15DisplayUnitInfoENS5_9allocatorIS9_EEEEEJ13scoped_refptrIS4_EEEE$vSC_EE7RunOnceEPNS0_13BindStateBaseEOSC_
#9 0x55775ae75f3b _ZN4base8internal7InvokerINS0_9BindStateIZN10extensions27DisplayInfoProviderChromeOS18GetAllDisplaysInfoEbNS_12OnceCallbackIFvNSt3__16vectorINS3_3api14system_display15DisplayUnitInfoENS6_9allo$atorISA_EEEEEEEE3$_0JSF_EEESE_E7RunOnceEPNS0_13BindStateBaseEOSD_
#10 0x557759fb2c85 _ZN4base8internal13FunctorTraitsINS_12OnceCallbackIFvNSt3__16vectorIN10extensions3api14system_display15DisplayUnitInfoENS3_9allocatorIS8_EEEEEEEvE6InvokeISD_JSB_EEEvOT_DpOT0_
#11 0x7f541e2cfd3d base::debug::TaskAnnotator::RunTask()
#12 0x7f541e2f7c17 base::MessageLoop::RunTask()
#13 0x7f541e2f8148 base::MessageLoop::DoWork()
#14 0x7f541e2f9439 base::MessagePumpLibevent::Run()
#15 0x7f541e322dd5 base::RunLoop::Run()
#16 0x55775a69abeb ChromeBrowserMainParts::MainMessageLoopRun()
#17 0x7f541c2c7cd7 content::BrowserMainLoop::RunMainMessageLoopParts()
#18 0x7f541c2ca6f2 content::BrowserMainRunnerImpl::Run()
#19 0x7f541c2c42db content::BrowserMain()
#20 0x7f541caacf98 content::ContentMainRunnerImpl::Run()
#21 0x7f541e7e961d service_manager::Main()
#22 0x7f541caabc54 content::ContentMain()
#23 0x557759d6d303 ChromeMain
#24 0x7f54124f22b1 __libc_start_main
#25 0x557759d6d17a _start
Cc: steve...@chromium.org
Components: Platform>Extensions UI>Settings
Labels: -Pri-2 M-67 Pri-1
Owner: felixe@chromium.org
Status: Assigned (was: Untriaged)
This CL seems to be the culprit: https://chromium-review.googlesource.com/c/chromium/src/+/982619


Cc: felixe@chromium.org
+felixe@
Re #3, thanks for finding it. I am reverting it: https://chromium-review.googlesource.com/c/chromium/src/+/996933

Comment 5 by felixe@chromium.org, Apr 10 2018

Status: Verified (was: Assigned)
Re-landed the code with a fix for this:  https://crbug.com/826568#c4 . Verified manually on my Chromebox.

Sign in to add a comment