potiuk commented on issue #20309: URL: https://github.com/apache/airflow/issues/20309#issuecomment-1288320601
One thing you can try. Can you set the PYTHONFAULTHANDLER variable before running airlfow ? ``` export PYTHONFAULTHANDLER="true" ``` Setting this variable before running your airlfow might provide more information on what caused the problem - it will not make it possible to handle it better, but at least might save you the guesswork. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
