Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4
2019.4.0f1
2021.1
Issue ID
1283577
Regression
No
[Profiler] Same callstack is shown for all identically named threads in Profiler's Hierarchy View when their count is over 16
Reproduction steps:
1. Open any project
2. Open the Profiler window (Window -> Analysis -> Profiler)
3. Load the attached profiling data ("profiling.zip")
4. Change detail's mode to 'Hierarchy'
5. Select any thread named as 'Thread Pool Worker' to see it's callstack
Expected result: Callstacks vary from thread to thread
Actual result: All threads show the same callstack
Reproducible with: 2019.4.13f1, 2020.1.11f1, 2020.2.0b9, 2021.1.0a3
Cannot test with 2018.4.28f1 ("Profiler data stream has invalid signature" error when trying to load profiling data)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2022.1):
Initial faulty data was generated with an earlier editor version. Newer editor versions generate data correctly.