perfview
perfview copied to clipboard
instrumentation manifest - duplicate stringTable elements
The stringTable in the instrumentation manifest generated by GetManifestForRegisteredProvider() can have duplicate elements.
e.g. Microsoft-JScript provider's manifest includes -
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
<string id="map_MethodAddressRangeMapJITLoopBody" value="JITLoopBody" />
Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label.
This issue still exists.
Thanks for poking this @jdu2600. Let's see if copilot can fix this.