Skip to content

Patch: Fix SQLiteCursor locking issue. #114

Closed
@promeG

Description

@promeG

Hi, I have encountered deadlock problem when applying SQLCipher to my application.

There is a closed issue about it : #97

I compared the lock method used in SQLCipher with AOSP4.0.1, and found that there are some difference.

After doing some changes, I finally get rid of deadlock problem. Here is the patch: https://github.com/promeG/SQLCipher-Android-Fix-Deadlock-Patch

I hope it can help with other people who have the same problem.

SQLCipher is a great project, thank you for your hard work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions