-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Update a few stresslogs for the frame identifiers #112555
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I verified that the DAC strings work correctly.
lgtm
No description provided.