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 -- Christian Helmuth Genode Labs https://www.genode-labs.com/ · https://genode.org/ https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth _______________________________________________ Genode users mailing list [email protected] https://lists.genode.org/listinfo/users
