Search Issue Tracker
Duplicate
Duplicate in 2018.4.X, 2019.3.X
Votes
0
Found in
2017.4
2018.4
2018.4.18f1
2019.3
2020.1.0a6
Issue ID
1227431
Regression
No
Memory leak in x32 Build when using MoonSharp lua interpreter, GC.Collect() and Dictionary<Guid, object>
How to reproduce:
1. Open attached project "Widdle2.zip"
2. Open File -> Build Settings
3. Make sure Architecture is set to x86 (the bug does not reproduce with x64)
4. Build and Run
5. Open Task Manager and observe the Standalone application ram usage
Expected result: the ram usage hovers around 70-150MB
Actual result: the ram usage increases 300MB every second to 3GB, after that the program does not respond or crash
Reproducible with: 2017.4.38f1, 2018.4.20f1, 2019.3.6f1, 2020.1.0a6
Not reproducible with: 2020.1.0a7, 2020.2.0a3
-
Resolution Note (2020.1.X):
Fixed in: 2020.1.0a7
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1054493