librestreaming icon indicating copy to clipboard operation
librestreaming copied to clipboard

用源码编辑64位的so RESSender close时报错

Open lunhui0924 opened this issue 6 years ago • 2 comments

09-19 10:56:28.448 396-396/? A/DEBUG: Build fingerprint: 'HONOR/ATH-AL00/HWATH:6.0.1/HONORATH-AL00/C00B398:user/release-keys' 09-19 10:56:28.448 396-396/? A/DEBUG: Revision: '0' 09-19 10:56:28.448 396-396/? A/DEBUG: ABI: 'arm64' 09-19 10:56:28.448 396-396/? A/DEBUG: pid: 9267, tid: 10106, name: RESRtmpSender,w >>> com.luobin.dvr:DvrServiceProc <<< 09-19 10:56:28.448 396-396/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xd334bffffffff8 09-19 10:56:28.468 396-396/? A/DEBUG: x0 32d334bffffffff0 x1 0000000000000070 x2 0000000000000001 x3 0000000000000000 09-19 10:56:28.468 396-396/? A/DEBUG: x4 0000000000000000 x5 0000000000000000 x6 0000000000000070 x7 0000007fb5662a70 09-19 10:56:28.468 396-396/? A/DEBUG: x8 0000000000000001 x9 000000558968f000 x10 00405fc000000000 x11 0000000000000014 09-19 10:56:28.468 396-396/? A/DEBUG: x12 0000007fb56617c8 x13 0000000000000002 x14 0000000000000000 x15 0000000000015410 09-19 10:56:28.468 396-396/? A/DEBUG: x16 0000007fb565bc48 x17 0000007fb561b668 x18 0000000000000001 x19 32d334bffffffff0 09-19 10:56:28.468 396-396/? A/DEBUG: x20 32d334bffffffff0 x21 0000007fb5662000 x22 32d334c000000000 x23 0000007fb01b9f2c 09-19 10:56:28.468 396-396/? A/DEBUG: x24 0000000000000000 x25 0000280f00002433 x26 0000280f00002433 x27 281691537dfcde14 09-19 10:56:28.468 396-396/? A/DEBUG: x28 0000007fb01b9a20 x29 0000007fb01b98b0 x30 0000007fb55faabc 09-19 10:56:28.468 396-396/? A/DEBUG: sp 0000007fb01b98b0 pc 0000007fb55f808c pstate 0000000060000000 09-19 10:56:28.518 396-396/? A/DEBUG: backtrace: 09-19 10:56:28.518 396-396/? A/DEBUG: #00 pc 000000000004508c /system/lib64/libc.so (try_realloc_chunk.constprop.6+40) 09-19 10:56:28.518 396-396/? A/DEBUG: #01 pc 0000000000047ab8 /system/lib64/libc.so (dlrealloc+88) 09-19 10:56:28.518 396-396/? A/DEBUG: #02 pc 00000000000196d0 /system/lib64/libc.so (realloc+20) 09-19 10:56:28.518 396-396/? A/DEBUG: #03 pc 000000000000c0c4 /data/app/com.luobin.dvr-2/lib/arm64/libresrtmp.so (RTMP_SendPacket+100) 09-19 10:56:28.518 396-396/? A/DEBUG: #04 pc 0000000000008cdc /data/app/com.luobin.dvr-2/lib/arm64/libresrtmp.so (RTMP_Close+368) 09-19 10:56:28.518 396-396/? A/DEBUG: #05 pc 000000000000e850 /data/app/com.luobin.dvr-2/lib/arm64/libresrtmp.so (Java_me_lake_librestreaming_rtmp_RtmpClient_close+20) 09-19 10:56:28.518 396-396/? A/DEBUG: #06 pc 00000000025c63d0 /data/app/com.luobin.dvr-2/oat/arm64/base.odex (offset 0xde6000) (int me.lake.librestreaming.rtmp.RtmpClient.close(long)+132) 09-19 10:56:28.518 396-396/? A/DEBUG: #07 pc 00000000025c46cc /data/app/com.luobin.dvr-2/oat/arm64/base.odex (offset 0xde6000) (void me.lake.librestreaming.rtmp.RESRtmpSender$WorkHandler.handleMessage(android.os.Message)+2704) 09-19 10:56:28.518 396-396/? A/DEBUG: #08 pc 0000000073523068 /data/dalvik-cache/arm64/system@[email protected] (offset 0x26bc000)

lunhui0924 avatar Sep 19 '17 03:09 lunhui0924

我也碰到了同样的问题 你解决了吗

liao00 avatar Apr 27 '19 09:04 liao00

Same issue, anyone solved this?

dawidvdh avatar Oct 18 '19 12:10 dawidvdh