Skip to content
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

pyroscope-go upstream bug means latest release is broken #378

Open
binhex opened this issue Feb 4, 2025 · 0 comments
Open

pyroscope-go upstream bug means latest release is broken #378

binhex opened this issue Feb 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@binhex
Copy link

binhex commented Feb 4, 2025

  • [ X] I have checked the existing issues to avoid duplicates
  • [ X] I have redacted any info hashes and content metadata from any logs or screenshots attached to this issue

Describe the bug

The 'latest' release (non beta) of bitmagnet is broken due to the upstream issue with pyroscope-go reported here which got reported and fixed in a new release, but as there hasn't been a new release (non beta) of bitmagnet the current release is now in a broken state.

To Reproduce

Steps to reproduce the behavior:

  1. Download latest release of bitmagnet
  2. Attempt to run latest release
  3. See error:-
panic: pattern "GET /debug/pprof/" (registered at /usr/lib/go/src/net/http/pprof/pprof.go:100) conflicts with pattern "/debug/pprof/delta_heap" (registered at /home/nobody/go/pkg/mod/github.com/grafana/pyroscope-go/[email protected]/http/pprof/pprof.go:24):
	GET /debug/pprof/ matches fewer methods than /debug/pprof/delta_heap, but has a more general path pattern
goroutine 1 [running]:
net/http.(*ServeMux).register(...)
	/usr/lib/go/src/net/http/server.go:2797
net/http.HandleFunc({0xc00043ca50?, 0x[189](https://github.com/binhex/arch-bitmagnet/actions/runs/13124425284/job/36617673590#step:17:190)aaed?}, 0x1655a60?)
	/usr/lib/go/src/net/http/server.go:2791 +0x86
net/http/pprof.init.0()
	/usr/lib/go/src/net/http/pprof/pprof.go:100 +0x85

Expected behavior

No error and bitmagnet starts

Environment Information (Required)

  • Bitmagnet version: Latest release
  • OS and version: "Slackware 15.0 x86_64 (post 15.0 -current)"
  • Browser and version (if issue is with WebUI): N/A
  • Please specify any config values for which you have overridden the defaults: N/A
@binhex binhex added the bug Something isn't working label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant