Hello Alexander,
On Thu, Apr 08, 2021 at 18:18:01 CEST, Alexander Tormasov via users wrote:
page fault, pd='init' thread='ep' cpu=0 ip=0xb1d73 address=0x401eeffc stack pointer=0x401eeff0 qualifiers=0x6 irUWp reason=1
The fault address is in the stack area and looks suspicious: 0x401eeff0 is 4100 bytes below 64K of stack. Could it be your stack size is 64K which does not suffice your use case?
Greets