umcompressed pdb can not be retrieved from symbol server #2432
Answered
by
brianrob
tonghao-bbl
asked this question in
Q&A
|
Hi I got a http code 406 saying not accpeted for uncompredded pdbs from a private symbol server. perfview/src/TraceEvent/Symbols/SymbolReader.cs Line 1322 in 422494e |
Answered by
brianrob
Jun 2, 2026
Replies: 3 comments 1 reply
|
the full http stream captured by wireshark with host and pdb name stripped: |
0 replies
|
the version just before this commit 3.1.22 works fine |
0 replies
|
This line tells the symbol server that the client is capable of accepting msfz0 symbols - see https://github.com/microsoft/pdb-rs/blob/main/docs/pdb/msfz.md for the spec. I suspect this is a bug in the symbol server itself. Is this a Microsoft symbol server? |
1 reply
Answer selected by
brianrob
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line tells the symbol server that the client is capable of accepting msfz0 symbols - see https://github.com/microsoft/pdb-rs/blob/main/docs/pdb/msfz.md for the spec.
I suspect this is a bug in the symbol server itself. Is this a Microsoft symbol server?