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
I am unable to use app as it is crashing always.
I have a migration function, in which I have a line which making realDictionary field required.
After executing that line app is crashing schema.setRequired("fieldName", true)
Initially this RealmDictionary field was nullable. var data: RealmDictionary<String> = RealmDictionary()
Stacktrace & log output
13:22:34.628 6804-6935/compackage.name A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 6935 (androidx.work-1), pid 6804
Can you reproduce the bug?
Always
Reproduction Steps
Have a class with variable type of RealmDictionary [nullable]
Store some data into DB
Write migration, and try to make this field REQUIRED
Version
10.6.0
What Atlas App Services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
Android 10+ [API 30+]
Build environment
Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022
Runtime version: 11.0.11+9-b60-7590822 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
The text was updated successfully, but these errors were encountered:
How frequently does the bug occur?
Always
Description
I am unable to use app as it is crashing always.
I have a migration function, in which I have a line which making realDictionary field required.
After executing that line app is crashing
schema.setRequired("fieldName", true)
Initially this RealmDictionary field was nullable.
var data: RealmDictionary<String> = RealmDictionary()
Stacktrace & log output
13:22:34.628 6804-6935/compackage.name A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 6935 (androidx.work-1), pid 6804
Can you reproduce the bug?
Always
Reproduction Steps
Version
10.6.0
What Atlas App Services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
Android 10+ [API 30+]
Build environment
Android Studio Bumblebee | 2021.1.1 Patch 3
Build #AI-211.7628.21.2111.8309675, built on March 16, 2022
Runtime version: 11.0.11+9-b60-7590822 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
The text was updated successfully, but these errors were encountered: