Search Issue Tracker
Won't Fix
Votes
2
Found in
2019.4
2019.4.15f1
2020.1
2020.2
2021.1
Issue ID
1297251
Regression
No
Crash on AtomicStack::Pop when using Parallel.For to create entities in main thread
How to reproduce:
1. Open the project from "parallel_for.zip"
2. Enter Play Mode
Reproducible with: 2019.4.16f1, 2020.1.17f1, 2020.2.0f1, 2021.1.0a10
First lines of Stack trace:
0x00007FF6177C3DF8 (Unity) AtomicStack::Pop
0x00007FF616AC30D0 (Unity) BucketAllocator::Allocate
0x00007FF616AC2ECB (Unity) DualThreadAllocator<DynamicHeapAllocator>::Allocate
0x00007FF616AAA5A5 (Unity) MemoryManager::Allocate
0x00007FF616AA9566 (Unity) operator new
0x00007FF616D7FC88 (Unity) std::basic_string<char,std::char_traits<char>,std::allocator<char>
Comments (1)
-
Hakazaba
Jul 04, 2021 13:32
Does anyone have advice to avoid triggering this crash? I have a scene thats become impossible to work on due to it.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Hub redirects to The Unity Roadmap when navigating to “Send Feedback” option
- UI Toolkit throws warning and fails to clear references when fields are not typed as UnityEngine.Object
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
Resolution Note:
Won't fix