qiniu / objc-sdk

Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS
http://developer.qiniu.com
MIT License
435 stars 197 forks source link

Failed to grow buffer #409

Open MaxIsComing opened 2 years ago

MaxIsComing commented 2 years ago

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

YangSen-qn commented 2 years ago

SDK 版本是多少?

MaxIsComing commented 2 years ago

升级到Qiniu (8.4.1)后

image

image

YangSen-qn commented 2 years ago

升级到Qiniu (8.4.1)后

image

image

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

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

YangSen-qn commented 2 years ago

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

这里是 QNUploadManager 而不是 QNSessionManager ?