Skip to content

fix: make /pprof/symbol endpoint compatible with Go pprof symbolz pro…#40

Merged
IronsDu merged 1 commit intomainfrom
fix/pprof-symbol-endpoint-compatibility
Apr 10, 2026
Merged

fix: make /pprof/symbol endpoint compatible with Go pprof symbolz pro…#40
IronsDu merged 1 commit intomainfrom
fix/pprof-symbol-endpoint-compatibility

Conversation

@IronsDu
Copy link
Copy Markdown
Owner

@IronsDu IronsDu commented Apr 10, 2026

…tocol

Go pprof sends addresses separated by '+' and expects tab-separated responses (0xaddr\tsymbol_name), but our endpoint only handled newline-separated input and returned space-separated output. This caused remote symbolization to fail when running pprof on Windows against a WSL profiler server.

…tocol

Go pprof sends addresses separated by '+' and expects tab-separated
responses (0xaddr\tsymbol_name), but our endpoint only handled
newline-separated input and returned space-separated output. This caused
remote symbolization to fail when running pprof on Windows against a WSL
profiler server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@IronsDu IronsDu merged commit 9089e42 into main Apr 10, 2026
6 checks passed
@IronsDu IronsDu deleted the fix/pprof-symbol-endpoint-compatibility branch April 10, 2026 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant