-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 when commitWriteTransactionWithoutNotifying
with reason 0xDEAD10CC
#7863
Comments
HI @xilin Can you reproduce this issue?, If you do, can you provide a sample project for us to be able to diagnose this. |
Not yet, just saw this from crash reports. I'll try to see if I can make one. |
This is likely due to the file lock not being released from one of the processes in the AppGroup. You'll likely need to do something like this #7466 (comment) to resolve the file locking issues between processes. |
@leemaguire yeah, we've wrapped realm call within |
@xilin Can you test implementing a wrapper like the one in the comment and let us know if this stops crashes to happen? |
@dianaafanador3 we'll try to add this and check crash data. Haven't been able to stably re-produce the problem |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
How frequently does the bug occur?
Sometimes
Description
We saw quite a lot crash reports recently after a new release, typically happened when app is moved to background. We do have several app extensions like widget.
Stacktrace & log output
The text was updated successfully, but these errors were encountered: