wordpress-mobile / wordpress-mobile/WordPress-Android
SQLiteDiskIOException: disk I/O error (code 4874 SQLITE_IOERR_SHMSIZE): , while compiling: PRAGMA journal_mode
Open
Nobody has claimed this yet.
[Type] Crash
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
Sentry Issue: WORDPRESS-ANDROID-2FMS
SQLiteDiskIOException: disk I/O error (code 4874 SQLITE_IOERR_SHMSIZE): , while compiling: PRAGMA journal_mode
at org.wordpress.android.fluxc.persistence.FeatureFlagConfigDao_Impl.getFeatureFlagList(FeatureFlagConfigDao_Impl.java:108)
at org.wordpress.android.fluxc.store.mobile.FeatureFlagsStore.getFeatureFlags(FeatureFlagsStore.kt:46)
at org.wordpress.android.util.config.FeatureFlagConfig$init$1.invokeSuspend(FeatureFlagConfig.kt:41)
flags = featureFlagStore.getFeatureFlags()
...
(28 additional frame(s) were not displayed)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Sentry stack trace and inspect FeatureFlagConfig.kt, FeatureFlagsStore.kt, and FeatureFlagConfigDao_Impl.java, especially the getFeatureFlagList call and PRAGMA journal_mode failure. Determine how the SQLite disk I/O error can be reproduced or diagnosed; the issue does not define a requested fix or completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin, sqlite
- Domain
- databases, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100