-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
在无网络下播放失败,重试,会出现signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) #1186
Comments
去年的版本,一直没问题,最近更新了,发现这个问题了 |
什么版本? |
就是新下载的,失败以后,重新new一个IJKPlayer,就报错了,fault addr deadbaad,但是&h->priv_data的地址还不是deadbaad, |
必现还是跟机型有关 |
没试其他机型,去年的版本在手机上都没事, |
我上班再看下0.5.0版本 |
I'll take look. |
We look forward to fix this bug as soon as possible |
Did you reproduce this problem in demo, on in your own app? |
1, in the demo, I used to use master translation of the support https armv7a so, this appears to play random error of http or https when hls |
How did you "重试" in demo? |
They were tested different VideoUri and gradle dependencies |
I mean "在无网络下播放失败,重试,会出现signal 11" |
Sorry, I was wrong always in the presence of network conditions occur |
Sounds like you didn't clean and rebuild FFmpeg after a git pull. |
@bbcallen 怎么解决啊,不是我一个人有着问题,有时候有网播放hls,释放的时候也会crash |
No, I still can't reproduce here. Did you reproduce this problem in demo, on in your own app? |
I followed the usage steps on "https://github.com/Bilibili/ijkplayer" and came across the sample issue. |
Can not reproduce on Nexus 6p, Android 6.0.1. |
我用三星s4,必现,在vivo,5.0就没事 |
0.5.0 is always signal 11 (SIGSEGV) so cut everything back to normal 0.4.5.1 |
My test phone is Huawei Honor-7,Android 4.4.2. |
I'll see if I can get such devices. |
Possibly fixed in k0.5.1 |
********** Crash dump: **********
Build fingerprint: 'samsung/ja3gzs/ja3g:4.4.2/KOT49H/I9500ZSUDNK1:user/release-keys'
pid: 6521, tid: 6595, name: ff_read >>> tv.danmaku.ijk.media.player:ijk <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
Stack frame I/DEBUG (22333): #00 pc 000117d0 /system/lib/libc.so (dlfree+1191): Routine ??
??:0
Stack frame I/DEBUG (22333): #1 pc 0000dd1f /system/lib/libc.so (free+10): Routine ??
??:0
Stack frame I/DEBUG (22333): #2 pc 0014ec63 /data/app-lib/tv.danmaku.ijk.media.player-12/libijkffmpeg.so (ffurl_closep+82): Routine ffurl_closep at /home/lyq/git/ijkplayer-d0413/ijkplayer/android/contrib/ffmpeg-armv7a/libavformat/avio.c:476
Crash dump is completed
就是
av_freep(&h->priv_data);这个方法
The text was updated successfully, but these errors were encountered: