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

Adequate SQlite to 16Kb aligment required for Android #1268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pictos
Copy link

@pictos pictos commented Feb 10, 2025

this bump is necessary to build the packages using the 16K aligment required by Android 15 and above

fixes #1263

this bump is necessary to build the packages using the 16K aligment required by Android 15 and above
@phillippschmedt
Copy link

Hi. Thank you. After bumping the version my app will still crash with a native stacktrace. Do you have any idea what could be the reason?

`

Native Crash Reporting

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.

No native Android stacktrace (see debuggerd output).

=================================================================
Basic Fault Address Reporting

Memory around native instruction pointer (0x75cf8442d6e0):0x75cf8442d6d0 00 81 c1 3c 49 01 00 d0 4a 01 00 d0 29 e1 21 91 ...<I...J...).!.
0x75cf8442d6e0 a0 42 87 3c 00 81 c2 3c 4a 21 29 91 49 01 89 9a .B.<...<J!).I...
0x75cf8442d6f0 a9 c2 05 f8 a0 42 88 3c 00 81 c3 3c 0a a1 40 a9 .....B.<...<..@.
0x75cf8442d700 a0 42 89 3c aa 42 06 f8 bf 3b 03 d5 a8 c2 06 f8 .B.<.B...;......

=================================================================
Managed Stacktrace:

  at <unknown> <0xffffffff>
  at NativeMethods:sqlite3_open_v2 <0x000ba>
  at SQLitePCL.SQLite3Provider_e_sqlcipher:SQLitePCL.ISQLite3Provider.sqlite3_open_v2 <0x0007c>
  at SQLitePCL.raw:sqlite3_open_v2 <0x0005a>
  at SQLitePCL.raw:sqlite3_open_v2 <0x00058>`

@phillippschmedt
Copy link

Also mentioned the issue here: ericsink/SQLitePCL.raw#621

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

Successfully merging this pull request may close these issues.

Update SQLite to support 16KB aligment
2 participants