Skip to content

fix(runtime): use XML-valid entity in flamegraph SVG#32716

Merged
bartlomieju merged 1 commit intomainfrom
fix/flamegraph-svg-nbsp
Mar 14, 2026
Merged

fix(runtime): use XML-valid entity in flamegraph SVG#32716
bartlomieju merged 1 commit intomainfrom
fix/flamegraph-svg-nbsp

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

@bartlomieju bartlomieju commented Mar 14, 2026

  • Replace   with   in the CPU flamegraph SVG template
  •   is an HTML entity not recognized by XML parsers, causing XML Parsing Error: undefined entity when opening the SVG standalone

Fixes #32708

Replace ` ` with ` ` in the CPU flamegraph SVG template.
` ` is an HTML entity not defined in XML, causing "undefined
entity" errors when opening the SVG in XML-strict parsers.

Fixes #32708

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bartlomieju bartlomieju requested a review from crowlKats March 14, 2026 13:58
@bartlomieju bartlomieju enabled auto-merge (squash) March 14, 2026 14:08
@bartlomieju bartlomieju merged commit f00f798 into main Mar 14, 2026
113 checks passed
@bartlomieju bartlomieju deleted the fix/flamegraph-svg-nbsp branch March 14, 2026 14:30
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.

cpu flamegraph seems broken

3 participants