potiuk commented on issue #37149:
URL: https://github.com/apache/airflow/issues/37149#issuecomment-1932315980

   Yes it's known issue for Python (not for airflow) to have broken threading 
behaviour, specifically when you are using proxies  
https://github.com/apache/airflow/discussions/24463  - you can look for similar 
issues and various workarounds worked for various people's and library 
problems. One of such solutions was forcing "no proxy" (look in the issue). 
Also you can try to set this config 
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#execute-tasks-new-python-interpreter
 - it halped a number of people as well.
   
   But it is very random and only happens for some people, so we cannot do much 
about it.
   
   Similar issue here: https://bugs.python.org/issue24273 - but there might be 
other reasons why you get sigsegv - mostly it's because something in your 
environen
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

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

Reply via email to