-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NoSuchTable: No such table exists #7100
Comments
Just to note. We are looking into this, but have not found the root cause yet. |
I'm also facing similar issue on Samsung Galaxy Note 10+ with Android 10. Have faced this issue on some other devices as well. The exception occurred on io.realm:realm-gradle-plugin:10.0.0. This has been happening on previous version of realm as well. The app crashes without showing any warning or the line number pointing to the project files. I'm only getting the error message on Firebase Crashlytics(mentioned below). I'm unable to reproduce it as it happens rarely. Fatal Exception: io.realm.exceptions.RealmError: Unrecoverable error. No such table exists |
Fixed by realm/realm-core#4234. |
Goal
No crash
Actual Results
It crashed when developing
Steps & Code to Reproduce
2020-09-15 11:07:51.559 26870-26870/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: Abort message: 'terminating with uncaught exception of type realm::NoSuchTable: No such table exists
Exception backtrace:
'
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x0 0000000000000000 x1 0000000000006728 x2 0000000000000006 x3 0000000000000008
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x4 fefefeff3d6c716e x5 fefefeff3d6c716e x6 fefefeff3d6c716e x7 7f7f7f7f7f7f7f7f
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x8 0000000000000083 x9 0000000010000000 x10 00000077cd4bdde0 x11 3f9ac0ae67c3bb9b
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x12 3f9ac0ae67c3bb9b x13 0000000000000000 x14 ffffffffffffffdf x15 00000077cd4be588
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x16 0000005b07b6dfa8 x17 000000786ef3c14c x18 3f9ac0ae67c3bb9b x19 00000000000066bb
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x20 0000000000006728 x21 0000000000000083 x22 ffffff80ffffffc8 x23 00000077cd4bdfd0
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x24 00000077cd4bdeb0 x25 00000077cd4bdef0 x26 00000077cc9f2ea0 x27 0000000000000007
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: x28 0000000000000011 x29 00000077cd4bde20 x30 000000786eee2900
2020-09-15 11:07:51.563 26870-26870/? A/DEBUG: sp 00000077cd4bdde0 pc 000000786eee2928 pstate 0000000060000000
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: backtrace:
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #00 pc 000000000001e928 /system/lib64/libc.so (abort+120)
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #1 pc 00000000003c4f58 /data/app/pkgName-nm7kHzPfjm-KQJGELeanXw==/lib/arm64/librealm-jni.so
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #2 pc 00000000003c50b0 /data/app/pkgName-nm7kHzPfjm-KQJGELeanXw==/lib/arm64/librealm-jni.so
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #3 pc 00000000003c21f4 /data/app/pkgName-nm7kHzPfjm-KQJGELeanXw==/lib/arm64/librealm-jni.so
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #4 pc 00000000003c1afc /data/app/pkgName-nm7kHzPfjm-KQJGELeanXw==/lib/arm64/librealm-jni.so (__cxa_rethrow+196)
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #5 pc 000000000019a280 /data/app/pkgName-nm7kHzPfjm-KQJGELeanXw==/lib/arm64/librealm-jni.so
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #6 pc 0000000000077980 /system/lib64/libc.so (__pthread_start(void*)+36)
2020-09-15 11:07:51.566 26870-26870/? A/DEBUG: #7 pc 000000000001fd04 /system/lib64/libc.so (__start_thread+68)
Version of Realm and tooling
Realm version(s): 7.0.5
Realm Sync feature enabled: No
Android Studio version: 4.0.1
Android Build Tools version: 4.0.1
Gradle version: 6.1.1
Which Android version and device(s): Meizu 16X 8.1.0
The text was updated successfully, but these errors were encountered: