We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi,
异常状态码: SIGBUS BUS_ADRALN ,访问了一个未对齐的地址
机型:iphone6s os系统:14.1~14.4
cache是默认设置
出错的地方:YTKRequest.m:148 dispatch_async(ytkrequest_cache_writing_queue(), ^{ [self saveResponseDataToCacheFile:[super responseData]]; });
bugly出错堆栈
The text was updated successfully, but these errors were encountered:
请问楼主解决了吗
Sorry, something went wrong.
同样遇到了,楼主解决了吗
No branches or pull requests
hi,
异常状态码: SIGBUS BUS_ADRALN ,访问了一个未对齐的地址
机型:iphone6s os系统:14.1~14.4
cache是默认设置
return -1;
}
出错的地方:YTKRequest.m:148
dispatch_async(ytkrequest_cache_writing_queue(), ^{
[self saveResponseDataToCacheFile:[super responseData]];
});
bugly出错堆栈
The text was updated successfully, but these errors were encountered: