Search Issue Tracker
Fixed in 1.3.0-preview.11
Votes
0
Found in [Package]
preview.7 - 1.3.0
Issue ID
1225292
Regression
No
BurstRuntime.GetHashCode32 returned hash is inconsistent if called from a different assembly and Burst compilation is enabled
Steps to reproduce:
1. Open the attached project (case_1225292.zip)
2. Under Jobs > Burst, check "Enable Compilation"
3. Open Test Runner (Window > General > Test Runner)
4. Click "Run All"
Expected result: Test succeeds (Hash returned from the natively called method matches the hash called from a different assembly)
Actual result: Test fails (Hash returned from the natively called method does not match the hash returned from a different assembly)
Reproduced in: Burst 1.1.1 (2019.3.6f1), Burst 1.2.3 (2020.1.0b2), Burst preview.7 - 1.3.0 (2020.2.0a3)
Cannot test with: Burst 1.1.0 - preview.4 and older (GetHashCode32 unavailable)
Note: If Burst compilation is disabled, the hashes match
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child GameObject
Add comment