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 - ADJUtil writeObject:fileName:objectName:syncObject: #639

Closed
mustafauskuplu opened this issue Nov 21, 2022 · 4 comments
Closed

Crash - ADJUtil writeObject:fileName:objectName:syncObject: #639

mustafauskuplu opened this issue Nov 21, 2022 · 4 comments

Comments

@mustafauskuplu
Copy link

We are experiencing a crash on ADJUtil.m line 341.

Framework version: 4.32.1
OS: iOS 16.1.1
Stack trace:


com.apple.main-thread
0  libsystem_platform.dylib       0xe70 _platform_strlen + 48
1  libswiftCore.dylib             0x3fdc38 swift::ParsedTypeIdentity::parse(swift::TargetTypeContextDescriptor<swift::InProcess> const*) + 80
2  libswiftCore.dylib             0x3f3d70 (anonymous namespace)::ForeignMetadataCacheEntry::matchesKey((anonymous namespace)::ForeignMetadataCacheEntry::Key) + 132
3  libswiftCore.dylib             0x3f3ca4 std::__1::pair<swift::HashMapElementWrapper<(anonymous namespace)::ForeignMetadataCacheEntry>*, unsigned int> swift::ConcurrentReadableHashMap<swift::HashMapElementWrapper<(anonymous namespace)::ForeignMetadataCacheEntry>, swift::StaticMutex>::find<(anonymous namespace)::ForeignMetadataCacheEntry::Key>((anonymous namespace)::ForeignMetadataCacheEntry::Key const&, swift::ConcurrentReadableHashMap<swift::HashMapElementWrapper<(anonymous namespace)::ForeignMetadataCacheEntry>, swift::StaticMutex>::IndexStorage, unsigned long, swift::HashMapElementWrapper<(anonymous namespace)::ForeignMetadataCacheEntry>*) + 268
4  libswiftCore.dylib             0x3ed1f8 swift::MetadataResponse performOnMetadataCache<swift::MetadataResponse, swift_checkMetadataState::CheckStateCallbacks>(swift::TargetMetadata<swift::InProcess> const*, swift_checkMetadataState::CheckStateCallbacks&&) + 892
5  libswiftCore.dylib             0x3f0d18 bool findAnyTransitiveMetadata<checkTransitiveCompleteness(swift::TargetMetadata<swift::InProcess> const*)::$_21&>(swift::TargetMetadata<swift::InProcess> const*, checkTransitiveCompleteness(swift::TargetMetadata<swift::InProcess> const*)::$_21&) + 1172
6  libswiftCore.dylib             0x3f07e8 checkTransitiveCompleteness(swift::TargetMetadata<swift::InProcess> const*) + 128
7  libswiftCore.dylib             0x3f039c swift::MetadataCacheEntryBase<(anonymous namespace)::GenericCacheEntry, void const*>::doInitialization(swift::MetadataWaitQueue::Worker&, swift::MetadataRequest) + 416
8  libswiftCore.dylib             0x3e2ec4 _swift_getGenericMetadata(swift::MetadataRequest, void const* const*, swift::TargetTypeContextDescriptor<swift::InProcess> const*) + 1784
9  libswiftCore.dylib             0x3bfdd8 __swift_instantiateGenericMetadata + 32
10 libswiftCore.dylib             0xcb660 static Dictionary._bridgeFromObjectiveCAdoptingNativeStorageOf(_:) + 48
11 Foundation                     0x20496c specialized static Dictionary._unconditionallyBridgeFromObjectiveC(_:) + 160
12 Foundation                     0x257cec URL.resourceValues(forKeys:) + 184
13 Foundation                     0x257ad4 URL.resourceValues(forKeys:) + 24
14 EnsightenSwift                 0x4769c block_destroy_helper + 472
15 EnsightenSwift                 0x46a98 _swift_stdlib_malloc_size + 9268
16 EnsightenSwift                 0x45398 _swift_stdlib_malloc_size + 3380
17 EnsightenSwift                 0x44fcc _swift_stdlib_malloc_size + 2408
18 EnsightenSwift                 0x44ed8 _swift_stdlib_malloc_size + 2164
19 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
20 libdispatch.dylib              0x5828 _dispatch_once_callout + 32
21 EnsightenSwift                 0x6a594 block_destroy_helper.2 + 19080
22 EnsightenSwift                 0x88c1c _swift_stdlib_malloc_size + 10272
23 EnsightenSwift                 0x446c4 _swift_stdlib_malloc_size + 96
24 libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
25 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
26 libdispatch.dylib              0x127f4 _dispatch_main_queue_drain + 928
27 libdispatch.dylib              0x12444 _dispatch_main_queue_callback_4CF + 44
28 CoreFoundation                 0x9a6f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
29 CoreFoundation                 0x7c058 __CFRunLoopRun + 2036
30 CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
31 GraphicsServices               0x1368 GSEventRunModal + 164
32 UIKitCore                      0x3a23d0 -[UIApplication _run] + 888
33 UIKitCore                      0x3a2034 UIApplicationMain + 340
34 App                         0x7fcc main + 30 (AppDelegate.swift:30)
35 ???                            0x1ebdb4960 (Missing)

Thread
0  libsystem_kernel.dylib         0x1050 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xe44 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0xb98 start_wqthread + 8

ConfigurationSemaphoreStore
0  libsystem_kernel.dylib         0xac4 semaphore_wait_trap + 8
1  libdispatch.dylib              0x4578 _dispatch_sema4_wait + 28
2  libdispatch.dylib              0x4c2c _dispatch_semaphore_wait_slow + 132
3  App                         0xb505fc closure #1 in ConfigurationStore.resolveConfiguration(allowExpired:completion:) + 72 (ConfigurationStore.swift:72)
4  App                         0xb4f788 thunk for @escaping @callee_guaranteed () -> () + 4378703752 (<compiler-generated>:4378703752)
5  libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
6  libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
7  libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
8  libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
9  libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
10 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
11 libsystem_pthread.dylib        0xb98 start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0xb90 start_wqthread + 254

APMDefaultIdentitySupport
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  libdispatch.dylib              0x1f364 _dispatch_mach_send_and_wait_for_reply + 540
5  libdispatch.dylib              0x1f6ec dispatch_mach_send_with_result_and_wait_for_reply + 60
6  libxpc.dylib                   0x102e4 xpc_connection_send_message_with_reply_sync + 240
7  Foundation                     0xa3344 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 16
8  Foundation                     0x3646c -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2236
9  CoreFoundation                 0x1fd60 ___forwarding___ + 1016
10 CoreFoundation                 0x88350 _CF_forwarding_prep_0 + 96
11 CoreServices                   0x84b14 __56-[LSApplicationWorkspace deviceIdentifierForAdvertising]_block_invoke + 264
12 CoreServices                   0x49f4c _LSRetryForConnectionInterrupted + 56
13 CoreServices                   0x849a4 -[LSApplicationWorkspace deviceIdentifierForAdvertising] + 160
14 AdSupport                      0x1958 -[ASIdentifierManager advertisingIdentifier] + 156
15 App                         0xe8ee7c -[APMPlatformIdentitySupport resettableDeviceID] + 4382109308
16 App                         0xeb33f0 __47-[APMDefaultIdentitySupport resettableDeviceID]_block_invoke + 4382258160
17 libdispatch.dylib              0x13114 _dispatch_block_async_invoke2 + 148
18 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
19 libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
20 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
21 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
22 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
23 libsystem_pthread.dylib        0xb98 start_wqthread + 8

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0xb48 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x13008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x13248 mach_msg_overwrite + 388
3  libsystem_kernel.dylib         0x108c mach_msg + 24
4  CoreFoundation                 0x7aaf0 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x7bd34 __CFRunLoopRun + 1232
6  CoreFoundation                 0x80ed4 CFRunLoopRunSpecific + 612
7  Foundation                     0x42334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0x4221c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x4d733c -[UIEventFetcher threadMain] + 436
10 Foundation                     0x5b808 __NSThread__start__ + 716
11 libsystem_pthread.dylib        0x16cc _pthread_start + 148
12 libsystem_pthread.dylib        0xba4 thread_start + 8

