Skip to content

Support 16K memory page size on AArch64/ARM64 Linux #1332

@sgoumaz

Description

@sgoumaz

Is your feature request related to a problem? Please describe.

The current (3.8.1.4) ARM64 release for kDrive does not work on systems with a 16K memory page size. For example, when run on my M1 Max MacBook with Asahi Alarm (Arch) Linux, I get:

Error while loading shared libraries: libsentry.so: ELF load command address/offset not page-aligned

From what I read, this should also be the case on the Raspberry Pi 5; plus, probably more systems in the future will use 16K instead of 4K page size.

More details here: https://asahilinux.org/docs/sw/broken-software/ (focused on Asahi Linux but provides valid context about the issue)

Describe the solution you'd like to implement
See issue title.

Describe alternatives you've considered

  • Try and compile from source (I've no time for that);
  • For my own situation: keep using MacOS on my Apple Silicon Mac (not a solution mid/long-term).

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