Skip to content

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

Open
@AL-Session

Description

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

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions