Skip to content

Commit 5ac626c

Browse files
bghgaryCopilot
andauthored
Bump JsRuntimeHost to fix WorkQueue destructor deadlock (#1654)
Bump JsRuntimeHost to include the fix for a race condition in WorkQueue::~WorkQueue() where cancel() + notify_all() could miss condition_variable::wait(), causing a deadlock on thread join during shutdown. See BabylonJS/JsRuntimeHost#147 for full details and threading diagrams. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 887a044 commit 5ac626c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ FetchContent_Declare(ios-cmake
5454
EXCLUDE_FROM_ALL)
5555
FetchContent_Declare(JsRuntimeHost
5656
GIT_REPOSITORY https://github.com/BabylonJS/JsRuntimeHost.git
57-
GIT_TAG 08b5ecc5c7d85e617bb44f9394b3517097dd7e3e)
57+
GIT_TAG 598f004457cf7a340a9acbe7138fcc3196b80674)
5858
FetchContent_Declare(libwebp
5959
GIT_REPOSITORY https://github.com/webmproject/libwebp.git
6060
GIT_TAG 57e324e2eb99be46df46d77b65705e34a7ae616c

0 commit comments

Comments
 (0)