Search Issue Tracker

Fixed

Fixed in 2022.3.8f1, 2023.1.10f1, 2023.2.0b6, 2023.3.0a1

Votes

0

Found in

2022.3.0f1

2023.1.0f1

2023.2.0b1

2023.3.0a1

2024.1.0a1

Issue ID

UUM-46148

Regression

No

Deadlock when building player in DOTS project

--

-

Bonfire has 100% freeze when building the player after clean import.
Freeze was tracked down to Import Worker msg parsing during the build process.
Deadlock was due to main thread and background thread both needing to lock the persistent manager to process this msg.
Fix is to move log processing from background thread to main thread.

  1. Resolution Note (fix version 2023.3.0a1):

    Fix rare deadlock that can occur when building DOTS based projects.

  2. Resolution Note (fix version 2023.2.0b6):

    Fix rare deadlock that can occur when building DOTS based projects.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.