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

Segfault when combining 2 files on Android. #81

Open
GoogleCodeExporter opened this issue May 12, 2015 · 1 comment
Open

Segfault when combining 2 files on Android. #81

GoogleCodeExporter opened this issue May 12, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
 - Combine 2 mp4 file where the total length will be over 30min

Using attached code when combing the below movie files a segfault error occurs:
A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x54c3f8a0 (code=2), thread 14090 
(Compiler)

File 1 (15min) + File 2 (15min) = Segfault
File 1 (15min) + File 2 (14min 30sec) = Segfault
File 1 (15min) + File 2 (13min 30sec) = Works fine

All files used the same codecs & settings, recorded by android:
mp4 - H264/ACC - 640x480 15fps

Device: Samsung Galaxy S2

What is the expected output? What do you see instead?
The concatenation of the two files

What version of the product are you using? On what operating system?
Android 4.4.2  &  Android 4.0.2

Please provide any additional information below.
Android Studio Test project used to reproduce the error attached.

Original issue reported on code.google.com by [email protected] on 22 Jan 2014 at 10:02

Attachments:

@GoogleCodeExporter
Copy link
Author

Not sure how this evolved but it seems to me that this is somehow connected 
with a low memory situation. In the trunk I don't do memeropy mapping 
sample-wise anymore, I do it chunk-wise and this should lead to a much smaller 
amount of memory map operations. 
That might help

Original comment by Sebastian.Annies on 19 Jun 2014 at 3:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant