Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2018.4.20f1
2019.4
2020.1
2020.2
Issue ID
1266046
Regression
No
Freeze/crash on DualThreadAllocator<DynamicHeapAllocator<LowLevelAllocator> >::Reallocate when selecting a Particle System
Reproduction steps:
1. Open user's attached project
2. Open scene "SampleScene"
3. In the Inspector, Select "Particle System"
-- observe freeze/crash
Reproducible with: 2018.4.26f1, 2019.4.6f1, 2020.1.1f1, 2020.2.0a20
Note:
The issue is no longer reproducible after disabling the Particle System in the scene file and then enabling it in the editor.
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
- Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing
- The search icon in the "Searches" sections is blurry and inconsistent
- "RenderingCommandBuffer" error is thrown when switching to the tvOS platform
- Left side cog menu button is obstructed by the maximum Y value of the graph when editing a curve in the Particle System Curves
- "Property exceeds previous array size (64 vs 32)." warnings are thrown when switching from tvOS platform to a Standalone platform after restarting the Editor
Resolution Note:
The system in question is spawning 1 billion particles. (literally).
We have never set an upper limit, because, the computers of tomorrow can cope with more than in the past. So it's hard to know what a sensible limit would be. But, needless to say, you're over the limit. As QA sent you a fixed scene, i'll be closing this bug now.