Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when playing .m4a #1980

Closed
Grotax opened this issue Jun 3, 2016 · 1 comment
Closed

Crash when playing .m4a #1980

Grotax opened this issue Jun 3, 2016 · 1 comment

Comments

@Grotax
Copy link

Grotax commented Jun 3, 2016

App version: 1.6.9 (from Google Play)

Android version: 6.0.1

Devide model: Moto X Play

Expected behaviour: Play *.m4a files

Current behaviour: Crash

First occured: Not sure

Steps to reproduce:

  1. Download a .m4a podcast
  2. Press play
  3. Crash

Stacktrace/Logcat:
06-03 19:16:20.224 3832-3832/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** ***
06-03 19:16:20.224 3832-3832/? A/DEBUG: Build fingerprint: 'motorola/lux_reteu/lux:6.0.1/MPD24.107-52/37:user/release-keys'
06-03 19:16:20.224 3832-3832/? A/DEBUG: Revision: 'p2c0'
06-03 19:16:20.224 3832-3832/? A/DEBUG: ABI: 'arm'
06-03 19:16:20.224 3832-3832/? A/DEBUG: pid: 27588, tid: 27624, name: pool-3-thread-1 >>> de.danoeh.antennapod <<<
06-03 19:16:20.224 3832-3832/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xa
06-03 19:16:20.247 3832-3832/? A/DEBUG: r0 b7e48388 r1 0000001b r2 00000000 r3 a06385f0
06-03 19:16:20.248 3832-3832/? A/DEBUG: r4 a0638610 r5 00000000 r6 b7d94370 r7 b7e48388
06-03 19:16:20.248 3832-3832/? A/DEBUG: r8 0000001b r9 b6d5ee40 sl a0638510 fp 00000000
06-03 19:16:20.248 3832-3832/? A/DEBUG: ip 00000000 sp a06384e8 lr 9fd6285f pc 9fd5bc10 cpsr 600f0030
06-03 19:16:20.253 3832-3832/? A/DEBUG: backtrace:
06-03 19:16:20.253 3832-3832/? A/DEBUG: #00 pc 00063c10 /system/vendor/lib/libmmparser.so (Mpeg4File::ReadMetaDataFromiLst(FileSourceMetaDataType, wchar_t_, unsigned int_, Itunes_meta_data_)+15)
06-03 19:16:20.253 3832-3832/? A/DEBUG: #1 pc 0006a85d /system/vendor/lib/libmmparser.so (Mpeg4File::GetClipMetaData(wchar_t_, unsigned int_, FileSourceMetaDataType)+268)
06-03 19:16:20.253 3832-3832/? A/DEBUG: #2 pc 0004ef11 /system/vendor/lib/libmmparser.so (FileSourceHelper::FillAudioTrackInfo()+588)
06-03 19:16:20.253 3832-3832/? A/DEBUG: #3 pc 00050e57 /system/vendor/lib/libmmparser.so (FileSourceHelper::OpenFileStreamPort()+778)
06-03 19:16:20.253 3832-3832/? A/DEBUG: #4 pc 00052833 /system/vendor/lib/libmmparser.so (FileSourceHelper::HandleOpenFileCommand()+54)
06-03 19:16:20.253 3832-3832/? A/DEBUG: #5 pc 00052db9 /system/vendor/lib/libmmparser.so (FileSourceHelper::OpenFile(video::iStreamPort_, FileSourceFileFormat, bool)+108)
06-03 19:16:20.253 3832-3832/? A/DEBUG: #6 pc 0004d6ff /system/vendor/lib/libmmparser.so (FileSource::OpenFile(video::iStreamPort_, FileSourceFileFormat, bool)+78)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #7 pc 00048a63 /system/vendor/lib/libmmparser.so (android::FileSourceWrapper::Init(video::iStreamPort&, FileSourceFileFormat)+54)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #8 pc 00048b45 /system/vendor/lib/libmmparser.so (android::FileSourceWrapper::New(video::iStreamPort&, FileSourceFileFormat)+24)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #9 pc 000494cf /system/vendor/lib/libmmparser.so
06-03 19:16:20.254 3832-3832/? A/DEBUG: #10 pc 0004a205 /system/vendor/lib/libmmparser.so (android::MMParserExtractor::countTracks()+4)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #11 pc 000d9f0d /system/lib/libstagefright.so (android::ExtendedUtils::MediaExtractor_CreateIfNeeded(android::spandroid::MediaExtractor, android::spandroid::DataSource const&, char const_)+592)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #12 pc 000b584f /system/lib/libstagefright.so (android::MediaExtractor::Create(android::spandroid::DataSource const&, char const_)+670)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #13 pc 000bbd4b /system/lib/libstagefright.so (android::NuMediaExtractor::setDataSource(android::spandroid::IMediaHTTPService const&, char const_, android::KeyedVector<android::String8, android::String8> const
)+94)
06-03 19:16:20.254 3832-3832/? A/DEBUG: #14 pc 00024eb3 /system/lib/libmedia_jni.so
06-03 19:16:20.254 3832-3832/? A/DEBUG: #15 pc 02c12fa7 /system/framework/arm/boot.oat (offset 0x200b000)
06-03 19:16:21.203 3832-3832/? A/DEBUG: Tombstone written to: /data/tombstones/tombstone_01
06-03 19:16:21.203 3832-3832/? E/DEBUG: AM write failed: Broken pipe

Comment: This Phone is new so I can't tell if it worked in earlier versions. I'm not sure if this even is a AntennaPod problem or some OS errors. It works fine on my old phone. Also other files (.mp3, .ogg) work fine.

@mfietz
Copy link
Contributor

mfietz commented Jun 3, 2016

OS issue.
We cannot do anything about native crashes, the audio decoder that came with the OS fucked up.

@mfietz mfietz closed this as completed Jun 3, 2016
@mfietz mfietz added the invalid label Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants