Skip to content
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

Failed to grow buffer #409

Open
MaxIsComing opened this issue Feb 18, 2022 · 4 comments
Open

Failed to grow buffer #409

MaxIsComing opened this issue Feb 18, 2022 · 4 comments

Comments

@MaxIsComing
Copy link

0
CoreFoundation
___exceptionPreprocess + 216
8
Foundation
-[NSConcreteMutableData appendData:] + 124
9
Qiniu
-[QNSessionManager multipartPost:withData:withParams:withFileName:withMimeType:withCompleteBlock:withProgressBlock:withCancelBlock:withAccess:] + 1180

@YangSen-qn
Copy link
Contributor

SDK 版本是多少?

@MaxIsComing
Copy link
Author

MaxIsComing commented Feb 21, 2022

升级到Qiniu (8.4.1)后

image

image

@YangSen-qn
Copy link
Contributor

YangSen-qn commented Feb 21, 2022

升级到Qiniu (8.4.1)后

image

image

从日志信息看是设备内存不足,而上传的 Data 过大,导致分配 data 空间异常。

你的上传功能的代码方便贴出来吗?

@YangSen-qn
Copy link
Contributor

0 CoreFoundation ___exceptionPreprocess + 216 8 Foundation -[NSConcreteMutableData appendData:] + 124 9 Qiniu -[QNSessionManager multipartPost:withData:withParams:withFileName:withMimeType:withCompleteBlock:withProgressBlock:withCancelBlock:withAccess:] + 1180

这里是 QNUploadManager 而不是 QNSessionManager ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants