Parca agent v0.30 crashes on Pop!_OS 22.04 with `BPF program load failed: Argument list too long`
Follow-up to:
- https://github.com/parca-dev/docs/pull/376
Describe the bug
Parca agent v0.30 crashes on Pop!_OS 22.04 with BPF program load failed: Argument list too long
To Reproduce
- Given Pop!_OS 22.04
- Follow the Quickstart Binary + https://github.com/parca-dev/docs/pull/376
- After running the parca-agent, the crash will happen within a few seconds
Logs parca-agent.crash.log.txt
Software (please complete the following information):
- Parca Agent Version: v0.30
- Parca Server Version (if applicable): v0.21
Environment (please complete the following information):
- Linux Distribution: Pop!_OS 22.04 LTS
- Linux Version: 6.8.0-76060800daily20240311-generic
- Arch: x86_64
6.8 support hadn't landed in 0.30 yet, for the meantime you'll need to use a main image, but we're also about to release v0.31 (https://github.com/parca-dev/parca-agent/pull/2667)
That makes sense! Is there an existing Linux x86_64 binary or should I extract it from the container image?
Ah I see, yeah we only build the containers on every merge. So either extract the binary, or use the docker setup on the quickstart.
OK, will extract the binary & try again.