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
If I follow the To Reproduce step as is, I get an error saying ERROR: Can't find 'mcount' symbol in the 'a.out'. and I can't reproduce the same symptom.
To see the same symptom, I think we need to change the To reproduce step to the following, could you please change it?
If I follow the To Reproduce step as is, I get an error saying ERROR: Can't find 'mcount' symbol in the 'a.out'. and I can't reproduce the same symptom.
To see the same symptom, I think we need to change the To reproduce step to the following, could you please change it?
Describe the bug
"<" symbol causes bad output when using the "flowchart": {"htmlLabels": false} mermaid config option.
To Reproduce
$ g++ -pg helloWorld.cpp $ uftrace record a.out $ uftrace dump --mermaid > ./tmp.html
Screenshot
Proposal
As a temporary measure, setting
"htmlLabels": true
>
and<
are not being escaped properly when"flowchart": {"htmlLabels": false}
is used mermaid-js/mermaid#4390htmlLabels:true
"The text was updated successfully, but these errors were encountered: