-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
-
2024-12-23
Thread deadlock
Two threads will be stuck waiting forever if each holds a lock the other needs to acquire. Threads may try to acquire two locks in different orders, potentially causing deadlock
/src/os_posix/os_mtx_cond.c:78: ORDER_REVERSAL 163828 Calling "pthread_mutex_lock" acquires lock "__wt_condvar.mtx".