0% found this document useful (0 votes)
7 views1 page

Last Crash Log

The document describes an error encountered in an Android application related to SQLite database operations, specifically a disk I/O error during the execution of a PRAGMA journal_mode command. The error occurs while attempting to open a database connection and manage transaction states. It highlights issues with the database's writable state and coroutine execution in the context of Room database operations.

Uploaded by

lisgarcia348
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Last Crash Log

The document describes an error encountered in an Android application related to SQLite database operations, specifically a disk I/O error during the execution of a PRAGMA journal_mode command. The error occurs while attempting to open a database connection and manage transaction states. It highlights issues with the database's writable state and coroutine execution in the context of Room database operations.

Uploaded by

lisgarcia348
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

2024-07-06 15:35:48.

514
android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 4874
SQLITE_IOERR_SHMSIZE): , while compiling: PRAGMA journal_mode
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native
Method)
at
android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.
java:1047)
at
android.database.sqlite.SQLiteConnection.executeForString(SQLiteConnection.java:790
)
at
android.database.sqlite.SQLiteConnection.setJournalMode(SQLiteConnection.java:407)
at
android.database.sqlite.SQLiteConnection.setWalModeFromConfiguration(SQLiteConnecti
on.java:337)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:260)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:205)
at
android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionP
ool.java:505)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
at
android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:919)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:899)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:763)
at
android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:752)
at
android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:37
3)
at
android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:
316)
at o.wb2$a.i(SourceFile:2)
at o.wb2.getWritableDatabase(SourceFile:1)
at androidx.room.RoomDatabase.inTransaction(SourceFile:1)
at androidx.room.RoomDatabase.assertNotSuspendingTransaction(SourceFile:1)
at androidx.room.RoomDatabase.query(SourceFile:4)
at o.wy0.b(SourceFile:1)
at o.nb6$d.a(SourceFile:1)
at o.nb6$d.call(SourceFile:1)
at
androidx.room.CoroutinesRoom$Companion$createFlow$1$1$1.invokeSuspend(SourceFile:6)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:4)
at o.pa1.run(SourceFile:22)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
Suppressed: kotlinx.coroutines.DiagnosticCoroutineContextException:
[ie6{Cancelling}@83c4418, Dispatchers.Default]

You might also like