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

crash:NSOperationQueue 0x282bedca0 (QOS: UNSPECIFIED) #75

Open
RayFor24 opened this issue Mar 18, 2022 · 1 comment
Open

crash:NSOperationQueue 0x282bedca0 (QOS: UNSPECIFIED) #75

RayFor24 opened this issue Mar 18, 2022 · 1 comment

Comments

@RayFor24
Copy link

KKJSBridgeMessageDispatcher.m - 第 154 行
__62-[KKJSBridgeMessageDispatcher dispatchCallbackMessageInQueue:]_block_invoke.94 + 154

KKJSBridgeModuleCookie.m - 第 125 行
-[KKJSBridgeModuleCookie cookie:params:responseCallback:] + 125

以上是两步调用堆栈。最后崩溃在了这句代码这里
NSArray<NSHTTPCookie *> *availableCookie = [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookiesForURL:[NSURL URLWithString:url]];

@RayFor24
Copy link
Author

Crashed: NSOperationQueue 0x282bedca0 (QOS: UNSPECIFIED)
0 CoreFoundation 0xecde8 CFURLCopyAbsoluteURL + 92
1 CFNetwork 0x19785c HTTPCookieStorage::copyCookiesForURL(HTTPCookieStoragePolicy, unsigned char) + 104
2 CFNetwork 0x19317c CFHTTPCookieStorageCopyCookiesForURL + 132
3 CFNetwork 0x2768 -[NSHTTPCookieStorage cookiesForURL:] + 108
4 TeraBox 0x1b091bc -[KKJSBridgeModuleCookie cookie:params:responseCallback:] + 125 (KKJSBridgeModuleCookie.m:125)
5 TeraBox 0x1b08540 __62-[KKJSBridgeMessageDispatcher dispatchCallbackMessageInQueue:]_block_invoke.94 + 154 (KKJSBridgeMessageDispatcher.m:154)
6 Foundation 0x112cf4 NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 16
7 Foundation 0x1ed90 -[NSBlockOperation main] + 72
8 Foundation 0x1e278 -[__NSOperationInternal _start:] + 740
9 Foundation 0x114a78 __NSOQSchedule_f + 272
10 libdispatch.dylib 0x5fa38 _dispatch_call_block_and_release + 24

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

1 participant