Štěpán Němec <snemec@xxxxxxxxxx> wrote: > Wider testing has shown that 128 kB stack is too low (e.g. for systems > with 64 kB page size), leading to false failures in some environments. We could try to get rid of large on-stack allocations and always malloc instead.