-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Crash caused by JNI #7118
Comments
I have a similar report from another device:
|
@sdex Is this in the same version 7.0.6? When this is happening (when the app starts for example)? |
It's in 7.0.5. The user says that the app crashes immediately after launch. |
@cmelchior @jedelbo Could you please check this out? |
Got the same issue after some usage. Then it crashes directly when getting a Realm instance. |
Unfolded stacktrace for #7118 (comment):
|
@sdex could you provide us with the full stacktrace for the crash? The one you posted above (#7118 (comment)) is incomplete. It should start with |
@edualonso I've copied it from play console, there is almost no additional info.
|
@sdex do you have access to the realm, where this crash happens? And would you be able and willing to share it privately by sending it to jorgen.edelbo@mongodb.net? |
Unfolded stacktrace from #7118 (comment) :
|
I guess you are not using encryption? |
@jedelbo I don't have an access to the db.
Nope. The config is quite trivial:
|
Thanks. My initial observation is that we have 2 distinct issues here. The last one fails immediately when trying to upgrade the file, whereas the other one fails when trying to run a query. |
@sdex Did you implement any database migration? |
@ppamorim Yes. In this version of the app two migrations should be executed:
|
@jedelbo We just updated our application with Realm 7.0.6 but we didn't migrate the database, I don't see any crash yet. Hopefully I will not see anything. :) |
I believe we have fixed the issue originally reported here - the one where |
Realm Java 7.0.7 was released which should fix this. |
Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 15510 (e.foodandplaces), pid 15510 (e.foodandplaces) |
Goal
Not crash
Look like crash happened at the jni ,It's a little hard to debug for me。
Steps & Code to Reproduce
Version of Realm and tooling
Realm version(s): 7.0.6
Realm Sync feature enabled: No
Android Studio version: AS 4.0
Android Build Tools version: 29.0.0
Which Android version and device(s): Android 10, Huawei Mate20 Pro
The text was updated successfully, but these errors were encountered: