Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Sergey Auseyau
Sergey AuseyauReporter
Michael Reiche
Michael ReicheFix versions
Story Points
0
Priority
Instabug
Open Instabug
Sentry
Sentry
Zendesk Support
Zendesk Support
Created February 20, 2025 at 6:09 PM
Updated March 17, 2025 at 9:53 PM
Resolved March 17, 2025 at 9:53 PM
patch fork to avoid message:
libc++abi: terminating due to uncaught exception of type std::__1::system_error: thread::join failed: No such process
Customer’s suggestion is to do what Shopify did - https://github.com/Shopify/grpc_fork_safety/blob/main/lib/grpc_fork_safety/patch.rb
If I’m not mistaken, the fork is in couchbase c++ library, so I don’t know that it is applicable.
Maybe just check for thread.joinable() before calling thread.join() in couchbase-cxx-client ?