-
Notifications
You must be signed in to change notification settings - Fork 32
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
SIGSEGV on Java 21 / aarch64 #137
Comments
Not only it has not been ported, but it also has not been included in any stable release |
I think we may consider releasing a SNAPSHOT version of pyroscope-java with async-profiler build from master branch |
@korniltsev async-profiler just released v3.0 that includes this bugfix 🥳 |
yep, preparing new pyroscope-java release |
Hi, we are also experiencing a similar issue with agent v 0.14.0 with the following info:
Note that we also use the Datadog agent however this issue never occured until introducing the pyroscope agent:
any ideas would be much appreciated |
Hey folks!
We've been running Pyroscope v0.12.2 within Trino, and after a recent upgrade to JVM 21 we started getting SIGSEGV errors.
Errors look like:
(Happy to share the whole
hs_err.log
if needed 👍 )I don't know if there's a way to consistently reproduce the issue; it happens randomly once every day or so while running 100 nodes.
I'm thinking this is pyroscope-related as:
It may be related to commit async-profiler/async-profiler@d3dde7e in async-profiler to support Java 21, that hasn't yet been ported to Grafana's fork?
The text was updated successfully, but these errors were encountered: