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>
-
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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Resolution Note:
Won't fix