wordpress-mobile / wordpress-mobile/WordPress-Android

SQLiteDiskIOException: disk I/O error (code 4874 SQLITE_IOERR_SHMSIZE): , while compiling: PRAGMA journal_mode

Open
#20,949 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.