"failed to fetch any source profiles"

See original GitHub issue

Sometimes I click on a blob in the timeline and it opens up a page saying “failed to fetch any source profiles”.

I have seen three different log messages that all seem to be associated with (different variants of?) this issue:

2019/11/28 18:03:48 : decompressing profile: gzip: invalid header
2019/11/28 18:04:46 : decompressing profile: unexpected EOF
2019/11/28 18:07:49 : parsing profile: unrecognized profile format

I guess it’s always possible that the scrape fails, but it would be better if the UI didn’t show a blob at that time.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:18 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
branczcommented, Dec 1, 2020

I finally managed to find that last bug, and all new e2e tests are passing with this patch: https://github.com/conprof/conprof/pull/113

Thank you so much everyone for bearing with me!

1reaction
branczcommented, Nov 27, 2020

Quick update: It appears I have found part of the problem, there was an unsafe loading of data in the WAL. So the good news is that there is no corruption of the data on disk. Bad news is that for some reason new appends still yield this error, but when restarted those appends can be viewed without issues. I’m continuing to investigate.

I’ll open a PR as soon as I fix the remaining issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"failed to fetch any source profiles" · Issue #36 - GitHub
Sometimes I click on a blob in the timeline and it opens up a page saying "failed to fetch any source profiles".
Read more >
Can't get golang pprof working - Stack Overflow
I am trying now to take the profile working during long periods of time and now I see that the file have more...
Read more >
pprof failed to fetch any source profiles
This change fixes the issue by creating a new serveDebug handler which routes requests /debug/* requests to appropriate net/http/pprof handler and removing the ......
Read more >
failed to get DOT output from file: failed to generate profile ...
【概述】 场景+ 问题概述执行性能测试提示: failed to get DOT output from file: failed to generate profile report: failed to fetch any source profiles 【TiDB ...
Read more >
go内存泄漏及pprof包的使用 - CSDN博客
failed to fetch any source profiles. PS C:\Users\Administrator> go tool pprof http://localhost:6163/debug/pprof/profile
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found