Search Issue Tracker
Fixed
Fixed in 2023.1.X, 2023.1.0a20
Votes
0
Found in
2023.1.0a19
Issue ID
UUM-19935
Regression
Yes
[Linux] Crash on vk::DeviceState::Transition when generating lighting
Reproduction steps:
1. Open the attached project “CrashRepro”
2. Open the “Assets/Scenes/SampleScene.unity” scene
3. Click Window > Rendering > Lighting
4. In the Lighting window, click “Generate Lighting”
Expected result: Lighting is generated
Actual result: Unity Editor crashes
Reproducible with: 2023.1.0a8, 2023.1.0a19
Not reproducible with: 2020.3.42f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b16, 2023.1.0a6, 2023.1.0a20
Reproducible on: Ubuntu 20.04.5
First lines of the stack trace:
{noformat}#0 0x0055fff72e08dc in burst_signal_handler(int, siginfo_t, void)
#1 0x007f3a2977e420 in funlockfile
#2 (nil) in (Unknown)
#3 0x0055fff7925e5a in vk::DeviceState::Transition(vk::CommandBuffer, vk::DeviceState const&, vk::DeviceLocalPipelineCacheState&, vk::RenderPasses&)
#4 0x0055fff79515be in GfxDeviceVKBase::DrawBuffersInternal(VkBuffer_T, unsigned long, unsigned int, VkBuffer_T* const, unsigned int const, unsigned long const, int, DrawBuffersRange const, int, VertexDeclaration*, unsigned int, int){noformat}
Note: Reimport the project on every version
Comments (1)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
ccesu
Jul 26, 2023 03:35
I have met this crash on 2021.3.23 windows editor. This crash has no log. With native debugger, I could saw this crash.