Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0f2
Issue ID
1033474
Regression
No
2018.1.0f2 and Burst "0.2.4-preview.4" crashing Unity when assigning array values inside a delegate
How to reproduce:
1. Open user-submitted project (BurstCrash.zip)
2. Open scene "SampleScene.unity"
3. Play the scene
Expected result: Burst compiler compiles a delegate successfully
Actual result: Burst compiler crashes Unity when compiling a delegate
Reproducible with: 2018.1.0f1, 2018.1.0f2, 2018.2.0b3
Could not test with: 5.6.6f2, 2017.1.3p4, 2018.2.3f1, 2017.3.2f1, 2017.4.3f1, 2018.1.0a1, 2018.1.0b13 (Burst compiler is not compatible)
Notes:
- Crash is caused by bool array value assignment in BurstCrash.cs lines 25 and 30
- Commenting those lines out prevents the crash
- Tested with Burst versions 0.2.4(preview), 0.2.3, 0.2.0
Verified in: Burst 0.2.4-preview.5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment