Skip to content

Gimli doesn't support fat libraries on macOS #319

@alexcrichton

Description

@alexcrichton
Member

I noticed in #317 that the tests fail on macOS with the Gimli implementation, meaning that it's currently relying on the dladdr fallback, which is bad!

I tracked this down to a lack of support for fat libraries because the system libraries were failing to parse as a mach-o image (because they weren't!). I've implemented this in 69db3b7 but wanted to track this in any case.

Activity

added 2 commits that reference this issue on May 10, 2020
3fbf0e6
c65bb50
added a commit that references this issue on Sep 18, 2024
1ffdc8a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    gimliRelated to the gimli implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alexcrichton

        Issue actions

          Gimli doesn't support fat libraries on macOS · Issue #319 · rust-lang/backtrace-rs