Search Issue Tracker
Fixed
Votes
0
Found in
2021.3.29f1
2022.3.7f1
2023.1.9f1
2023.2.0b8
2023.3.0a4
Issue ID
UUM-48043
Regression
No
Memory leak and Crash on mono_gc_memmove_aligned when typing too many characters in the Shortcuts Profile naming text field
How to reproduce:
1. Open any project
2. Navigate to Edit > Shortcuts
3. Select a Profile
4. Select the same Dropdown Menu when selecting a profile and select "Rename Profile"
5. Start typing lots of characters (using ctrl+c and ctrl+v)
Reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.9f1, 2023.2.0b8, 2023.3.0a4
Note: The text field has no character limit, as characters get added to the text field, memory usage drastically increases until the Editor crashes
First lines of stack trace:
0x00007FFDB69BA4D0 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\utils\memfuncs.c:204] mono_gc_memmove_aligned
0x00007FFDB6B7BFAA (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\boehm-gc.c:1152] mono_gc_wbarrier_value_copy_internal
0x00007FFDB6A20EA6 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\icall.c:1105] ves_icall_System_Array_FastCopy
0x00007FFDB6A39711 (mono-2.0-bdwgc) [C:\build\output\Unity-Technologies\mono\mono\metadata\icall-def.h:219] ves_icall_System_Array_FastCopy_raw
0x000001B059EFFBC0 (Mono JIT Code) (wrapper managed-to-native) System.Array:FastCopy (System.Array,int,System.Array,int,int)
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 RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-45672