Opened on 01/12/2018 at 07:13:25 PM
Closed on 01/12/2018 at 07:14:56 PM
#6246 closed defect (invalid)
Chromium crashes on some pages with video
| Reported by: | asmirnov | Assignee: | |
|---|---|---|---|
| Priority: | P3 | Milestone: | |
| Module: | Adblock-Plus-for-Chromium | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Platform: | Android | |
| Ready: | no | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
Environment
When navigating some webpages that have embedded video Chromium crashes.
How to reproduce
- Go to BBC website and navigate any news with video
- Wait for the crash
Abort message: '[FATAL:ffmpeg_demuxer.cc(677)] Check failed: false. Proprietary codecs not enabled.
11-24 11:48:28.507 21662-26296 A/chromium: [FATAL:ffmpeg_demuxer.cc(677)] Check failed: false. Proprietary codecs not enabled.
#00 0x9ff73419 /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000a7419
#01 0x9da9d1d5 /data/app/org.chromium.chrome-1/lib/arm/libmedia.cr.so+0x001211d5
#02 0x9da690b1 /data/app/org.chromium.chrome-1/lib/arm/libmedia.cr.so+0x000ed0b1
#03 0x9da6d965 /data/app/org.chromium.chrome-1/lib/arm/libmedia.cr.so+0x000f1965
#04 0x9da6d92f /data/app/org.chromium.chrome-1/lib/arm/libmedia.cr.so+0x000f192f
#05 0x9da243c9 /data/app/org.chromium.chrome-1/lib/arm/libmedia.cr.so+0x000a83c9
#06 0x9da67665 /data/app/org.chromium.chrome-1/lib/arm/libmedia.cr.so+0x000eb665
#07 0x9ff5960d /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x0008d60d
#08 0x9ff626ef /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000966ef
#09 0x9ff78edf /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000acedf
#10 0x9ff7ac3d /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000aec3d
#11 0x9ff7af2d /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000aef2d
#12 0x9ff7b003 /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000af003
#13 0x9ff7c31b /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000b031b
#14 0x9ff7a9f7 /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000ae9f7
#15 0x9ff924bd /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000c64bd
#16 0x9ffb3067 /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000e7067
#17 0x9ffb3325 /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000e7325
#18 0x9ffae6f3 /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so+0x000e26f3
#19 0xb6efa7bb /system/lib/libc.so+0x000137bb
#20 0xb6ef889b /system/lib/libc.so+0x0001189b
#21 0xffffffff <unknown>
11-24 11:48:28.507 21662-26296 A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 26296 (Media)
11-24 11:48:28.557 19601-19601 I/chromium: [INFO:CONSOLE(0)] "Uncaught (in promise) #<HTMLScriptElement>", source: https://m.lenta.ru/news/2017/11/24/melee/ (0)
Observed behaviour
Chromium app crashes
Expected behaviour
Chromium does not crash and the video is playing
Attachments (0)
Change History (2)
Note: See
TracTickets for help on using
tickets.

Actually it's not an issue but just build is not configuration for proprietary codecs support.
Can be fixed with gn gen --args='target_os="android" proprietary_codecs=true ffmpeg_branding="Chrome" is_debug=true' out/Default2