Search Issue Tracker
Fixed
Fixed in 6000.3.0b7, 6000.4.0a3
Votes
0
Found in
6000.3.0b2
6000.4.0a1
Issue ID
UUM-116428
Regression
No
[Search] Crash in LMDB during a domain reload while a merge operation is happening.
There are no real steps to reproduce this issue, as it is based on timing.
Unity can crash during a domain reload if a merge operation is currently ongoing. This is because we release all native resources, such as the LMDB database, when the OnDisable is called, which happens before threads are stopped.
Steps to reproduce:
- Open Unity
- Start an indexing operation.
- Wait until the background progress says "Merging artifacts...".
- Trigger a domain reload.
Actual results:
Unity crashes.
Expected results:
No crashes.
Reproducible with versions: 6000.3.0b1, 6000.4.0a1
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows 11
Notes:
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 6000.4.0a3):
Search: Fix crash in Search when a domain reload occurs while an index merge operation is in progress.
Resolution Note (fix version 6000.3.0b7):
Search: Fix crash in Search when a domain reload occurs while an index merge operation is in progress.