You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make /pprof/symbol endpoint compatible with Go pprof symbolz protocol (#40)
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>
0 commit comments