AndroidFFmpeg icon indicating copy to clipboard operation
AndroidFFmpeg copied to clipboard

Fatal signal 6 (SIGABRT), code -6

Open lyqaiym opened this issue 9 years ago • 4 comments

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 avatar Sep 08 '15 06:09 lyqaiym

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

lyqaiym avatar Sep 09 '15 08:09 lyqaiym

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

vjoke avatar Sep 17 '15 07:09 vjoke

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.

lyqaiym avatar Sep 17 '15 07:09 lyqaiym

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

danylovolokh avatar Apr 14 '16 14:04 danylovolokh