-
Notifications
You must be signed in to change notification settings - Fork 238
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
Alloy when compiled with go 1.23 crashes #1540
Comments
Having the same error, running from source
|
Downgrading to go 1.22 fixed this for me. The issue seems to be somewhere in go 1.23. (I tried multiple versions of alloy, every single one was panic'ing with the same result if built with go 1.23.) |
See also grafana/agent#6972. |
@defanator confirmed. Title updated. Thank you! |
Hm. I built with go 1.22.5 and didn't get the error. Perhaps there was a breaking change in go from .5 to .6?! In any case, it seems like grafana has been addressing the issue on their side: https://github.com/grafana/pyroscope-go/releases/tag/godeltaprof%2Fv0.1.8 |
Fixed by forcing go 1.22 in the brew formula. Will keep this open so in 1.4 when we update go to 1.23 it doesnt get lost in the shuffle. (Though since that would affect everything everywhere it would be hard to miss!). This was caused by |
This is no longer an issue in v1.4.0. |
What's wrong?
Attempting to run alloy 1.3.1 produces the following error:
This error is new as of v1.3.1 and was not experienced following the same build process with v1.3.
Steps to reproduce
make alloy
to compile./build/alloy --version
to testSystem information
Linux 6.10.6
Software version
v1.3.1
Configuration
Logs
No response
The text was updated successfully, but these errors were encountered: