Search Issue Tracker
Won't Fix
Votes
4
Found in
2017.3.0a1
2018.3.0a1
2018.3.4f1
2019.1.0a1
2019.2.0a1
Issue ID
1127010
Regression
No
Thread-Deadlock during prepare method by JIT
Reproduction steps:
1. Open "JITCrash.zip" project
2. Build Standalone Build
3. Run "run.bat" in the Project folder 6-8 times
4. Notice that at least one CMD window stalls and doesn't update
Expected Result: No Thread-Deadlock during prepare method by JIT
Actual Result: Thread-Deadlock during prepare method by JIT
Reproduced with: 2019.2.0a5, 2019.1.0b3, 2018.3.6f1, 2017.4.20f2
Comments (1)
-
Tor-Vestergaard
Apr 05, 2019 20:55
( Note to anyone who searches and finds this issue: this bug was fixed with version 2.0.16 of Odin )
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
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Resolution Note:
There was a deadlock between a mono runtime lock and a lock in the Sirenix plugin, with each depending on the other. I modified the code path in Sirenix to use a lock free queue rather than taking a lock.