Skip to content

Commit

Permalink
adding to faq for a macos issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cloin committed Feb 6, 2020
1 parent 45f4e1d commit 4df1d95
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,15 @@ fatal: [TESTWORKSHOP-student1-f5]: FAILED! => {"changed": false, "cmd": "rpm -qp
```
$ brew install rpm
```

## Problem: Windows workshop: MacOS breaking on a fork

```TASK [Gathering Facts] **********************************************
objc[43678]: +[__NSPlaceholderDate 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.
```

### Solution:

```
$ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```

0 comments on commit 4df1d95

Please sign in to comment.