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
- [Android][Mobile Notifications] The Player freezes or crashes when calling "AndroidNotificationCenter.GetNotificationChannel" every frame
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
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.