-
Notifications
You must be signed in to change notification settings - Fork 8.2k
使用「ijkio:cache:ffio:」 缓存音频的话64位会报错 #4759
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
Comments
please provide more log or crash stack |
这是Log日志,看看能不能得到一些结论。 g A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7500000010 in tid 10637 (ff_read), : ABI: 'arm64' |
only one symbol |
是的,而且是必现的问题。你有什么思路之类的吗 |
I have not used ijkio:cache:ffio in the past time. |
不好意思我刚看到回复。测试代码如下:
这段代码在armv7下是正常的,功能也可以使用,如果使用arm64-v8a的包,则会crash。目前我的解决办法为只使用armv7的so库。 |
Hi @lrannn , sorry for the late. I tried the step you said, but no crash. By using https://github.com/befovy/ijkplayer for native bug, you can see which line lead to the crash if it crashed in the ijkplayer's c source code. |
我也遇到了相同的问题,不过我已经解决了,在libavutil/opt.c文件的av_opt_set_defaults2函数中加入 |
@WaterlooBridge thank you; I have the same crash; and useful for me; |
问题已解,由衷感谢各位大佬的鼎力帮助!谢谢各位! |
收藏,,我去修改试试,,感谢。。 |
按照上面修改后,,异常信息变了,,还应该修改哪里呢? 09-25 11:28:55.332 26820 26820 I IJKMEDIA: =================== |
你好,能麻烦再提供一下这个64位已经编译好的文件吗?现在这个地址不存在了,跪谢!!! |
你好,能帮忙提供一下解决办法吗?或者已经编译好的so文件吗? |
有人知道解决办法吗?如果使用32位的library就没有问题
libijkffmpeg.so (av_opt_next+24)
The text was updated successfully, but these errors were encountered: