hinchliff commented on issue #46943:
URL: https://github.com/apache/airflow/issues/46943#issuecomment-2672735913

   the full exception log from `secrets_masker.py` -- 
   
   ```
   [2025-02-20T19:44:42.794+0000] {secrets_masker.py:282} WARNING - Unable to 
redact value of type 
   ******************************************* Received SIGSEGV 
*******************************************
   SIGSEGV (Segmentation Violation) signal indicates Segmentation Fault error 
which refers to
   an attempt by a program/library to write or read outside its allocated 
memory.
   
   In Python environment usually this signal refers to libraries which use low 
level C API.
   Make sure that you use right libraries/Docker Images
   for your architecture (Intel/ARM) and/or Operational System (Linux/macOS).
   
   Suggested way to debug
   ======================
     - Set environment variable 'PYTHONFAULTHANDLER' to 'true'.
     - Start airflow services.
     - Restart failed airflow task.
     - Check 'scheduler' and 'worker' services logs for additional traceback
       which might contain information about module/library where actual error 
happen.
   
   Known Issues
   ============
   
   Note: Only Linux-based distros supported as "Production" execution 
environment for Airflow.
   
   macOS
   -----
    1. Due to limitations in Apple's libraries not every process might 'fork' 
safe.
       One of the general error is unable to query the macOS system 
configuration for network proxies.
       If your are not using a proxy you could disable it by set environment 
variable 'no_proxy' to '*'.
       See: https://github.com/python/cpython/issues/58037 and 
https://bugs.python.org/issue30385#msg293958
   
********************************************************************************************************,
 please report this via <https://github.com/apache/airflow/issues>. Error was: 
RecursionError: maximum recursion depth exceeded
   ```


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

Reply via email to