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

Byte-Order-Mark in the the middle of file generated by traverseheap -xml #3843

Closed
omajid opened this issue Apr 19, 2023 · 1 comment · Fixed by #3844
Closed

Byte-Order-Mark in the the middle of file generated by traverseheap -xml #3843

omajid opened this issue Apr 19, 2023 · 1 comment · Fixed by #3844
Assignees
Labels
bug Something isn't working

Comments

@omajid
Copy link
Member

omajid commented Apr 19, 2023

Description

I installed 'dotnet-dump' (version '7.0.421801'). Then I generated a heap using traverseheap -xml. The file contains U+FEFF Zero Width No-Break Space (aka BOM) in the middle of it's output:

$ grep -r $'\xEF\xBB\xBF' full-heap 
<roots>

(It's the character just before <roots>)

Is this intentional? This doesn't seem like the right place to add a BOM or a Zero-Width space.

@leculver
Copy link
Contributor

Thanks for the bug report! I have a fix here: #3844.

@ghost ghost closed this as completed in #3844 Apr 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 26, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants