-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
database disk image is malformed (code: 11) #928
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
Comments
Hey... did you ever figure out the reason for your diskimage to be malformed? I see the same problem in my logs, but can't reproduce it either... :( |
Sorry to ping you again @chichaykin . Can you tell me if you figured out the root cause of the problem? And how did you fix it? |
Hey, |
For me the issue was that I did replace the database but only the .db file but did not remove the -shm and -wal files... |
Please ask on StackOverflow for this kind of questions (we are tracking bugs on GitHub) |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
My app has crashes in Crashlytics:
Fatal error: 'try!' expression unexpectedly raised an error: database disk image is malformed (code: 11): file /BuildRoot/Library/Caches/com.apple.xbs/Sources/swiftlang_Fall2018/swiftlang_Fall2018-1000.11.42/src/swift/stdlib/public/core/ErrorType.swift, line 184
Crashed: com.xx.some-queue
0 libswiftCore.dylib 0x56c6594 $Ss15EmptyCollectionVyxGSTsWa + 2101
1 libswiftCore.dylib 0x56fc4a1 swift_unexpectedError + 278
2 (Missing) 0x6f52646c (Missing)
Build Information
General guidelines
I cannot reproduce it.
Is there a way somehow to handle the database disk image malformed error?
The text was updated successfully, but these errors were encountered: