Search Issue Tracker
Fixed
Fixed in 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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.