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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Won't fix