Hchanni opened a new issue, #55838: URL: https://github.com/apache/airflow/issues/55838
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.3 ### What happened? Trying to run `airflow standalone` and it just segfaults: ``` webserver | Fatal Python error: Segmentation fault webserver | Current thread 0x000000020a774800 (most recent call first): webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/util.py", line 53 in _setproctitle webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/arbiter.py", line 607 in spawn_worker webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/arbiter.py", line 645 in spawn_workers webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/arbiter.py", line 572 in manage_workers webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/arbiter.py", line 212 in run webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/app/base.py", line 71 in run webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/app/base.py", line 235 in run webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 66 in run webserver | File "/Users/tnagenalli/abnormal/source/.venv/lib/python3.11/site-packages/gunicorn/__main__.py", line 10 in <module> webserver | File "<frozen runpy>", line 88 in _run_code webserver | File "<frozen runpy>", line 198 in _run_module_as_main webserver | Extension modules: setproctitle._setproctitle, _brotli, zstandard.backend_c, charset_normalizer.md, simplejson._speedups, requests.packages.charset_normalizer.md, requests.packages.chardet.md, _cffi_backend, yaml._yaml, sqlalchemy.cimmutabledict, greenlet._greenlet, sqlalchemy.cprocessors, sqlalchemy.cresultproxy, tornado.speedups, pendulum.parsing._iso8601, pendulum._extensions._helpers, lazy_object_proxy.cext, markupsafe._speedups, PIL._imaging, psycopg2._psycopg, multidict._multidict, yarl._quoting_c, propcache._helpers_c, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket.mask, aiohttp._websocket.reader_c, frozenlist._frozenlist, snappy._snappy, lz4._version, lz4.frame._frame, msgpack._cmsgpack, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._ph ilox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, pandas._libs.tslibs.np_datetime, pandas._libs.tslibs.dtypes, pandas._libs.tslibs.base, pandas._libs.tslibs.nattype, pandas._libs.tslibs.timezones, pandas._libs.tslibs.tzconversion, pandas._libs.tslibs.ccalendar, pandas._libs.tslibs.fields, pandas._libs.tslibs.timedeltas, pandas._libs.tslibs.timestamps, pandas._libs.properties, pandas._libs.tslibs.offsets, pandas._libs.tslibs.parsing, pandas._libs.tslibs.conversion, pandas._libs.tslibs.period, pandas._libs.tslibs.vectorized, pandas._libs.ops_dispatch, pandas._libs.missing, pandas._libs.hashtable, pandas._libs.algos, pandas._libs.interval, pandas._libs.tslib, pandas._libs.lib, pandas._libs.hashing, pyarrow.lib, pandas._libs.ops, pyarrow._compute, pandas._libs.arrays, pandas._libs.index, pandas._libs.join, pandas._libs.sparse, pandas._libs.reduction, pandas._libs.indexing, pandas._libs.internals, pandas._libs.writers, pandas._libs.window.aggregations, pandas._libs .window.indexers, pandas._libs.reshape, pandas._libs.tslibs.strptime, pandas._libs.groupby, pandas._libs.testing, pandas._libs.parsers, pandas._libs.json (total: 88) webserver | [2025-09-18 10:01:04 -0400] [21754] [ERROR] Worker (pid:22183) was sent SIGSEGV! ``` ### What you think should happen instead? _No response_ ### How to reproduce Install MacOS26 and then use the airflow version and attempt `airflow standalone` with that apache airflow version. ### Operating System Local: MacOS 26 ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### 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) -- 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]
