-
Notifications
You must be signed in to change notification settings - Fork 61
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
Java_io_realm_kotlin_internal_interop_realmcJNI_realm_1list_1size #1844
Comments
github-actions
bot
added
Encryption:Off
Frequency:Sometimes
Repro:No
SDK-Use:Local
labels
Oct 2, 2024
➤ PM Bot commented: Jira ticket: RKOTLIN-1132 |
Unrolled stacktrace #1:
|
Unrolled stacktrace #2
|
Unrolled stacktrace #3
|
The error output suggests that the data we are trying to use is not valid any more. Could it be somehow stale? Garbage in -> garbage out. |
We have the next use case:
fun InventoryLotEntity.toDTO() = InventoryLotDTO(
lot = lot ?: "",
startingItem = startingItem ?: "",
colorHex = colorHex ?: "",
id = id ?: "",
createdTimeInterval = createdTimeInterval
)
|
Maybe AsyncListDiffer might use objects that are already stale. But I don`t understand why the stacktrace leads to Realm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How frequently does the bug occur?
Sometimes
Description
The app just randomly crashes without logs at Crashlytics or Google Play Store.
Stacktrace & log output
Can you reproduce the bug?
No
Reproduction Steps
No response
Version
2.3.0
What Atlas App Services are you using?
Local Database only
Are you using encryption?
No
Platform OS and version(s)
Android 14, 15
Build environment
Android Studio version: Koala Feature Drop | 2024.1.2 Patch 1
Android Build Tools version: 35
Gradle version: 8.6.1
The text was updated successfully, but these errors were encountered: