Skip to content
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

Android startup crash, sql error no such table: message_fts #13659

Open
4 tasks done
antonpiatek opened this issue Aug 21, 2024 · 2 comments
Open
4 tasks done

Android startup crash, sql error no such table: message_fts #13659

antonpiatek opened this issue Aug 21, 2024 · 2 comments

Comments

@antonpiatek
Copy link


Bug description

Android crash on startup

Steps to reproduce

  • Launch app after automatic update today at 02:00

Actual result: App briefly shows chat list, then crashes
Expected result: App opens normally

Device info

Device: Huawei P30Pro
Android version: 12.0.0.219 emui?
Signal version: 7.14.1

Link to debug log

Signal logs unavailable as app crashes within the second. Android log: adb.log

One part jumps out, assuming this isn't a caught exception and handled in the app elsewhere:

08-21 19:05:46.986 11762 11864 E SignalUncaughtException: org.thoughtcrime.securesms.migrations.MigrationJob$FailedMigrationError: android.database.sqlite.SQLiteException: FullCode: 1 | ErrorCode: 1 | ExtendedErrorCode: 0 | Message: no such table: message_fts | ExtraMessage: , while compiling: INSERT INTO message_fts (rowid, body) 
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:             SELECT 
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:               _id, 
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:               body
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:             FROM 
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:               message 
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:             WHERE 
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:               _id >= 1 AND
08-21 19:05:46.986 11762 11864 E SignalUncaughtException:               _id < 10001
@mtang-signal
Copy link
Contributor

Thanks for reporting and providing the log, we're actively looking it and should hopefully have something soon.

@nicholas-signal
Copy link
Contributor

Signal v7.15.4 is now available on Google Play as well as our website. Please let us know if the crash is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants