Update a few stresslogs for the frame identifiers#112555
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- src/coreclr/vm/gcenv.ee.common.cpp: Language not supported
- src/coreclr/vm/i386/excepx86.cpp: Language not supported
- src/coreclr/vm/threadsuspend.cpp: Language not supported
|
Tagging subscribers to this area: @mangod9 |
15b947c to
c441705
Compare
|
Is it possible to use the same list of strings for the stresslog and DAC FrameNames? Currently the runtime |
| unsigned truncatedLength = min(len, count - 1); | ||
| for (unsigned i = 0; i < truncatedLength; i++) | ||
| { | ||
| frameName[i] = pszName[i]; |
There was a problem hiding this comment.
I was not able to find a reasonable conversion method that is available in the DAC and that has the right truncate semantics, so I have just open-coded it.
Fixed |
max-charlamb
left a comment
There was a problem hiding this comment.
I verified that the DAC strings work correctly.
lgtm
No description provided.