New issue
Advanced search Search tips

Issue 841896 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

DCHECK in CodecWrapperImpl::QueueInputBuffer

Project Member Reported by xhw...@chromium.org, May 10 2018

Issue description

05-10 11:39:47.267 26555 26711 F chromium: [FATAL:codec_wrapper.cc(221)] Check failed: state_ != Sta
te::kFlushed (1 vs. 1)

05-10 11:39:48.060   491   491 F DEBUG   : backtrace:
05-10 11:39:48.060   491   491 F DEBUG   :     #00 pc 00041a8c  /system/lib/libc.so (tgkill+12)
05-10 11:39:48.061   491   491 F DEBUG   :     #01 pc 0003ff11  /system/lib/libc.so (pthread_kill+32)
05-10 11:39:48.061   491   491 F DEBUG   :     #02 pc 0001c73f  /system/lib/libc.so (raise+10)
05-10 11:39:48.061   491   491 F DEBUG   :     #03 pc 000198f1  /system/lib/libc.so (__libc_android_abort+34)
05-10 11:39:48.061   491   491 F DEBUG   :     #04 pc 000174b0  /system/lib/libc.so (abort+4)
05-10 11:39:48.061   491   491 F DEBUG   :     #05 pc 0011fd49  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (base::debug::BreakDebugger()+20)
05-10 11:39:48.061   491   491 F DEBUG   :     #06 pc 000ce51f  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (logging::LogMessage::~LogMessage()+658)
05-10 11:39:48.061   491   491 F DEBUG   :     #07 pc 00030941  /data/app/com.google.android.apps.chrome-1/lib/arm/libmedia_gpu.cr.so (offset 0x20000)
05-10 11:39:48.062   491   491 F DEBUG   :     #08 pc 00033bab  /data/app/com.google.android.apps.chrome-1/lib/arm/libmedia_gpu.cr.so (offset 0x20000) (media::MediaCodecVideoDecoder::QueueInput()+158)
05-10 11:39:48.062   491   491 F DEBUG   :     #09 pc 000339a7  /data/app/com.google.android.apps.chrome-1/lib/arm/libmedia_gpu.cr.so (offset 0x20000) (media::MediaCodecVideoDecoder::PumpCodec(bool)+74)
05-10 11:39:48.062   491   491 F DEBUG   :     #10 pc 00034b4d  /data/app/com.google.android.apps.chrome-1/lib/arm/libmedia_gpu.cr.so (offset 0x20000)
05-10 11:39:48.062   491   491 F DEBUG   :     #11 pc 001072d9  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (base::Timer::RunScheduledTask()+108)
05-10 11:39:48.062   491   491 F DEBUG   :     #12 pc 000c97f3  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000)
05-10 11:39:48.062   491   491 F DEBUG   :     #13 pc 000b98b9  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000)
05-10 11:39:48.062   491   491 F DEBUG   :     #14 pc 000c203d  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (base::debug::TaskAnnotator::RunTask(char const*, base::PendingTask*)+124)
05-10 11:39:48.062   491   491 F DEBUG   :     #15 pc 000fd86f  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (base::internal::TaskTracker::RunOrSkipTask(base::internal::Task, base::internal::Sequence*, bool)+410)
05-10 11:39:48.063   491   491 F DEBUG   :     #16 pc 001287db  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (base::internal::TaskTrackerPosix::RunOrSkipTask(base::internal::Task, base::internal::Sequence*, bool)+90)
05-10 11:39:48.063   491   491 F DEBUG   :     #17 pc 000fd2ad  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000) (base::internal::TaskTracker::RunAndPopNextTask(scoped_refptr<base::internal::Sequence>, base::internal::CanScheduleSequenceObserver*)+188)
05-10 11:39:48.063   491   491 F DEBUG   :     #18 pc 000f8db9  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000)
05-10 11:39:48.063   491   491 F DEBUG   :     #19 pc 00128c87  /data/app/com.google.android.apps.chrome-1/lib/arm/libbase.cr.so (offset 0xae000)
05-10 11:39:48.063   491   491 F DEBUG   :     #20 pc 0003f813  /system/lib/libc.so (__pthread_start(void*)+30)
05-10 11:39:48.063   491   491 F DEBUG   :     #21 pc 00019f75  /system/lib/libc.so (__start_thread+6)

 

Sign in to add a comment