AndroidFFmpeg
AndroidFFmpeg copied to clipboard
Fatal signal 6 (SIGABRT), code -6
Trying to load lib /data/data/com.ffmpegtest/cache/armeabi-v7a/libffmpeg-neon.so libffmpeg-neon.so can't load
linker libffmpeg-neon.so has text relocations. This is wasting memory and prevents security hardening. Please fix. libc Fatal signal 6 (SIGABRT), code -6 in tid 10203 (com.ffmpegtest)
Some people say is NDK-8's bug,but I use NDK-r10e
I get source from https://github.com/yixia/FFmpeg-Android,can also build "libffmpeg.so",but It don't have bug
I met the same problem with r10e, but it has no problem with another huawei machine.
I use jni,"void* handle = dlopen(file, RTLD_NOW);",also have the problem. I hava two phone,the os 4.4 above.It seems to be the ART bug.
I see the same issue on Note 2 (4.4.2) But SGS5 (4.4.4) works fine.