KEMBAR78
Make the same binary work with glibc and musl · Issue #733 · async-profiler/async-profiler · GitHub
Skip to content

Make the same binary work with glibc and musl #733

@apangin

Description

@apangin

Currently there are two Linux builds of async-profiler provided: glibc and musl. It's not always obvious which version to take for different Linux distributions like Ubuntu or Alpine. It's even more confusing when someone wants to profile Alpine container from Ubuntu host or vice versa. Using the wrong version may result in a JVM crash, e.g. #717

The proposed solution is to build single version that works with both glibc and musl.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions