Uh oh!
There was an error while loading. Please reload this page.
properly enumerate uninstrumented bounds - #119965
Conversation
Tagging subscribers to this area: @steveisok, @dotnet/dotnet-diag |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the enumeration of memory regions for debug information by properly handling uninstrumented bounds that were introduced in a previous change. The fix ensures that both instrumented and uninstrumented bounds are correctly accounted for when enumerating memory regions, and adds proper alignment padding to prevent partial read failures.
Key Changes:
- Updates memory region enumeration to handle uninstrumented bounds alongside existing instrumented bounds
- Adds alignment padding to prevent NibbleReader from partially failing on unaligned debug info streams
Uh oh!
There was an error while loading. Please reload this page.
c7bcec4 to
70b2864CompareUh oh!
There was an error while loading. Please reload this page.
steveisok
commented
Sep 24, 2025
/backport to release/10.0 |
Started backporting to release/10.0: https://github.com/dotnet/runtime/actions/runs/17990332541 |
partial fix for #119921.