Issue metadata
Sign in to add a comment
|
FATAL:surface_manager.cc(395): Check failed: valid_frame_sink_ids_.count(frame_sink_id) == 1u (0 vs. 1) |
||||||||||||||||||||||
Issue descriptionIntermittent assertion failures running OffscreenCanvas pixel tests: https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/376204 Pixel_OffscreenCanvasAccelerated2D (gpu_tests.pixel_integration_test.PixelIntegrationTest) ... [22693:22693:0123/122103.137306:FATAL:surface_manager.cc(395)] Check failed: valid_frame_sink_ids_.count(frame_sink_id) == 1u (0 vs. 1) #0 0x7f943244fafe base::debug::StackTrace::StackTrace() #1 0x7f9432468e9b logging::LogMessage::~LogMessage() #2 0x7f94333bea03 cc::SurfaceManager::UnregisterSurfaceFactoryClient() #3 0x7f94333a916f cc::CompositorFrameSinkSupport::~CompositorFrameSinkSupport() #4 0x7f94319b8119 content::OffscreenCanvasCompositorFrameSink::~OffscreenCanvasCompositorFrameSink() #5 0x7f94319b8fd0 std::_Hashtable<>::erase() #6 0x7f943252639b mojo::InterfaceEndpointClient::NotifyError() #7 0x7f943252c37a mojo::internal::MultiplexRouter::ProcessNotifyErrorTask() #8 0x7f943252a5c1 mojo::internal::MultiplexRouter::ProcessTasks() #9 0x7f9432529271 mojo::internal::MultiplexRouter::OnPipeConnectionError() #10 0x7f943252280d mojo::Connector::HandleError() #11 0x7f9432522e71 mojo::Connector::OnHandleReadyInternal() #12 0x7f94325346fa mojo::Watcher::OnHandleReady() #13 0x7f9430b3db34 _ZN4base8internal13FunctorTraitsIMN5media29GpuVideoDecodeAcceleratorHostEFvjEvE6InvokeIRKNS_7WeakPtrIS3_EEJRKNS2_22VideoDecodeAccelerator5ErrorEEEEvS5_OT_DpOT0_ #14 0x7f94324fc8de base::debug::TaskAnnotator::RunTask() #15 0x7f94324701ad base::MessageLoop::RunTask() #16 0x7f9432470866 base::MessageLoop::DoWork() #17 0x7f94324726e9 base::MessagePumpGlib::Run() #18 0x7f943246ff05 base::MessageLoop::RunHandler() #19 0x7f9432496eec base::RunLoop::Run() #20 0x7f943230e69a ChromeBrowserMainParts::MainMessageLoopRun() #21 0x7f94316d9399 content::BrowserMainLoop::RunMainMessageLoopParts() #22 0x7f94316dcb77 content::BrowserMainRunnerImpl::Run() #23 0x7f94316d44de content::BrowserMain() #24 0x7f9432014237 content::RunNamedProcessTypeMain() #25 0x7f9432014c86 content::ContentMainRunnerImpl::Run() #26 0x7f94320136d0 content::ContentMain() #27 0x7f9430840141 ChromeMain #28 0x7f94292d6f45 __libc_start_main #29 0x7f943083ffd1 <unknown> Olivia, could you please take this? It's been seen on the CQ so is high priority. I couldn't easily find a good bug that this one should block, but please do in order to indicate that recent work probably regressed this. Thanks.
,
Jan 25 2017
xlai@: yes I realized the problem and patchset 15 removed the InvalidateFrameSinkId(). Could you confirm that the failure is gone? And why would an unlanded CL cause CQ to crash?
,
Jan 25 2017
Marking it as won't fixed because this is from a CL that's not landed yet. kbr@: Please feel free to reopen this issue, if actually this is a failure on CQ and not just in tryserver.
,
Jan 30 2017
Ah. Sorry, I should have realized that this was a CL that hadn't landed yet, rather than a random flake. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by xlai@chromium.org
, Jan 24 2017Owner: staraz@chromium.org