-
Notifications
You must be signed in to change notification settings - Fork 307
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
SIGBUS(BUS_ADRERR) #1133
Comments
Thanks for reporting! Can you reproduce this with the latest version ( Can you share an example project or enough details that would allow us to reproduce this? |
I have upgrade to 3.5.1, and I can not reproduce this because this is user data, when the issue hanpens, the db always can not open until reinstall app. |
We can try to reproduce if you can get us the database file. You e.g. can ask users to send it. Other than that, looking at typical causes of SIGBUS BUS_ADRERR online:
|
@glenhsi Forgot this: are you sure the stack trace you have given is from version 3.2.0? When I symbolize I get functions that don't make sense (for us: |
yeah, the stack trace is from 3.2.0. when the issue happens, I upgrade my version to 3.5.1 and the issue also happened.
|
Thanks! Again, when I try to symbolize this trace with the 3.5.1 symbols it starts at Does your build process apply any sort of obfuscation to binary/native libraries that might produce obfuscated tombstones? |
no, I have no any sort of obfuscation to binary/native libraries,I just query some data from db |
I mentioned some other potential causes in my previous comment. I guess these do not apply? |
my app is using single process and the rest of storage is enough. do you have other ideas? or other infos you need |
Sorry, not at this time. As implied, if you can get a proper tombstone/stack trace (similar to here, e.g. Play Store or Firebase Crashlytics are known to produce valid ones) or a database file that can be used to reproduce this we can try to find the cause. |
ok. got this |
Without additional information, we are unfortunately not sure how to resolve this issue. Therefore this issue has been automatically closed. Feel free to comment with additional details and we can re-open this issue. |
objectbox version:3.2.0
device:HONOR||ALA-AN70
version:12
when invoke "query.find(0, 1)", the exception is occured.
The text was updated successfully, but these errors were encountered: