You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading the compilation to Xcode Version 16.0 (16A242d), I noticed that a couple of my app user is reporting the following crash point from realmDB (10.45.2).
I made very incremental/cautious changes in the previous app release and just upgraded Xcode alone. And this happened with a very small chance but due to the huge installation base, the problem is still collected in the crash report. I have a free threads using the ReamDB concurrently but with different table. Not sure if this would increase the chance the bug is reported.
No specific steps. As I mentioned, my app have a few threads accessing RealmDB at the same time, but to different databases. Also this issue seemed to only happen after I upgraded the Xcode to Version 16.0 (16A242d)has
Is there any updates on this issue? Also to supplement more information -
The error crashed with:
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: KERN_PROTECTION_FAILURE at XXXXX
So I assume there are some bad memory allocation happened in the SDK.
I checked many core dumps in the app crashes, and found that many of the other threads are doing photo requests (I am doing a photo related App) with the following stack.
How frequently does the bug occur?
Sometimes
Description
After upgrading the compilation to Xcode Version 16.0 (16A242d), I noticed that a couple of my app user is reporting the following crash point from realmDB (10.45.2).
I made very incremental/cautious changes in the previous app release and just upgraded Xcode alone. And this happened with a very small chance but due to the huge installation base, the problem is still collected in the crash report. I have a free threads using the ReamDB concurrently but with different table. Not sure if this would increase the chance the bug is reported.
Stacktrace & log output
Can you reproduce the bug?
Sometimes
Reproduction Steps
No specific steps. As I mentioned, my app have a few threads accessing RealmDB at the same time, but to different databases. Also this issue seemed to only happen after I upgraded the Xcode to Version 16.0 (16A242d)has
Version
10.45.2
What Atlas Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
iOS 18.1, iOS 18.0, iOS 17.7, iOS 17.5, iOS 17.4...
Build environment
Xcode version: Xcode Version 16.0 (16A242d)
Dependency manager and version: Cocoapod 1.14.3
The text was updated successfully, but these errors were encountered: