[FATAL:avda_shared_state.cc(93)] Check failed: !release_time_.is_null(). |
||
Issue descriptionOccurs on a N7 with a ToT build (M58) on https://jsfiddle.net/d0z9xen7/ Found while investigating http://crbug.com/686415 ; not sure if they're related. Top of the stack: 11 0001a7c9 media::AVDASharedState::WaitForFrameAvailable() 12 00018a59 media::AVDACodecImage::ReleaseOutputBuffer(media::AVDACodecImage::UpdateMode) 13 00018f3b media::AVDACodecImage::UpdateSurfaceInternal(media::AVDACodecImage::UpdateMode, media::AVDACodecImage::RestoreBindingsMode) 14 00018ff7 media::AVDACodecImage::CopyTexImage(unsigned int)
,
Feb 7 2017
Oh ok, but harmless when it happens?
,
Feb 7 2017
It'll time out which isn't great since it's a brief gpu thread stall, and we may copy updateTexImage() too soon, but the alternative is a full hang.
,
Feb 7 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by dalecur...@chromium.org
, Feb 7 2017