Den 2020-08-16 kl. 19:23, skrev John Klos:
Can you check if the trace still faults on stack overflow?stacksize 8192 kbytes ...
...
Yep, now it faults at 8MB instead. So, it must be a runaway recursive function in openssl that causes this.penssl RET __sigprocmask14 0 7967 1 openssl CALL __sigprocmask14(3,0x7ffff93c,0) 7967 1 openssl RET __sigprocmask14 07967 1 openssl PSIG SIGSEGV SIG_DFL: code=SEGV_MAPERR, addr=0x7f7ffff8, trap=204)7967 1 openssl NAMI "openssl.core"
gdb on this process may tell which function. -- R