回答済み
Pendo crashes on iOS
We've been facing crashes on our iOS app from the Pendo library with SIGABRT.
Here's a dump of our crash report:
Crashed: com.apple.root.user-initiated-qos.cooperative
0 libsystem_kernel.dylib 0x7578 __pthread_kill + 8
1 libsystem_pthread.dylib 0x7118 pthread_kill + 268
2 libsystem_c.dylib 0x1d178 abort + 180
3 libsystem_malloc.dylib 0x1e0e4 malloc_vreport + 908
4 libsystem_malloc.dylib 0x1e2c8 malloc_report + 64
5 libsystem_malloc.dylib 0x19b70 find_zone_and_free + 308
6 CoreFoundation 0x13e74 -[__NSArrayM insertObject:atIndex:] + 348
7 Pendo 0x39a54 -[PNDMutableArray addObject:] + 88
8 Pendo 0x1246e8 -[PNDTriggersManager addTrackEvent:] + 80
9 Pendo 0x61b10 +[PNDTrackEventsManager sendTrack:properties:] + 128
10 Pendo 0x131af8 -[PendoManagerMediator track:properties:] + 244
11 Pendo 0x15f34 -[PendoManager track:properties:] + 144
...
15 libswift_Concurrency.dylib 0x41948 swift::runJobInEstablishedExecutorContext(swift::Job*) + 416
16 libswift_Concurrency.dylib 0x42868 swift_job_runImpl(swift::Job*, swift::ExecutorRef) + 72
17 libdispatch.dylib 0x15944 _dispatch_root_queue_drain + 396
18 libdispatch.dylib 0x16158 _dispatch_worker_thread2 + 164
19 libsystem_pthread.dylib 0xda0 _pthread_wqthread + 228
20 libsystem_pthread.dylib 0xb7c start_wqthread + 8
The issue is freeing an unallocated memory
malloc: *** error for object 0x280f0ce10: pointer being freed was not allocated
Then the system calls abort
abort() called
This happens on multiple devices (iPads and iPhones with versions 16.x.x)
1
コメント
Hamza Jadid opened an issue: https://github.com/pendo-io/pendo-mobile-sdk/issues/66
サインインしてコメントを残してください。