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
- Sprite Importer Checkbox Label Truncated in UI (2D Template)
- Light theme icon is missing for Volume Component in the Inspector window
- Volume Profile effects are still showing and active in Game View when the Volume Profile is reset
- Shader Graph Tab Lacks Right Margin for Long Titles
- 2DLight component only renders when ShadowCaster2D components are within range in WebGL builds
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.