Search Issue Tracker
Fixed in 0.7.0-preview.1
Votes
0
Found in [Package]
0.5.0-preview.1
Issue ID
1401201
Regression
No
NullReferenceException is thrown upon trying to go back to Untracked Memory while in Fragmentation tab using Memory Profiler
Steps to reproduce:
1. Create a new project or open an existing one
2. Import the Memory Profiler package
3. Open Memory Profiler
4. Take a snapshot or select and already existing one
5. Select the snapshot
6. Click on "Fragmentation" tab
7. Select "Untracked Memory" category and then select any other category
8. Press the Back button (left pointing triangle at the top of the window)
Expected results: No errors or warnings in the console
Actual results: "NullReferenceException: Object reference not set to an instance of an object" is produced
Reproducible with: Memory Profiler 0.5.0-preview.1 (2019.4.34f1, 2020.3.28f1, 2021.2.10f1, 2022.1.0b6, 2022.2.0a3)
Couldn't test with earlier Memory Profiler versions as the Memory categories are not selectable and there's no References window
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
Resolution Note (fix version 0.7.0-preview.1):
History buttons removed from Memory Profiler 0.7.0-preview.1, so it's no longer possible to reproduce the issue by following the steps