Skip to content

Crash: 4.37.0 +[ADJPackageBuilder addIdfaToParameters:withConfig:logger:packageParams:] #696

@tikidunpon

Description

@tikidunpon

Environment

SDK Version: 4.37.0
iOS Version: iOS 17+
Installation Method: SwiftPM

Crash Log

com.apple.main-thread
0  libsystem_kernel.dylib         0x1178 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0xf10 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0xe28 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0xc68 mach_msg + 24
4  CoreFoundation                 0x35b1c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x33a14 __CFRunLoopRun + 1208
6  CoreFoundation                 0x33478 CFRunLoopRunSpecific + 608
7  GraphicsServices               0x34f8 GSEventRunModal + 164
8  UIKitCore                      0x22c62c -[UIApplication _run] + 888
9  UIKitCore                      0x22bc68 UIApplicationMain + 340
10 my-app                     0xa708 main + 20 (AppDelegate.swift:20)
11 ???                            0x1d308adcc (missing symbol)

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x1178 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0xf10 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0xe28 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0xc68 mach_msg + 24
4  CoreFoundation                 0x35b1c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x33a14 __CFRunLoopRun + 1208
6  CoreFoundation                 0x33478 CFRunLoopRunSpecific + 608
7  Foundation                     0x2c48c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0x5974c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x18e4a8 -[UIEventFetcher threadMain] + 420
10 Foundation                     0xafde0 __NSThread__start__ + 732
11 libsystem_pthread.dylib        0x24d4 _pthread_start + 136
12 libsystem_pthread.dylib        0x1a10 thread_start + 8

com.google.firebase.crashlytics.MachExceptionServer
0  libsystem_kernel.dylib         0x1178 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0xf10 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0xe28 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0xc68 mach_msg + 24
4  my-app                     0x43b24 FIRCLSMachExceptionServer + 192 (FIRCLSMachException.c:192)
5  libsystem_pthread.dylib        0x24d4 _pthread_start + 136
6  libsystem_pthread.dylib        0x1a10 thread_start + 8

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x1178 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0xf10 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0xe28 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0xc68 mach_msg + 24
4  CoreFoundation                 0x35b1c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x33a14 __CFRunLoopRun + 1208
6  CoreFoundation                 0x33478 CFRunLoopRunSpecific + 608
7  CFNetwork                      0x25a060 estimatedPropertyListSize + 38188
8  Foundation                     0xafde0 __NSThread__start__ + 732
9  libsystem_pthread.dylib        0x24d4 _pthread_start + 136
10 libsystem_pthread.dylib        0x1a10 thread_start + 8

Thread
0  libsystem_pthread.dylib        0x19fc start_wqthread + 438

Thread
0  libsystem_kernel.dylib         0x96d0 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x19b0 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x96d0 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x19b0 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Crashed: io.adjust.ActivityQueue
0  libsystem_kernel.dylib         0x9fbc __pthread_kill + 8
1  libsystem_pthread.dylib        0x5680 pthread_kill + 268
2  libsystem_c.dylib              0x75b90 abort + 180
3  libsystem_malloc.dylib         0x26200 malloc_vreport + 908
4  libsystem_malloc.dylib         0x264a8 malloc_zone_error + 104
5  libsystem_malloc.dylib         0x6a90 _szone_free + 480
6  libswiftCore.dylib             0x3a6914 _swift_release_dealloc + 56
7  libswiftCore.dylib             0x3a7fb0 bool swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1> >::doDecrementSlow<(swift::PerformDeinit)1>(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 136
8  my-app                     0x95b194 +[ADJPackageBuilder addIdfaToParameters:withConfig:logger:packageParams:] + 1404 (ADJPackageBuilder.m:1404)
9  my-app                     0x95a5c0 -[ADJPackageBuilder addIdfaIfPossibleToParameters:] + 1238 (ADJPackageBuilder.m:1238)
10 my-app                     0x952694 -[ADJPackageBuilder getEventParameters:forEventPackage:] + 407 (ADJPackageBuilder.m:407)
11 my-app                     0x9506f8 -[ADJPackageBuilder buildEventPackage:isInDelay:] + 78 (ADJPackageBuilder.m:78)
12 my-app                     0x93edb4 -[ADJActivityHandler eventI:event:] + 1175 (ADJActivityHandler.m:1175)
13 my-app                     0x93a8cc __33-[ADJActivityHandler trackEvent:]_block_invoke + 291 (ADJActivityHandler.m:291)
14 my-app                     0x96af98 __42+[ADJUtil launchInQueue:selfInject:block:]_block_invoke + 804 (ADJUtil.m:804)
15 libdispatch.dylib              0x26a8 _dispatch_call_block_and_release + 32
16 libdispatch.dylib              0x4300 _dispatch_client_callout + 20
17 libdispatch.dylib              0xb894 _dispatch_lane_serial_drain + 748
18 libdispatch.dylib              0xc3c4 _dispatch_lane_invoke + 380
19 libdispatch.dylib              0x17004 _dispatch_root_queue_drain_deferred_wlh + 288
20 libdispatch.dylib              0x16878 _dispatch_workloop_worker_thread + 404
21 libsystem_pthread.dylib        0x1964 _pthread_wqthread + 288
22 libsystem_pthread.dylib        0x1a04 start_wqthread + 8

com.adjust.AttributionQueue
0  libswiftCore.dylib             0x3a7480 _swift_allocObject_ + 56
1  Foundation                     0xb7b58 _NSSwiftCalendar.init(checkedCalendarIdentifier:) + 236
2  Foundation                     0xb7a60 @objc _NSSwiftCalendar.init(checkedCalendarIdentifier:) + 36
3  my-app                     0x9684e4 +[ADJUtil getDateFormatter] + 132 (ADJUtil.m:132)
4  my-app                     0x968814 +[ADJUtil formatDate:] + 196 (ADJUtil.m:196)
5  my-app                     0x9687c8 +[ADJUtil formatSeconds1970:] + 192 (ADJUtil.m:192)
6  my-app                     0x94c630 -[ADJAttributionHandler requestAttributionI:] + 193 (ADJAttributionHandler.m:193)
7  my-app                     0x94bdc0 __85-[ADJAttributionHandler initWithActivityHandler:startsSending:userAgent:urlStrategy:]_block_invoke + 57 (ADJAttributionHandler.m:57)
8  libdispatch.dylib              0x4300 _dispatch_client_callout + 20
9  libdispatch.dylib              0x77b8 _dispatch_continuation_pop + 600
10 libdispatch.dylib              0x1b5c0 _dispatch_source_latch_and_call + 420
11 libdispatch.dylib              0x1a190 _dispatch_source_invoke + 832
12 libdispatch.dylib              0xb718 _dispatch_lane_serial_drain + 368
13 libdispatch.dylib              0xc3c4 _dispatch_lane_invoke + 380
14 libdispatch.dylib              0x17004 _dispatch_root_queue_drain_deferred_wlh + 288
15 libdispatch.dylib              0x16878 _dispatch_workloop_worker_thread + 404
16 libsystem_pthread.dylib        0x1964 _pthread_wqthread + 288
17 libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x96d0 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x19b0 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x96d0 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x19b0 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x96d0 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x19b0 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x96d0 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x19b0 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1a04 start_wqthread + 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions