On Fri, Nov 10, 2023 at 12:03 PM <benja...@sipsolutions.net> wrote: > > From: Benjamin Berg <benja...@sipsolutions.net> > > The threads allocated inside the kernel have only a single page of > stack. Unfortunately, the vfprintf function in standard glibc may use > too much stack-space, overflowing it.
Another option is giving the helper threads more memory, we don't have that many. Did you explore this option already? -- Thanks, //richard