Crash on mash startup on tot |
||||||
Issue descriptionOn ToT chrome started with --mash, there's a black background and chrome fails to start. This is printed to the console: [18671:18671:0808/120253:FATAL:software_output_device_mus.cc(43)] Check failed: uploader. #0 0x7ff2a85801de base::debug::StackTrace::StackTrace() #1 0x7ff2a85e782f logging::LogMessage::~LogMessage() #2 0x7ff2a24e5d35 content::SoftwareOutputDeviceMus::EndPaint() #3 0x7ff29f8050e3 cc::SoftwareRenderer::FinishDrawingFrame() #4 0x7ff29f796e28 cc::DirectRenderer::DrawFrame() #5 0x7ff29bb9a69a cc::Display::DrawAndSwap() #6 0x7ff29bbaf022 cc::DisplayScheduler::DrawAndSwap() #7 0x7ff29bbae6e2 cc::DisplayScheduler::AttemptDrawAndSwap() #8 0x7ff29bbae0dc cc::DisplayScheduler::OnBeginFrameDeadline() gn args: enable_nacl = false enable_ipc_fuzzer = false enable_package_mash_services = true is_debug = true use_goma = true
,
Aug 10 2016
Is this on Windows? On chromeos, the following config works for me: is_asan = true is_component_build = true is_debug = false dcheck_always_on = true target_os="chromeos" use_goma = true use_ozone = true ozone_platform_x11 = true ozone_auto_platforms = false ozone_platform = "x11" (turning off is_asan and dcheck_always_on also still works)
,
Aug 10 2016
Oh, I get this crash on non-ozone linux.
,
Aug 10 2016
,
Aug 10 2016
https://codereview.chromium.org/2232793002/ fixes the crash for me.
,
Aug 15 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ecad0f0ea34d1c0cc98e317e692116117840ba89 commit ecad0f0ea34d1c0cc98e317e692116117840ba89 Author: sadrul <sadrul@chromium.org> Date: Mon Aug 15 22:16:46 2016 mus: Always use the GPU compositor for mus. BUG= 635613 Review-Url: https://codereview.chromium.org/2237053002 Cr-Commit-Position: refs/heads/master@{#412069} [modify] https://crrev.com/ecad0f0ea34d1c0cc98e317e692116117840ba89/content/browser/compositor/gpu_process_transport_factory.cc
,
Aug 15 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/ecad0f0ea34d1c0cc98e317e692116117840ba89 commit ecad0f0ea34d1c0cc98e317e692116117840ba89 Author: sadrul <sadrul@chromium.org> Date: Mon Aug 15 22:16:46 2016 mus: Always use the GPU compositor for mus. BUG= 635613 Review-Url: https://codereview.chromium.org/2237053002 Cr-Commit-Position: refs/heads/master@{#412069} [modify] https://crrev.com/ecad0f0ea34d1c0cc98e317e692116117840ba89/content/browser/compositor/gpu_process_transport_factory.cc
,
Aug 22 2016
This should no longer be happening. Can you confirm?
,
Aug 22 2016
,
Feb 26 2018
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by rjkroege@chromium.org
, Aug 8 2016Components: MUS
Labels: tadpole mus
Owner: penghuang@chromium.org