Search Issue Tracker
Fixed
Fixed in 1.7.5, 1.8.1
Votes
0
Found in [Package]
1.7.3
1.8.0-pre.2
Issue ID
BUR-1985
Regression
Yes
"Invalid allocation label..." errors in the Console when compiling using Burst
Reproduction steps:
# Open the attached project
# Open the “/Assets/Scenes/SingleRobot.unity” Scene
# Enter the Play Mode
# Observe the Console
Expected result: No errors in the Console
Actual result: “Invalid allocation label passed to UnsafeUtility::Free” errors are present in the Console
Reproducible with: 1.6.6, 1.7.3, 1.8.0-pre.2 (2021.3.6f1, 2021.3.8f1)
Not reproducible with: 1.6.6, 1.7.3, 1.8.0-pre.2 (2020.3.39f1)
Couldn’t test with: 2021.1.28f1, 2021.2.19f1, 2021.3.5f1, 2022.1.14f1, 2022.2.0b6, 2023.1.0a8 (couldn’t upgrade due to Entities package errors)
Reproducible on: M1 MacOS 12.4 (21F79)
Notes:
* This issue is reproducible on both Apple Silicon and Intel Editors on M1 Mac
* The error goes away when you comment the line 175 in "Packages/com.unity.ai.planner/Runtime/Planner/Jobs/BackpropagationJob.cs"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment