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

Firebase Crashlytics collectioned massive crashes #8471

Open
bychoici opened this issue Jan 26, 2024 · 1 comment
Open

Firebase Crashlytics collectioned massive crashes #8471

bychoici opened this issue Jan 26, 2024 · 1 comment

Comments

@bychoici
Copy link

How frequently does the bug occur?

Sometimes

Description

We use both Firebase and Realm, and then found a lot of crashes in the Firebase Crashlytics dashboard for Realm, but we've never been able to successfully reproduce it locally, so we're not sure if it's causing real crashes, but we're very concerned about it!

Stacktrace & log output

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1aa28 class_getSuperclass + 4
1  UnityFramework                 0x1305194 RLMIsObjectSubclass + 253 (RLMObject.mm:253)
2  UnityFramework                 0x13e0170 RLMRegisterClassLocalNames(objc_class**, unsigned long) + 137 (RLMSchema.mm:137)
3  UnityFramework                 0x13e086c +[RLMSchema sharedSchema] + 503 (unique_ptr.h:503)
4  UnityFramework                 0x13d17e8 +[RLMRealm realmWithConfiguration:confinedTo:error:] + 454 (RLMRealm.mm:454)
5  UnityFramework                 0x13d1124 +[RLMRealm realmWithConfiguration:error:] + 383 (RLMRealm.mm:383)
6  UnityFramework                 0x13d07e8 +[RLMRealm defaultRealm] + 299 (RLMRealm.mm:299)
7  UnityFramework                 0x1304c60 +[RLMObject objectsWithPredicate:] + 134 (RLMObject.mm:134)
8  UnityFramework                 0x1304b20 +[RLMObject objectsWhere:args:] + 118 (RLMObject.mm:118)
9  UnityFramework                 0x1304ad8 +[RLMObject objectsWhere:] + 112 (RLMObject.mm:112)
10 UnityFramework                 0x12b4fe4 +[GoatEventsManager getLogedEvents] + 48 (GoatEventsManager.m:48)

Can you reproduce the bug?

No

Reproduction Steps

Sorry, we have not been able to reproduce this issue successfully.

Version

10.44.0

What Atlas Services are you using?

Local Database only

Are you using encryption?

No

Platform OS and version(s)

iOS17-82% ,iPadOS-8% ,iOS16-7%,iPadOS16-3%

Build environment

ProductName:		macOS
ProductVersion:		14.1.1
BuildVersion:		23B81

/Applications/Xcode.app/Contents/Developer
Xcode 15.0.1
Build version 15A507

/usr/local/bin/pod
1.11.3
(not in use here)

/bin/bash
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin23)

/usr/local/bin/carthage
0.39.1
(not in use here)

/usr/bin/git
git version 2.39.3 (Apple Git-145)

Related Code Calls

+ (NSMutableArray *)getLogedEvents{
    
    RLMResults *results = [GoatEventModel objectsWhere:@"hadUpdate = true"];
    
    NSMutableArray *logedList = [NSMutableArray array];
    for (GoatEventModel *model in results) {
        [logedList addObject:model.task_id];
    }
 
    return logedList;
}
@weibel
Copy link

weibel commented Feb 1, 2024

Seems like the same as this one #7941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants