Search Issue Tracker
Fixed
Fixed in 6000.0.26f1, 6000.1.0a2, 7000.0.0a12
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
- Freeze/crash with multiple StackTraces when opening a specific project
- Crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera
- Multiple ArgumentExceptions are thrown when adding a VisualTreeAsset with Sprite Glyphs to a UIDocument
- Color Node Alpha slider displays incorrect value when viewed in Shader Graph
- Player unresponsive when building a specific project with Autoconnect Profiler enabled
Add comment