Tencent / MLeaksFinder

Find memory leaks in your iOS app at develop time.
Other
5.42k stars 935 forks source link

CIFilter *filter = [CIFilter filterWithName:@"CIQRCodeGenerator"];闪退。 #114

Open gersces opened 4 years ago

gersces commented 4 years ago

目前仅发现再iPhone XR设备上闪退。6S、8、8P、11、XMax都没问题。系统都是最新的(13.3.1)。

gersces commented 4 years ago

debug才会崩溃,打包之后,release是不会崩溃的。

Fang-NB-Plus commented 4 years ago

iOS13 使用fishhook 会造成崩溃,目前简单处理记录一下,增加修改代码如下

if(i < (sizeof(indirect_symbol_bindings) /sizeof(indirect_symbol_bindings[0]))) {

                indirect_symbol_bindings[i] = cur->rebindings[j].replacement;

} https://www.jianshu.com/p/d782a19ff3fe

inoryxun commented 4 years ago

debug才会崩溃,打包之后,release是不会崩溃的。

可是这个库就是要debug下使用的啊

WoodyHang commented 3 years ago

请问下目前有解决这个崩溃的问题吗,现在在iPhone11 14.1的系统上也会有问题

weizhangCoder commented 3 years ago

同样的问题,只能先去掉这个库了。

TimBao commented 3 years ago

iphone11 pro 14.4.2 也崩溃