Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.1.0a1
2019.1.1f1
2019.2.0a1
2019.3.0a1
Issue ID
1153468
Regression
No
Unity crashes/freezes on GfxDeviceD3D11Base::EndOfFrameBookkeeping when the Compute Shader buffer is too big
How to reproduce:
1. Download and open the attached project "Compute Shader Tests.zip"
2. Open the play mode
3. Click on the buttons starting from "F1" and ending with "F6" (this will create the different size of the array, also shown in attached video "unity_crash.mp4")
-- Unity crashes/freezes --
Reproducible with: 2019.1.7f1, 2019.2.0b6, 2019.3.0a6
Couldn't test properly on 2018.4.2f1 due to package errors
Crash reproduced on: Windows 10 Pro, Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz (4 CPUs), ~3.3GHZ, NVIDIA GeForce GTX 750 Ti
Notes:
- For more information on what is provided in this test project read up on the attached picture "compute_shaders_test.png";
- The algorithm works fine up to a certain size of the input: image dimensions 400x400 (array size of 160000), after which it crashes.
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