Search Issue Tracker
In Progress
Fixed in 2021.3.35f1, 2023.2.4f1, 2023.3.0a15
Fix In Review for 2022.3.54f1
Votes
0
Found in
2021.3.31f1
2022.3.14f1
Issue ID
UUM-53413
Regression
No
Memory Profiler fails to enumerate a specific Heap Segment
Reproduction steps:
1. Open the attached project "PointerNoRead"
2. Open Memory Profiler (Window > Analysis > Memory Profiler)
3. Click on “repro1“ memory snapshot
4. Click on the “Objects and Allocations“ tab
5. Add Address column (Click on “Data Type > Show Column > Address“)
6. Search for “0x00000079DDC78D20“ (Click on “Address“ > Match)
7. Select the filtered object
8. Observe the “_entries“ value in Managed Fields
Expected result: ”_entries” value is shown
Actual result: Value is “failed to read pointer“
Reproducible with: 2021.3.31f1
Reproducible on: Windows 10
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment