Search Issue Tracker
In Progress
Fixed in 6000.0.26f1, 6000.1.0a2
Votes
1
Found in
6000.0.20f1
6000.1.0a1
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
- Weird behaviour in TextMeshPro Link Example sample when hovering over single letters after hovering over a word
- RegisterValueChangedCallback is triggered when the Label of a TextField is changed
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
- Undoing changes to Default Style Sheet does not show change until editor refresh
Add comment