mr-grey

Results 18 comments of mr-grey

also found some crash report from users then try to read : @Persisted var phoneNumber ![Screenshot 2022-09-27 at 11 26 55](https://user-images.githubusercontent.com/699148/192474557-a09c7805-260c-481f-b209-74a1597eaaee.png) ![Screenshot 2022-09-27 at 11 29 06](https://user-images.githubusercontent.com/699148/192475039-59da7971-9ad3-4404-ad82-750a048d757f.png)

same crash at 1 second Operating system Version:16.0.0 pod 'RealmSwift', '~>10.28.2' ``` Crashed: com.apple.root.default-qos 0 libsystem_kernel.dylib 0x7200 __pthread_kill + 8 1 libsystem_pthread.dylib 0x71ac pthread_kill + 268 2 libsystem_c.dylib 0x20ca0 abort...

found the same crash in Our project: Fatal Exception: RLMException No object with key '454' in 'class_RealmUser' where... class RealmUser: Object { @Persisted(primaryKey: true) var uuid = "" .. }...

Hi, i faced same issue sentry pod , v 8.2.0 crash: __50-[SentryDispatchQueueWrapper dispatchAfter:block:]_block_invoke + 56

pod 'Sentry', '~> 8.2.0' It happens some time, i think it can be caused included some libs used by our App. for example last crash log:

pod 'Sentry', '~> 8.26.0' Have another crash ![Screenshot 2024-06-24 at 15 01 27](https://github.com/getsentry/sentry-cocoa/assets/699148/416b04b5-ba41-4659-b4d4-fc9e1ac1cab5)

using 8.26.0, crash not observed for same repro steps .