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
When running validate state or cv deploy on OSX the following error can occur:
TASK [arista.avd.cv_deploy : Deploy device configurations and tags to CloudVision] *************************************************************************************************************
Wednesday 05 February 2025 20:56:27 -0500 (0:00:00.036) 0:00:05.714 ****
Wednesday 05 February 2025 20:56:27 -0500 (0:00:00.036) 0:00:05.714 ****
objc[54680]: +[NSMutableString initialize] may have been in progress in another thread when fork() was called.
objc[54680]: +[NSMutableString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
ERROR! A worker was found in a dead state
The solution is to use
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
The text was updated successfully, but these errors were encountered:
gmuloc
changed the title
Document OSX issue
Document OSX solution for OSX fork safety issue
Feb 6, 2025
When running validate state or cv deploy on OSX the following error can occur:
The solution is to use
The text was updated successfully, but these errors were encountered: