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
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 _NSThread__start + 716 15 libsystem_pthread.dylib __pthread_start + 148
没看出什么原因,都是长时间运行会报这个崩溃。
The text was updated successfully, but these errors were encountered:
版本 8.5.1
Sorry, something went wrong.
@xuebo2215 能提供下完整的堆栈和错误信息吗
No branches or pull requests
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
_NSThread__start + 716
15
libsystem_pthread.dylib
__pthread_start + 148
没看出什么原因,都是长时间运行会报这个崩溃。
The text was updated successfully, but these errors were encountered: