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

Issue 603178 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 596294
Owner:
Last visit > 30 days ago
Closed: Apr 2016
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

DCHECK being hit by MaterialDesignController::DefaultMode

Project Member Reported by ortuno@chromium.org, Apr 13 2016

Issue description

Calling devinfo.Initialize should not be done from the UI thread. See https://code.google.com/p/chromium/codesearch#chromium/src/ui/events/devices/device_util_linux.cc&q=device_util_linux.cc&sq=package:chromium&type=cs&l=23

Stack trace:

[18048:18048:0413/101747:FATAL:device_util_linux.cc(23)] Check failed: !base::MessageLoopForUI::IsCurrent(). 
#0 0x7ff85d7fcc44 base::debug::StackTrace::StackTrace()
#1 0x7ff85d81ad0e logging::LogMessage::~LogMessage()
#2 0x7ff863230d3b ui::GetInputDeviceTypeFromPath()
#3 0x7ff85e38bc4d ui::EventDeviceInfo::Initialize()
#4 0x7ff85ddf380d ui::MaterialDesignController::DefaultMode()
#5 0x7ff85ddf3a2b ui::MaterialDesignController::InitializeMode()
#6 0x7ff85ddf3b7d ui::MaterialDesignController::GetMode()
#7 0x7ff85ddf3bc9 ui::MaterialDesignController::IsModeMaterial()
#8 0x7ff85ddf9515 ui::ResourceBundle::LoadChromeResources()
#9 0x7ff85ddfb3ff ui::ResourceBundle::InitSharedInstanceWithLocale()
#10 0x7ff862f4a4d6 ChromeBrowserMainParts::PreCreateThreadsImpl()
#11 0x7ff862f4b5d1 ChromeBrowserMainParts::PreCreateThreads()
#12 0x7ff86154486d content::BrowserMainLoop::PreCreateThreads()
#13 0x7ff8616e62ef content::StartupTaskRunner::RunAllTasksNow()
#14 0x7ff8615474bd content::BrowserMainLoop::CreateStartupTasks()
#15 0x7ff861263a60 content::BrowserMainRunnerImpl::Initialize()
#16 0x7ff861263162 content::BrowserMain()
#17 0x7ff85d7be030 content::RunNamedProcessTypeMain()
#18 0x7ff85d7be15c content::ContentMainRunnerImpl::Run()
#19 0x7ff85d7bc3b9 content::ContentMain()
#20 0x7ff85d23353f ChromeMain
#21 0x7ff85ab64fb6 __libc_start_main
#22 0x7ff85d2333a1 <unknown>

 
Mergedinto: 596294
Status: Duplicate (was: Untriaged)

Sign in to add a comment