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

Android MediaExtractor crash when decoding some mp4 files. Libc fatal signal 11 #35

Closed
waglik opened this issue Oct 23, 2015 · 2 comments

Comments

@waglik
Copy link

waglik commented Oct 23, 2015

Hi I am using Double decode example to load videos into TextureView.

Code work most of the time but for some mp4 files it crash giving only :

libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 7998

Same code works for webM files and most mp4 files. Place where I expect it to fail is :

extractor = new MediaExtractor();
extractor.setDataSource(sourceFile);

in MoviePlayer [L:113]

Any hint how to walk around or what might be the problem?

@fadden
Copy link
Contributor

fadden commented Oct 23, 2015

There's no native code in Grafika, so a native crash indicates a problem in the platform or with that specific device. You may want to post the native crash info from logcat on http://b.android.com/ .

@fadden
Copy link
Contributor

fadden commented Oct 25, 2015

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