Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b10
Issue ID
780820
Regression
No
[GLCore][ComputeShader] Dispatching specificing shader results in crash
Info:
I couldn't find realy compute shader crashing problem. But its related with loop and gpu memory accessing in it. Check gif.
My Findings:
"After some investigation its compute shader crash for sure.
For now I know that it crashes, because of loop using count from memory. It might be corrupted not sure.
At least not accessing memory bug.
So might be a high number, going to do a bit simulations.
Trying max unit 4294967295. No crash
Trying 0. (kind obvious) No crash.
Mhh maybe the compiler optimizes my constant values, got to try dynamic ones. **** still no crash…
Maybe value have to be supplied by buffer (Don’t remember how its called in gpu, got that fancy name).
Got another crazy idea, maybe they release compute buffer during the compute shader job (And glcore doesn’t have protection for it). Trying. Nop it still crashes without the buffer releases. Yea that would was stupid idea, not sure how it would be related to loops…
I should probably try with other gpu, maybe its amd problem (I Hope). Nop Nvidia Crash. Damn I love nvidia crashes, because when AMD crashes it looks like your computer going to explode."
Project Steps:
1. Open scene "AOBake"
2. Click select "EthanBody" in game view
3. Open window Tools->Vagabond-POLM->Open POLM Tool
4. Click button "Use Selected"
5. Click "Precompute"
6. Click "Bake AO"
7. Driver crash.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment