GitHub user hinchliff closed a discussion: Unable to redact value of type SIGSEGV
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.9.3 ### What happened? Something in our airflow configuration (after configuring [Writing logs to Google Stackdriver](https://airflow.apache.org/docs/apache-airflow-providers-google/stable/logging/stackdriver.html)) is causing a SIGSEGV. Immediately after _some_ of the logging messages from `{local_task_job_runner.py:130} CRITICAL` showing the SIGSEGV, there follows another log message `{secrets_masker.py:282} WARNING - Unable to redact value of type` with the SIGSEGV message as the `item`. ### What you think should happen instead? I'd love to not get a SIGSEGV when trying to configure Writing logs to Google Stackdriver. But I don't know what's causing that yet. At the same time, those SIGSEGV probably should throw an exception in the redaction logic either. And those messages ask for a bug report to be filed. ### How to reproduce Cause Airflow to raise a SIGSEGV ? ### Operating System Debian GNU/Linux 12 (bookworm) ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.25.0 apache-airflow-providers-celery==3.7.2 apache-airflow-providers-cncf-kubernetes==8.3.3 apache-airflow-providers-common-io==1.3.2 apache-airflow-providers-common-sql==1.14.2 apache-airflow-providers-docker==3.12.2 apache-airflow-providers-elasticsearch==5.4.1 apache-airflow-providers-fab==1.2.2 apache-airflow-providers-ftp==3.10.0 apache-airflow-providers-google==10.21.0 apache-airflow-providers-grpc==3.5.2 apache-airflow-providers-hashicorp==3.7.1 apache-airflow-providers-http==4.12.0 apache-airflow-providers-imap==3.6.1 apache-airflow-providers-microsoft-azure==10.2.0 apache-airflow-providers-mysql==5.6.2 apache-airflow-providers-odbc==4.6.2 apache-airflow-providers-openlineage==1.9.1 apache-airflow-providers-postgres==5.11.2 apache-airflow-providers-redis==3.7.1 apache-airflow-providers-sendgrid==3.5.1 apache-airflow-providers-sftp==4.10.2 apache-airflow-providers-slack==8.7.1 apache-airflow-providers-smtp==1.7.1 apache-airflow-providers-snowflake==5.6.0 apache-airflow-providers-sqlite==3.8.1 apache-airflow-providers-ssh==3.11.2 ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? Once the config changes to (attempt to) Write logs to Google Stackdriver, viewing every Task attempt in the UI resulted in the SIGSEGV. ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) GitHub link: https://github.com/apache/airflow/discussions/46982 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
