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

[BUG] Database column index lookups causing sporadic crashes #1478

Open
3 tasks done
AL-Session opened this issue May 9, 2024 · 0 comments
Open
3 tasks done

[BUG] Database column index lookups causing sporadic crashes #1478

AL-Session opened this issue May 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AL-Session
Copy link
Collaborator

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Under some circumstances which are yet to be understood, Session v1.18.2 will attempt to lookup SQLite column indexes via a tryOrThrow call - and it seems to fail to identify a column name so throws a CursorIndexOutOfBoundsException which isn't caught and hence causes a crash.

See ticket SES-1889 for further details.

Expected Behavior

Under no circumstances should the app crash.

Steps To Reproduce

Unknown how to reproduce - but it appears in the Play Store crash reports.

Android Version

Android APIs 29 through 34

Session Version

1.18.2

Anything else?

No response

@AL-Session AL-Session added the bug Something isn't working label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant