On Tue, Nov 19, 2024 at 07:48:56PM +0300, Andrew Randrianasulu wrote:
> On Tue, Nov 19, 2024 at 4:05 PM nia <nia%netbsd.org@localhost> wrote:
>
> > On Mon, Nov 18, 2024 at 10:23:51AM +0300, Andrew Randrianasulu wrote:
> > > Any ideas how to debug this?
> >
> > ktraaaace?
> >
>
> 3697 3697 86Box mmap(0, 0x7800000, 0x7, 0x1002, 0xffffffff, 0, 0)
> Err#13 EACCES
0x7 is READ|WRITE|EXEC. This is forbidden by NetBSD's MPROTECT
security feature. paxctl +m the binary.
Yay, it worked! I wonder how upstream supposed to handle this ?