sstsimulator / sst-macro

SST Macro Element Library
http://sst-simulator.org/
Other
33 stars 41 forks source link

stackalloc mmap fails on OSX 12.3 #672

Closed jpkenny closed 2 years ago

jpkenny commented 2 years ago

stackalloc mmap fails on OSX 12.3 My best guess is that this is a new OSX security feature getting triggered by including PROT_EXEC in the memory protection argument. I believe these are data segments and there's no need to include PROT_EXEC, and as far as I've tested, that solves the issue.