Search Issue Tracker
Active
Under Consideration for 6000.0.X
Votes
1
Found in
6000.0.20f1
Issue ID
UUM-83578
Regression
No
Crash in ParallelSortExtensions::ParallelSort
We have been seeing another crash which now appears to be coming from resident drawer, specifically ParallelSortExtensions::ParallelSort. Our dev builds run fine, but we experience this crash 100% of the time after getting in game on a nondev build with resident drawer enabled.
**
It appears that ParallelSort schedules jobs, and then immediately Disposes() them without any fence, invalidating the resources before/while the job is using them- passing jobHandle to their dispose calls has solved the issue here, just wanted to pass the info along.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "GetOrAddComponent" method in "Unity.VisualScripting" returns "MissingComponentException" error when the "BoxCollider" Component doesn't exist
- Render Graphs Kebab Menu Buttons are missing padding and Highlight is uneven when hovered over
- Shader Keywords are not detected when defined in include files
- Right-clicking on Blackboard and Graph Inspector calls the contextual menu of the workspace
- [Android][Vulkan]Shader casting issue occurs when using Snapdragon devices with the Vulkan Graphics API
Add comment