New issue
Advanced search Search tips

Issue 672626 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome
Pri: 1
Type: Bug



Sign in to add a comment

WindowServerTest.EstablishConnectionViaFactory (mus_ws_unittests) is very flaky on several try bots

Project Member Reported by wangxianzhu@chromium.org, Dec 8 2016

Issue description

It's very flaky on at least linux_chromium_chromeos_ozone_rel_ng, linux_chromium_rel_ng, win_chromium_x64_rel_ng.

A sample:
https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/331348/steps/mus_ws_unittests%20%28with%20patch%29/logs/WindowServerTest.EstablishConnectionViaFactory

[6968:6496:1208/134233.553:34351076:ERROR:layer_tree_host_impl.cc(2181)] Forcing zero-copy tile initialization as worker context is missing
[6968:6496:1208/134233.557:34351092:ERROR:layer_tree_host_impl.cc(2181)] Forcing zero-copy tile initialization as worker context is missing
[6968:6496:1208/134233.558:34351092:FATAL:window_tree_host.cc(207)] Check failed: compositor()->root_layer() == window()->layer() (0000000000000000 vs. 00000000006EABD0)
Backtrace:
	base::debug::StackTrace::StackTrace [0x000000013F790901+33]
	logging::LogMessage::~LogMessage [0x000000013F73FA8A+74]
	aura::WindowTreeHost::Show [0x000000013F81E13B+203]
	aura::WindowTreeClient::SetWindowVisibleFromServer [0x000000013F81619E+106]
	aura::WindowTreeClient::OnTopLevelCreated [0x000000013F8136F6+266]

 
Sometimes WindowServerTest.Visible also fails, but less frequently:

https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/352740/steps/mus_ws_unittests%20%28with%20patch%29/logs/WindowServerTest.Visible

[28095:28095:1208/133707.072751:12344103517:ERROR:layer_tree_host_impl.cc(2181)] Forcing zero-copy tile initialization as worker context is missing
[28095:28095:1208/133707.114040:12344144805:ERROR:layer_tree_host_impl.cc(2181)] Forcing zero-copy tile initialization as worker context is missing
../../services/ui/ws/window_manager_client_unittest.cc:561: Failure
Value of: WindowServerTestBase::DoRunLoopWithTimeout()
  Actual: false
Expected: true

Cc: mfomitchev@chromium.org
> [6968:6496:1208/134233.558:34351092:FATAL:window_tree_host.cc(207)] Check failed: compositor()->root_layer() == window()->layer() (0000000000000000 vs. 00000000006EABD0)

==> mfomitchev@
I have already reverted my patch. Here's the revert (landed about an hour ago): https://codereview.chromium.org/2565583002/
Owner: sadrul@chromium.org
Is this still an issue? Assigning back to sadrul@
Cc: -mfomitchev@chromium.org
Components: -Internals>MUS Internals>Services>WindowService

Sign in to add a comment