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
Crashed: com.hippy.bundleQueue (QOS: UNSPECIFIED) 0 libobjc.A.dylib 0x2d20 objc_release + 16 1 Foundation 0x184ac NSKeyValueWillChangeWithPerThreadPendingNotifications + 500 2 APP 0x3f6a710 -[HippyBundleLoadOperation setExecuting:] + 125 (HippyBundleLoadOperation.mm:125) 3 APP 0x3f6a580 __32-[HippyBundleLoadOperation main]_block_invoke + 95 (HippyBundleLoadOperation.mm:95) 4 APP 0x4087a68 invocation function for block in VFSUriLoader::RequestUntrustedContent(NSURLRequest*, NSDictionary*, NSOperationQueue*, void (unsigned long, unsigned long) block_pointer, void (NSData*, NSDictionary*, NSURLResponse*, NSError*) block_pointer) + 744 (shared_ptr.h:744) 5 APP 0x3f7d844 invocation function for block in HippyFileHandler::RequestUntrustedContent(NSURLRequest*, NSDictionary*, NSOperationQueue*, void (unsigned long, unsigned long) block_pointer, void (NSData*, NSDictionary*, NSURLResponse*, NSError*) block_pointer, std::__1::shared_ptr () block_pointer) + 103 (HippyFileHandler.mm:103) 6 Foundation 0x4e3dc NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 16 7 Foundation 0x5fa90 -[NSBlockOperation main] + 100 8 Foundation 0x39acc NSOPERATION_IS_INVOKING_MAIN + 20 9 Foundation 0x4a00c -[NSOperation start] + 764 10 Foundation 0x4d4d8 NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 20 11 Foundation 0x5acec __NSOQSchedule_f + 180 12 libdispatch.dylib 0x46048 _dispatch_block_async_invoke2 + 104 13 libdispatch.dylib 0x64094 _dispatch_client_callout + 16 14 libdispatch.dylib 0x3bab8 _dispatch_continuation_pop$VARIANT$armv81 + 432 15 libdispatch.dylib 0x3b1f4 _dispatch_async_redirect_invoke + 580 16 libdispatch.dylib 0x48630 _dispatch_root_queue_drain + 328 17 libdispatch.dylib 0x48dec _dispatch_worker_thread2 + 160 18 libsystem_pthread.dylib 0x1dd4 _pthread_wqthread + 224 19 libsystem_pthread.dylib 0x193c start_wqthread + 8
The text was updated successfully, but these errors were encountered:
#4028 fixed, use version 3.3.2-rc.1 and later
Sorry, something went wrong.
3.3.2正式版本有计划什么时候发布吗?
No branches or pull requests
Crashed: com.hippy.bundleQueue (QOS: UNSPECIFIED)
0 libobjc.A.dylib 0x2d20 objc_release + 16
1 Foundation 0x184ac NSKeyValueWillChangeWithPerThreadPendingNotifications + 500
2 APP 0x3f6a710 -[HippyBundleLoadOperation setExecuting:] + 125 (HippyBundleLoadOperation.mm:125)
3 APP 0x3f6a580 __32-[HippyBundleLoadOperation main]_block_invoke + 95 (HippyBundleLoadOperation.mm:95)
4 APP 0x4087a68 invocation function for block in VFSUriLoader::RequestUntrustedContent(NSURLRequest*, NSDictionary*, NSOperationQueue*, void (unsigned long, unsigned long) block_pointer, void (NSData*, NSDictionary*, NSURLResponse*, NSError*) block_pointer) + 744 (shared_ptr.h:744)
5 APP 0x3f7d844 invocation function for block in HippyFileHandler::RequestUntrustedContent(NSURLRequest*, NSDictionary*, NSOperationQueue*, void (unsigned long, unsigned long) block_pointer, void (NSData*, NSDictionary*, NSURLResponse*, NSError*) block_pointer, std::__1::shared_ptr () block_pointer) + 103 (HippyFileHandler.mm:103)
6 Foundation 0x4e3dc NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK + 16
7 Foundation 0x5fa90 -[NSBlockOperation main] + 100
8 Foundation 0x39acc NSOPERATION_IS_INVOKING_MAIN + 20
9 Foundation 0x4a00c -[NSOperation start] + 764
10 Foundation 0x4d4d8 NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION + 20
11 Foundation 0x5acec __NSOQSchedule_f + 180
12 libdispatch.dylib 0x46048 _dispatch_block_async_invoke2 + 104
13 libdispatch.dylib 0x64094 _dispatch_client_callout + 16
14 libdispatch.dylib 0x3bab8 _dispatch_continuation_pop$VARIANT$armv81 + 432
15 libdispatch.dylib 0x3b1f4 _dispatch_async_redirect_invoke + 580
16 libdispatch.dylib 0x48630 _dispatch_root_queue_drain + 328
17 libdispatch.dylib 0x48dec _dispatch_worker_thread2 + 160
18 libsystem_pthread.dylib 0x1dd4 _pthread_wqthread + 224
19 libsystem_pthread.dylib 0x193c start_wqthread + 8
The text was updated successfully, but these errors were encountered: