[flang-commits] [flang] [flang] Fix for runtime crash for huge local array (PR #205270)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Wed Jun 24 03:55:43 PDT 2026


tblah wrote:

On most unix-like machines you can increase your stack size limit with `ulimit -s`. When running programs compiled using flang I use an unlimited stack size: `ulimit -s unlimited`.

https://github.com/llvm/llvm-project/pull/205270


More information about the flang-commits mailing list