summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2019-04-11 19:46:04 +0300
committerGitHub <noreply@github.com>2019-04-11 19:46:04 +0300
commit120518e24862dbb7f880ede0c4f20db3df09eb3c (patch)
tree5a47a4ba78b0721e06fa327b8a00b5ee45733dce /CHANGELOG.md
parent1e2cafcd9879601a486c4b393bb8b5a29bdfcbdb (diff)
python.d.plugin: py2 fix crash on macos (#5838)
##### Summary Fixes: #5821 similar issue: https://github.com/ansible/ansible/issues/32499 > This is apparently due to some new security changes made in High Sierra that are breaking lots of Python things that use fork(). Rumor has it that adding export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES before your Ansible run should clear it up. The code that's causing issues is well below Ansible in the stack. ^^ multiprocessing broken on macOS python.d.plugin uses multiprocessing package Fix: - export `OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES` in case of MacOS ##### Component Name [/collectors/python.d.plugin](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin) ##### Additional Information
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions