You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue most probably comes from the MacOS specifics for fork() function call from file ./core/src/engine/subprocess/process_starter.cpp in ProcessStarter::Exec there is an explicit fork() call which is leading to such problem.
there either need to switch fork to posix_spawn or properly set pthread_atfork which will cleanup all the parent process resources. And I am pretty sure that issue here somehow related to this one
OS:
MacOS arm64
Compiler:
AppleClang
Install
userver
Run
pg_grpc_service_template
The text was updated successfully, but these errors were encountered: