Search Issue Tracker
Active
Fixed in 2021.3.31f1, 2022.3.11f1, 2023.1.16f1, 2023.2.0b12, 2023.3.0a8
Under Consideration for 2024.1.X
Votes
0
Found in
2021.3.28f1
2022.3.7f1
2023.1.9f1
2023.2.0b6
Issue ID
UUM-46590
Regression
No
[ISS] Crash on when memcpy_repmovs calling JsonUtility.FromJson on System.Threading.Tasks.Parallel.For
Reproduction steps:
1. Open the attached project “CrashRepro“
2. Open “Assets/Scenes/SampleScene.unity“ scene
3. Enter the Play mode
Expected result: “Success!!“ is displayed in the Console
Actual result: Editor crashes
Reproducible with: 2021.3.28f1, 2022.3.7f1, 2023.1.9f1, 2023.2.0b6
Reproducible on: Windows 11
Not reproducible on: No other environment tested
First few lines of stack trace
{noformat}0x00007FF7EDD7028E (Unity) memcpy_repmovs
0x00007FF7EB9352D4 (Unity) SerializationCache::WriteQueueForTransferSignatureIntoCache
0x00007FF7EB9316C8 (Unity) SerializationCache::GetNameConversion
0x00007FF7EB8EAA89 (Unity) TransferScriptingObject<JSONRead>
0x00007FF7EBDB51A5 (Unity) FromJsonInternal{noformat}
Note: Reproduction rate is about 15%.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tilemap Collider 2D is not updating the Collider shapes when removing Tiles on the Tilemap component
- Inspector with the scrollbar is unusable when Material properties are edited and the scene is saved
- The Rendering Profiler module statistics are zero when Application.targetFrameRate is set
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
Add comment