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

-[QNCFHttpClientInner endProgress:] (QNCFHttpClientInner.m:336) 崩溃 #428

Open xuebo2215 opened 1 year ago

xuebo2215 commented 1 year ago

0 libobjc.A.dylib _objc_msgSend + 32 1 xxxxxxx -[QNCFHttpClientInner endProgress:] (QNCFHttpClientInner.m:336) 2 xxxxxxx -[QNCFHttpClientInner releaseResource] (QNCFHttpClientInner.m:68) 3 xxxxxxx -[QNCFHttpClientInner stream:handleEvent:] (QNCFHttpClientInner.m:312) 4 CoreFoundation signalEventSync + 216 5 CoreFoundation cfstream_shared_signalEventSync + 392 6 CoreFoundation _CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION_ + 28 7 CoreFoundation CFRunLoopDoSource0 + 176 8 CoreFoundation CFRunLoopDoSources0 + 340 9 CoreFoundation CFRunLoopRun + 836 10 CoreFoundation _CFRunLoopRunSpecific + 612 11 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 12 Foundation -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 13 xxxxxxx -[QNCFHttpThread main] (QNCFHttpThreadPool.m:34) 14 Foundation _NSThreadstart + 716 15 libsystem_pthread.dylib pthread_start + 148

没看出什么原因,都是长时间运行会报这个崩溃。

xuebo2215 commented 1 year ago

版本 8.5.1

YangSen-qn commented 1 year ago

@xuebo2215 能提供下完整的堆栈和错误信息吗