On Sat, May 25, 2019 at 02:44:02PM -0300, Martin Pieuchot wrote: > It looks like a stack exhaustion. > Having a non-recursive art_table_walk() might be a solution.
We see a similar crash on OpenBSD 6.5. Disabling -msave-args as a workaround helps, then it uses less stack. I guess this is the reason why we did not see it with 6.4. bluhm
