This release fixes crashes in static musl builds when evaluating deeply nested generated TQL expressions.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Static musl builds no longer crash on deep TQL expressions
Section titled “Static musl builds no longer crash on deep TQL expressions”Apr 27, 2026 · @tobim, @codex · #6082
Static musl builds of tenzir no longer crash on deeply nested generated TQL
expressions.
This affected generated pipelines with deeply nested expressions, for example rules or transformations that expand into long left-associated operator chains.
The tenzir binary now links with a larger default thread stack size on musl,
which brings its behavior in line with non-static builds for these pipelines.