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

Error 404 when using pprof #3848

Closed
Gubka595 opened this issue Oct 8, 2024 · 2 comments · Fixed by #3851
Closed

Error 404 when using pprof #3848

Gubka595 opened this issue Oct 8, 2024 · 2 comments · Fixed by #3851
Labels
bug Something isn't working general

Comments

@Gubka595
Copy link

Gubka595 commented Oct 8, 2024

Which version are you using?

1.9.2

Which operating system are you using?

Linux amd64 standard

Describe how to replicate the issue

  1. In the configuration file, specify the pprof field: yes
  2. Start servis
  3. Execute the command go tool pprof -text http://localhost:9999/debug/pprof/goroutine
  4. we received an error: Fetching profile over HTTP from http://localhost:9999/debug/pprof/goroutine
    http://localhost:9999/debug/pprof/goroutine: server response: 404 Not Found
    failed to fetch any source profiles
  5. At the same time, if you go to the page http://localhost:9999/debug/pprof / an interface opens in which nothing happens when you select profile, and an error is output to the log file 404 NOT FOUND

Server logs

mediamtx.log

Network dump

No response

aler9 added a commit that referenced this issue Oct 8, 2024
@aler9 aler9 added bug Something isn't working general labels Oct 8, 2024
@aler9
Copy link
Member

aler9 commented Oct 8, 2024

Thanks for reporting the issue, this is fixed by #3851

aler9 added a commit that referenced this issue Oct 8, 2024
aler9 added a commit that referenced this issue Oct 8, 2024
Copy link
Contributor

This issue is mentioned in release v1.9.3 🚀
Check out the entire changelog by clicking here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working general
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants