Search Issue Tracker
Fixed
Fixed in 2021.3.31f1, 2022.3.11f1, 2023.1.16f1, 2023.2.0b12, 2023.3.0a8
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
- "Process VFXCamera Command" column is displayed in the "Render Graph Viewer" when there are no VFX in the Scene
- [Performance] Vulkan performing much worse than OpenGLES due to excessive buffer copies on Quest 2/3
- An error 'AssertionException: Assertion failure. Value was False' is displayed in the Console when maximizing or unmaximizing the UI Builder
- Asset Database warning is being logged continuously when creating a script in an embedded package
- Build process only shows Initializing when building for Android
Add comment