You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Jongy, vyazelenko, v-thakkar, yanglong1010 and liyafang