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.instacart.ntp.connection 0 libsystem_platform.dylib 0x1aa0 platform_memmove + 208 1 libswiftCore.dylib 0x2a981c swift_allocateGenericClassMetadata + 456 2 libswiftCore.dylib 0x2a981c swift_allocateGenericClassMetadata + 456 3 libswiftCore.dylib 0x2aa268 swift_getGenericMetadata + 1312 4 libswiftCore.dylib 0x226720 swift_stdlib_getDescription + 729236 5 libswiftCore.dylib 0x2bda7c swift_disableDynamicReplacementScope + 7848 6 libswiftCore.dylib 0x2bd250 swift_disableDynamicReplacementScope + 5756 7 libswiftCore.dylib 0x2bc888 swift_disableDynamicReplacementScope + 3252 8 libswiftCore.dylib 0x2bc0e8 swift_disableDynamicReplacementScope + 1300 9 libswiftCore.dylib 0x2bbea8 swift_disableDynamicReplacementScope + 724 10 libswiftCore.dylib 0x2bc55c swift_disableDynamicReplacementScope + 2440 11 libswiftCore.dylib 0x2ba8a8 swift_getTypeByMangledNameInEnvironment + 832 12 libswiftCore.dylib 0x2ba9ec swift_getTypeByMangledNameInContext + 208 13 TrueTime 0x6d24 __swift_instantiateConcreteTypeFromMangledName + 4323552548 (:4323552548) 14 TrueTime 0x15ae0 NTPResponse.isValidResponse.getter + 54 (NTPResponse.swift:54) 15 TrueTime 0x105dc closure #1 in NTPConnection.handleResponse(:) + 20 (NTPResponse.swift:20) 16 TrueTime 0x91a0 thunk for @escaping @callee_guaranteed () -> () + 4323561888 (:4323561888) 17 libdispatch.dylib 0x1aa0 _dispatch_call_block_and_release + 24 18 libdispatch.dylib 0x1a60 _dispatch_client_callout + 16 19 libdispatch.dylib 0xb9b4 _dispatch_queue_serial_drain$VARIANT$mp + 608 20 libdispatch.dylib 0xc2fc _dispatch_queue_invoke$VARIANT$mp + 336 21 libdispatch.dylib 0xccc8 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 340 22 libdispatch.dylib 0x15098 _dispatch_workloop_worker_thread$VARIANT$mp + 668 23 libsystem_pthread.dylib 0xe70 _pthread_wqthread + 860 24 libsystem_pthread.dylib 0xb08 start_wqthread + 4
The text was updated successfully, but these errors were encountered:
TrueTime Version : 5.0.3 getting this crash on iOS 11 and iOS 12 devices. xcode 13.3
Sorry, something went wrong.
No branches or pull requests
Crashed: com.instacart.ntp.connection
0 libsystem_platform.dylib 0x1aa0 platform_memmove + 208
1 libswiftCore.dylib 0x2a981c swift_allocateGenericClassMetadata + 456
2 libswiftCore.dylib 0x2a981c swift_allocateGenericClassMetadata + 456
3 libswiftCore.dylib 0x2aa268 swift_getGenericMetadata + 1312
4 libswiftCore.dylib 0x226720 swift_stdlib_getDescription + 729236
5 libswiftCore.dylib 0x2bda7c swift_disableDynamicReplacementScope + 7848
6 libswiftCore.dylib 0x2bd250 swift_disableDynamicReplacementScope + 5756
7 libswiftCore.dylib 0x2bc888 swift_disableDynamicReplacementScope + 3252
8 libswiftCore.dylib 0x2bc0e8 swift_disableDynamicReplacementScope + 1300
9 libswiftCore.dylib 0x2bbea8 swift_disableDynamicReplacementScope + 724
10 libswiftCore.dylib 0x2bc55c swift_disableDynamicReplacementScope + 2440
11 libswiftCore.dylib 0x2ba8a8 swift_getTypeByMangledNameInEnvironment + 832
12 libswiftCore.dylib 0x2ba9ec swift_getTypeByMangledNameInContext + 208
13 TrueTime 0x6d24 __swift_instantiateConcreteTypeFromMangledName + 4323552548 (:4323552548)
14 TrueTime 0x15ae0 NTPResponse.isValidResponse.getter + 54 (NTPResponse.swift:54)
15 TrueTime 0x105dc closure #1 in NTPConnection.handleResponse(:) + 20 (NTPResponse.swift:20)
16 TrueTime 0x91a0 thunk for @escaping @callee_guaranteed () -> () + 4323561888 (:4323561888)
17 libdispatch.dylib 0x1aa0 _dispatch_call_block_and_release + 24
18 libdispatch.dylib 0x1a60 _dispatch_client_callout + 16
19 libdispatch.dylib 0xb9b4 _dispatch_queue_serial_drain$VARIANT$mp + 608
20 libdispatch.dylib 0xc2fc _dispatch_queue_invoke$VARIANT$mp + 336
21 libdispatch.dylib 0xccc8 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 340
22 libdispatch.dylib 0x15098 _dispatch_workloop_worker_thread$VARIANT$mp + 668
23 libsystem_pthread.dylib 0xe70 _pthread_wqthread + 860
24 libsystem_pthread.dylib 0xb08 start_wqthread + 4
The text was updated successfully, but these errors were encountered: