You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/04 15:43:22 UTC

[GitHub] [airflow] kaxil commented on issue #12808: Task exited with return code Negsignal.SIGABRT

kaxil commented on issue #12808:
URL: https://github.com/apache/airflow/issues/12808#issuecomment-738854764


   This is because of the new update in MacOS.
   
   Check https://airflow.apache.org/blog/airflow-1.10.10/#running-airflow-on-macos
   
   Add the following to your `.bashrc` / `.zshrc`
   
   ```
   export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org