com.apple.libtrace.state.block-list
0  libsystem_kernel.dylib         0x1680 __ulock_wait + 8
1  libdispatch.dylib              0x49cc _dlock_wait + 56
2  libdispatch.dylib              0x4780 _dispatch_thread_event_wait_slow + 56
3  libdispatch.dylib              0x13860 __DISPATCH_WAIT_FOR_QUEUE__ + 368
4  libdispatch.dylib              0x1340c _dispatch_sync_f_slow + 144
5  libsystem_trace.dylib          0x9ce0 ___os_state_request_for_self_block_invoke + 372
6  libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
7  libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
8  libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
9  libdispatch.dylib              0xc214 _dispatch_lane_invoke + 436
10 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
11 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
12 libsystem_pthread.dylib        0xb98 start_wqthread + 8

AssertionIdComponent
0  libsystem_kernel.dylib         0xac4 semaphore_wait_trap + 8
1  libdispatch.dylib              0x4578 _dispatch_sema4_wait + 28
2  libdispatch.dylib              0x4c2c _dispatch_semaphore_wait_slow + 132
3  libswiftDispatch.dylib         0x195c OS_dispatch_semaphore.wait(wallTimeout:) + 24
4  App                         0x8a1a44 Response.wait(seconds:) + 290 (Response.swift:290)
5  App                         0xab3034 AssertionIdComponent.fetchData() + 4378062900 (<compiler-generated>:4378062900)
6  App                         0xab3150 vtable thunk for DataComponent.fetchData() dispatching to AssertionIdComponent.fetchData() + 4378063184 (<compiler-generated>:4378063184)
7  App                         0xc52dbc closure #1 in DataComponent.data() + 122 (DataComponent.swift:122)
8  App                         0x88b024 partial apply for closure #1 in Component<>.asyncIfNeeded(block:) + 4375801892 (<compiler-generated>:4375801892)
9  App                         0x887be8 thunk for @escaping @callee_guaranteed () -> () + 4375788520 (<compiler-generated>:4375788520)
10 libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
11 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
12 libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
13 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
14 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
15 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
16 libsystem_pthread.dylib        0xb98 start_wqthread + 8

JavaScriptCore libpas scavenger
0  libsystem_kernel.dylib         0x141c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x806c _pthread_cond_wait + 1232
2  JavaScriptCore                 0xf6324 scavenger_thread_main + 1164
3  libsystem_pthread.dylib        0x16cc _pthread_start + 148
4  libsystem_pthread.dylib        0xba4 thread_start + 8

com.google.firebase.crashlytics.ios.binary-images
0  libsystem_kernel.dylib         0x251c write + 8
1  App                         0xe65308 FIRCLSFileLoopWithWriteBlock + 244 (FIRCLSFile.m:244)
2  App                         0xe65280 FIRCLSFileWriteToFileDescriptorOrBuffer + 219 (FIRCLSFile.m:219)
3  App                         0xe653b8 FIRCLSFileWriteUInt64 + 398 (FIRCLSFile.m:398)
4  App                         0xe658a4 FIRCLSFileWriteHashEntryUint64 + 532 (FIRCLSFile.m:532)
5  App                         0xe53228 FIRCLSBinaryImageRecordDetails + 459 (FIRCLSBinaryImage.m:459)
6  App                         0xe53700 __FIRCLSBinaryImageChanged_block_invoke + 534 (FIRCLSBinaryImage.m:534)
7  libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
8  libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
9  libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
10 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
11 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
12 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
13 libsystem_pthread.dylib        0xb98 start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0xb90 start_wqthread + 254

com.google.fira.worker
0  libsystem_kernel.dylib         0x10a0 kevent_id + 8
1  libdispatch.dylib              0x26f1c _dispatch_kq_poll + 228
2  libdispatch.dylib              0x27940 _dispatch_event_loop_wait_for_ownership + 444
3  libdispatch.dylib              0x13844 __DISPATCH_WAIT_FOR_QUEUE__ + 340
4  libdispatch.dylib              0x1340c _dispatch_sync_f_slow + 144
5  App                         0xec6c14 -[APMIdentity appIDFromGMP] + 4382338068
6  App                         0xed3820 -[APMMeasurement updatePersistedAppIDFromGMPAndAdMob] + 4382390304
7  App                         0xed3ec8 __47-[APMMeasurement startMeasurementOnWorkerQueue]_block_invoke + 4382392008
8  App                         0xed3a8c -[APMMeasurement startMeasurementOnWorkerQueue] + 4382390924
9  App                         0xed30e4 -[APMMeasurement setEnabledOnWorkerQueue:] + 4382388452
10 App                         0xed2fc4 __29-[APMMeasurement setEnabled:]_block_invoke + 4382388164
11 App                         0xf2ac84 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 4382747780
12 libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
13 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
14 libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
15 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
16 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
17 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
18 libsystem_pthread.dylib        0xb98 start_wqthread + 8

UserComponent
0  libsystem_kernel.dylib         0xac4 semaphore_wait_trap + 8
1  libdispatch.dylib              0x4578 _dispatch_sema4_wait + 28
2  libdispatch.dylib              0x4c2c _dispatch_semaphore_wait_slow + 132
3  libswiftDispatch.dylib         0x195c OS_dispatch_semaphore.wait(wallTimeout:) + 24
4  App                         0x8a1a44 Response.wait(seconds:) + 290 (Response.swift:290)
5  App                         0x2e0b4 closure #1 in UserComponent.clearSessionIfNeededBasedOnAssertionId() + 4367032500 (<compiler-generated>:4367032500)
6  App                         0x88b024 partial apply for closure #1 in Component<>.asyncIfNeeded(block:) + 4375801892 (<compiler-generated>:4375801892)
7  App                         0x887be8 thunk for @escaping @callee_guaranteed () -> () + 4375788520 (<compiler-generated>:4375788520)
8  libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
9  libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
10 libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
11 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
12 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
13 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
14 libsystem_pthread.dylib        0xb98 start_wqthread + 8

com.google.firebase.crashlytics.MachExceptionServer
0  App                         0xe5517c FIRCLSProcessRecordAllThreads + 393 (FIRCLSProcess.c:393)
1  App                         0xe5555c FIRCLSProcessRecordAllThreads + 424 (FIRCLSProcess.c:424)
2  App                         0xe62a08 FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3  App                         0xe63204 FIRCLSMachExceptionServer + 521 (FIRCLSMachException.c:521)
4  libsystem_pthread.dylib        0x16cc _pthread_start + 148
5  libsystem_pthread.dylib        0xba4 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x1050 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xe44 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0xb98 start_wqthread + 8

APMIdentityWorkerQueue
0  libsystem_kernel.dylib         0x1680 __ulock_wait + 8
1  libdispatch.dylib              0x49cc _dlock_wait + 56
2  libdispatch.dylib              0x46c8 _dispatch_wait_on_address + 140
3  libdispatch.dylib              0x4d7c _dispatch_group_wait_slow + 56
4  libdispatch.dylib              0x7f74 dispatch_block_wait + 284
5  App                         0xeb335c -[APMDefaultIdentitySupport resettableDeviceID] + 4382258012
6  App                         0xec788c __32-[APMIdentity updateIdentifiers]_block_invoke + 4382341260
7  libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
8  libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
9  libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
10 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
11 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
12 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
13 libsystem_pthread.dylib        0xb98 start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x1050 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xe44 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0xb98 start_wqthread + 8

Crashed: io.adjust.PackageQueue
0  CoreFoundation                 0x7cbf4 CFDictionaryGetValue + 92
1  CoreFoundation                 0x18ca3c _CFBundleGetStringsSources + 1976
2  CoreFoundation                 0x73698 CFBundleGetLocalInfoDictionary + 196
3  CoreFoundation                 0x5d374 CFBundleGetValueForInfoDictionaryKey + 44
4  Foundation                     0x5eae8 -[NSFileManager _URLForReplacingItemAtURL:error:] + 648
5  Foundation                     0x5e5f8 _NSCreateTemporaryFile_Protected + 168
6  Foundation                     0x6d184 _NSWriteDataToFileWithExtendedAttributes + 436
7  App                         0x169904 +[ADJUtil writeObject:fileName:objectName:syncObject:] + 341 (ADJUtil.m:341)
8  App                         0x160724 -[ADJPackageHandler writePackageQueueS:] + 324 (ADJPackageHandler.m:324)
9  App                         0x15ff08 -[ADJPackageHandler addI:package:] + 218 (ADJPackageHandler.m:218)
10 App                         0x16bac4 __42+[ADJUtil launchInQueue:selfInject:block:]_block_invoke + 815 (ADJUtil.m:815)
11 libdispatch.dylib              0x24b4 _dispatch_call_block_and_release + 32
12 libdispatch.dylib              0x3fdc _dispatch_client_callout + 20
13 libdispatch.dylib              0xb694 _dispatch_lane_serial_drain + 672
14 libdispatch.dylib              0xc1e0 _dispatch_lane_invoke + 384
15 libdispatch.dylib              0x16e10 _dispatch_workloop_worker_thread + 652
16 libsystem_pthread.dylib        0xdf8 _pthread_wqthread + 288
17 libsystem_pthread.dylib        0xb98 start_wqthread + 8
@mustafauskuplu
Copy link
Author

Might be related:

firebase/firebase-ios-sdk#10470 (comment)

@uerceg
Copy link
Contributor

uerceg commented Feb 9, 2023

Hi @mustafauskuplu,

Thank you for reporting this. Can you please give latest iOS SDK v4.33.4 update a shot and let us know if this issue still appears with that version?

@uerceg
Copy link
Contributor

uerceg commented Jun 8, 2023

I'll close this issue for now, but in case you still end up seeing this issue with iOS SDK v4.33.4 or later, please feel free to comment / reopen. Cheers.

@mattiacantalu
Copy link

Hi,
we still have this issue in SDK v4.38.4.. but we found occurrences even in minor versions. We are not able to understand the cause 😞

          Crashed: io.adjust.PackageQueue
0  CoreFoundation                 0x18f10 __CFBasicHashRehash + 112
1  CoreFoundation                 0x85dc __CFBasicHashAddValue + 100
2  CoreFoundation                 0x1826c CFBasicHashAddValue + 420
3  CoreFoundation                 0x1805c CFDictionaryAddValue + 208
4  CoreFoundation                 0x17b30 _flattenPlist + 308
5  CoreFoundation                 0x17d00 _flattenPlist + 772
6  CoreFoundation                 0x17c9c _flattenPlist + 672
7  CoreFoundation                 0x17d00 _flattenPlist + 772
8  CoreFoundation                 0x17c9c _flattenPlist + 672
9  CoreFoundation                 0x16b7c __CFBinaryPlistWriteOrPresize + 240
10 Foundation                     0xa3de0 -[NSKeyedArchiver finishEncoding] + 640
11 Foundation                     0xa3b14 -[NSKeyedArchiver encodedData] + 116
12 Foundation                     0xa3630 +[NSKeyedArchiver archivedDataWithRootObject:requiringSecureCoding:error:] + 100
13 MY.APP                       0x3f9770 +[ADJUtil writeObject:fileName:objectName:syncObject:] + 334 (ADJUtil.m:334)
14 MY.APP                       0x3ece28 -[ADJPackageHandler writePackageQueueS:] + 395 (ADJPackageHandler.m:395)
15 MY.APP                       0x3ec204 -[ADJPackageHandler addI:package:] + 242 (ADJPackageHandler.m:242)
16 MY.APP                       0x3fb900 __42+[ADJUtil launchInQueue:selfInject:block:]_block_invoke + 804 (ADJUtil.m:804)
17 libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
18 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
19 libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
20 libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
21 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
22 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
23 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
24 libsystem_pthread.dylib        0x10cc start_wqthread + 8

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

3 participants