You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there were 4 users facing crash issue from firebase console.
Device states: 100% background
Fatal Exception: java.lang.IllegalStateException: Couldn't read row 1015, col 4 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetBlob(CursorWindow.java)
at android.database.CursorWindow.getBlob(CursorWindow.java:430)
at android.database.AbstractWindowedCursor.getBlob(AbstractWindowedCursor.java:48)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.a(SourceFile:5)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.all(:59)
at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation$v0.run(:10)
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)
========================
Fatal Exception: java.lang.IllegalStateException: Couldn't read row 1059, col 4 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetBlob(CursorWindow.java)
at android.database.CursorWindow.getBlob(CursorWindow.java:434)
at android.database.AbstractWindowedCursor.getBlob(AbstractWindowedCursor.java:47)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.a(SourceFile:5)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.all(:59)
at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation$v0.run(:10)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
========================
Fatal Exception: java.lang.IllegalStateException: Couldn't read row 1012, col 4 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetBlob(CursorWindow.java)
at android.database.CursorWindow.getBlob(CursorWindow.java:427)
at android.database.AbstractWindowedCursor.getBlob(AbstractWindowedCursor.java:48)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.a(SourceFile:5)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.all(:59)
at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation$v0.run(:10)
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)
========================
Fatal Exception: java.lang.IllegalStateException: Couldn't read row 1011, col 4 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetBlob(CursorWindow.java)
at android.database.CursorWindow.getBlob(CursorWindow.java:427)
at android.database.AbstractWindowedCursor.getBlob(AbstractWindowedCursor.java:48)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.a(SourceFile:5)
at com.transistorsoft.locationmanager.data.sqlite.SQLiteLocationDAO.all(:59)
at com.transistorsoft.locationmanager.adapter.BackgroundGeolocation$v0.run(:10)
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)
Steps to Reproduce
Since the crashes were reported from firebase console, there are no reporduce step.
Context
User using the app.
Debug logs
Logs
PASTE_YOUR_LOGS_HERE
The text was updated successfully, but these errors were encountered:
batchuramesh
changed the title
Crash issue observed in firebase logs
Crash observed in firebase logs
Jan 16, 2025
Hi @christocracy any update on this crashes , number of crashes spiked and it is impacting on our user base. Please fix this crashes and let us know so that we can updated our transistor sdk
Your Environment
react-native -v
): 0.66.5Expected Behavior
Should not crash.
Actual Behavior
there were 4 users facing crash issue from firebase console.
Device states: 100% background
Steps to Reproduce
Since the crashes were reported from firebase console, there are no reporduce step.
Context
User using the app.
Debug logs
Logs
The text was updated successfully, but these errors were encountered: