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
fabric收集到很多次crash。 Fatal Exception: NSInvalidArgumentException -[NSTaggedPointerString objectForKey:]: unrecognized selector sent to instance 0xf213b374b2b2ea53 -[KSCrashReportFilterAppleFmt crashedThread:]
Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x1b4a14ec4 __exceptionPreprocess 1 libobjc.A.dylib 0x1b3be5a40 objc_exception_throw 2 CoreFoundation 0x1b492dc24 -[NSOrderedSet initWithSet:copyItems:] 3 CoreFoundation 0x1b4a1a7dc forwarding 4 CoreFoundation 0x1b4a1c48c _CF_forwarding_prep_0 5 ChopeDashboard 0x1033630c0 -[KSCrashReportFilterAppleFmt crashedThread:] (KSCrashReportFilterAppleFmt.m:392) 6 ChopeDashboard 0x103364c6c -[KSCrashReportFilterAppleFmt errorInfoStringForReport:] (KSCrashReportFilterAppleFmt.m:678) 7 ChopeDashboard 0x103365dc0 -[KSCrashReportFilterAppleFmt recrashReportString:] (KSCrashReportFilterAppleFmt.m:865) 8 ChopeDashboard 0x103365fdc -[KSCrashReportFilterAppleFmt toAppleFormat:] (KSCrashReportFilterAppleFmt.m:884) 9 ChopeDashboard 0x10336267c -[KSCrashReportFilterAppleFmt filterReports:onCompletion:] (KSCrashReportFilterAppleFmt.m:203) 10 ChopeDashboard 0x1033aa664 -[BTGCrashReportSinkBugtags filterReports:onCompletion:] (BTGCrashReportSinkBugtags.m:120) 11 ChopeDashboard 0x1033a4d3c -[KSCrashReportFilterPipeline filterReports:onCompletion:] (KSCrashReportFilterBasic.m:349) 12 ChopeDashboard 0x1033a4fa0 __58-[KSCrashReportFilterPipeline filterReports:onCompletion:]_block_invoke.172 (KSCrashReportFilterBasic.m:336) 13 ChopeDashboard 0x1033a4dc4 -[KSCrashReportFilterPipeline filterReports:onCompletion:] (KSCrashReportFilter.h:74) 14 ChopeDashboard 0x1033a4d3c -[KSCrashReportFilterPipeline filterReports:onCompletion:] (KSCrashReportFilterBasic.m:349) 15 ChopeDashboard 0x103395914 -[KSCrash sendReports:onCompletion:] (KSCrash.m:442) 16 ChopeDashboard 0x103395448 -[KSCrash sendAllReportsWithCompletion:] (KSCrash.m:363) 17 ChopeDashboard 0x1033874f4 -[KSCrashInstallation sendAllReportsWithCompletion:] (KSCrashInstallation.m:356) 18 ChopeDashboard 0x1033347a4 -[BTGKCrashEngine uploadPendingIssues] (BTGKCrashEngine.m:234) 19 ChopeDashboard 0x10333adf0 -[BTGCrashCatcher uploadPendingIssues] (BTGCrashCatcher.m:101) 20 ChopeDashboard 0x10336ce40 -[BTGIssueCatcher uploadPendingCrashes] (BTGIssueCatcher.m:92) 21 ChopeDashboard 0x10336cc80 __23-[BTGIssueCatcher init]_block_invoke (BTGIssueCatcher.m:62) 22 ChopeDashboard 0x1033beba8 -[BTGNetworkEngine reachabilityChanged:] (BTGNetworkEngine.m:241) 23 CoreFoundation 0x1b498394c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER 24 CoreFoundation 0x1b4983918 ___CFXRegistrationPost_block_invoke 25 CoreFoundation 0x1b4982e08 _CFXRegistrationPost 26 CoreFoundation 0x1b4982ab4 ___CFXNotificationPost_block_invoke 27 CoreFoundation 0x1b48fac90 -[_CFXNotificationRegistrar find:object:observer:enumerator:] 28 CoreFoundation 0x1b4982540 _CFXNotificationPost 29 Foundation 0x1b5393ca0 -[NSNotificationCenter postNotificationName:object:userInfo:] 30 ChopeDashboard 0x10336c1ac __39-[BTGReachability reachabilityChanged:]_block_invoke (BTGReachability.m:451) 31 libdispatch.dylib 0x1b444d6c8 _dispatch_call_block_and_release 32 libdispatch.dylib 0x1b444e484 _dispatch_client_callout 33 libdispatch.dylib 0x1b43fa9a4 _dispatch_main_queue_callback_4CF$VARIANT$mp 34 CoreFoundation 0x1b49a4df4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE 35 CoreFoundation 0x1b499fcbc __CFRunLoopRun 36 CoreFoundation 0x1b499f1f0 CFRunLoopRunSpecific 37 GraphicsServices 0x1b6c18584 GSEventRunModal 38 UIKitCore 0x1e19234c0 UIApplicationMain 39 ChopeDashboard 0x1031101a0 main (main.m:14) 40 libdyld.dylib 0x1b445ebb4 start
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fabric收集到很多次crash。
Fatal Exception: NSInvalidArgumentException
-[NSTaggedPointerString objectForKey:]: unrecognized selector sent to instance 0xf213b374b2b2ea53
-[KSCrashReportFilterAppleFmt crashedThread:]
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x1b4a14ec4 __exceptionPreprocess
1 libobjc.A.dylib 0x1b3be5a40 objc_exception_throw
2 CoreFoundation 0x1b492dc24 -[NSOrderedSet initWithSet:copyItems:]
3 CoreFoundation 0x1b4a1a7dc forwarding
4 CoreFoundation 0x1b4a1c48c _CF_forwarding_prep_0
5 ChopeDashboard 0x1033630c0 -[KSCrashReportFilterAppleFmt crashedThread:] (KSCrashReportFilterAppleFmt.m:392)
6 ChopeDashboard 0x103364c6c -[KSCrashReportFilterAppleFmt errorInfoStringForReport:] (KSCrashReportFilterAppleFmt.m:678)
7 ChopeDashboard 0x103365dc0 -[KSCrashReportFilterAppleFmt recrashReportString:] (KSCrashReportFilterAppleFmt.m:865)
8 ChopeDashboard 0x103365fdc -[KSCrashReportFilterAppleFmt toAppleFormat:] (KSCrashReportFilterAppleFmt.m:884)
9 ChopeDashboard 0x10336267c -[KSCrashReportFilterAppleFmt filterReports:onCompletion:] (KSCrashReportFilterAppleFmt.m:203)
10 ChopeDashboard 0x1033aa664 -[BTGCrashReportSinkBugtags filterReports:onCompletion:] (BTGCrashReportSinkBugtags.m:120)
11 ChopeDashboard 0x1033a4d3c -[KSCrashReportFilterPipeline filterReports:onCompletion:] (KSCrashReportFilterBasic.m:349)
12 ChopeDashboard 0x1033a4fa0 __58-[KSCrashReportFilterPipeline filterReports:onCompletion:]_block_invoke.172 (KSCrashReportFilterBasic.m:336)
13 ChopeDashboard 0x1033a4dc4 -[KSCrashReportFilterPipeline filterReports:onCompletion:] (KSCrashReportFilter.h:74)
14 ChopeDashboard 0x1033a4d3c -[KSCrashReportFilterPipeline filterReports:onCompletion:] (KSCrashReportFilterBasic.m:349)
15 ChopeDashboard 0x103395914 -[KSCrash sendReports:onCompletion:] (KSCrash.m:442)
16 ChopeDashboard 0x103395448 -[KSCrash sendAllReportsWithCompletion:] (KSCrash.m:363)
17 ChopeDashboard 0x1033874f4 -[KSCrashInstallation sendAllReportsWithCompletion:] (KSCrashInstallation.m:356)
18 ChopeDashboard 0x1033347a4 -[BTGKCrashEngine uploadPendingIssues] (BTGKCrashEngine.m:234)
19 ChopeDashboard 0x10333adf0 -[BTGCrashCatcher uploadPendingIssues] (BTGCrashCatcher.m:101)
20 ChopeDashboard 0x10336ce40 -[BTGIssueCatcher uploadPendingCrashes] (BTGIssueCatcher.m:92)
21 ChopeDashboard 0x10336cc80 __23-[BTGIssueCatcher init]_block_invoke (BTGIssueCatcher.m:62)
22 ChopeDashboard 0x1033beba8 -[BTGNetworkEngine reachabilityChanged:] (BTGNetworkEngine.m:241)
23 CoreFoundation 0x1b498394c CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
24 CoreFoundation 0x1b4983918 ___CFXRegistrationPost_block_invoke
25 CoreFoundation 0x1b4982e08 _CFXRegistrationPost
26 CoreFoundation 0x1b4982ab4 ___CFXNotificationPost_block_invoke
27 CoreFoundation 0x1b48fac90 -[_CFXNotificationRegistrar find:object:observer:enumerator:]
28 CoreFoundation 0x1b4982540 _CFXNotificationPost
29 Foundation 0x1b5393ca0 -[NSNotificationCenter postNotificationName:object:userInfo:]
30 ChopeDashboard 0x10336c1ac __39-[BTGReachability reachabilityChanged:]_block_invoke (BTGReachability.m:451)
31 libdispatch.dylib 0x1b444d6c8 _dispatch_call_block_and_release
32 libdispatch.dylib 0x1b444e484 _dispatch_client_callout
33 libdispatch.dylib 0x1b43fa9a4 _dispatch_main_queue_callback_4CF$VARIANT$mp
34 CoreFoundation 0x1b49a4df4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
35 CoreFoundation 0x1b499fcbc __CFRunLoopRun
36 CoreFoundation 0x1b499f1f0 CFRunLoopRunSpecific
37 GraphicsServices 0x1b6c18584 GSEventRunModal
38 UIKitCore 0x1e19234c0 UIApplicationMain
39 ChopeDashboard 0x1031101a0 main (main.m:14)
40 libdyld.dylib 0x1b445ebb4 start
The text was updated successfully, but these errors were encountered: