appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 470 forks source link

Fatal signal 6 (SIGABRT), code -6 #135

Open lyqaiym opened 8 years ago

lyqaiym commented 8 years ago

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

lyqaiym commented 8 years ago

I get source from https://github.com/yixia/FFmpeg-Android,can also build "libffmpeg.so",but It don't have bug

vjoke commented 8 years ago

I met the same problem with r10e, but it has no problem with another huawei machine.

lyqaiym commented 8 years ago

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.

danylovolokh commented 8 years ago

I see the same issue on Note 2 (4.4.2) But SGS5 (4.4.4) works fine.