From 7342ad635fb0744d14e001695f1ae5afca34ebdc Mon Sep 17 00:00:00 2001 From: David Li Date: Thu, 9 May 2024 10:26:08 +0900 Subject: [PATCH] docs: add warning Also see: #1841 --- docs/source/driver/status.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/driver/status.rst b/docs/source/driver/status.rst index b25f2f492a..66fabff719 100644 --- a/docs/source/driver/status.rst +++ b/docs/source/driver/status.rst @@ -19,6 +19,12 @@ Driver Implementation Status ============================ +.. warning:: There is a known problem on macOS x86_64 when using two drivers + written in Go in the same process (unless working in a pure-Go + application), where using the second driver may crash. For more + details, see `GH-1841 + `_. + Implementation Status =====================