Search Issue Tracker
Won't Fix
Won't Fix in 2021.3.X
Votes
0
Found in
2021.3.30f1
Issue ID
UUM-49053
Regression
No
[Linux] Crash when running an UnityTest
Reproduction steps:
1. Open the attached “CrashRepro” project
2. Open the “Packages/SDF/Tests/Editor/AST/AstTests.cs” script file
3. Scroll down to HlslSyntaxSmokeTest() test method and run it
Expected result: The test either passes or not
Actual result: Unity Editor crashes
Reproducible with: 2021.3.30f1, 2022.2.0a11
Fixed in: 2022.2.0a12
Reproducible on: Ubuntu 23.04
Not reproducible on: Windows 10 Pro 22H2
Note: Stack trace is not printed to the Editor.log
Add comment
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
Resolution Note:
the issue is due to user defined record type is having cyclic reference. This is not obvious as the ToString method is inherited from a common base class.
Resolution Note (2021.3.X):
the issue is due to user defined record type is having cyclic reference. This is not obvious as the ToString method is inherited from a common base class.