rosehgal / DockerENT

The only open-source tool to analyze vulnerabilities and configuration issues with running docker container(s) and docker networks.
MIT License
127 stars 17 forks source link

CLI application gets hang. #29

Open rosehgal opened 3 years ago

rosehgal commented 3 years ago

This issue was observed in MacOS where the system throwing this warning below.

objc[26309]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[26309]: +[__NSCFConstantString 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.
objc[26310]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[26310]: +[__NSCFConstantString 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.

This is through macos Catalina update this has been discussed in detail @ https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr

This issues has nothing to do with application DockerENT

rosehgal commented 3 years ago

TL;DR stack overflow: export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES