"Failed to create write and exec mmap regions" on macOS
I liked gstreamer on xcode to build a macos application.
I run an example and this is the error I get.
Now Probably this is something very small but I have got no idea on what is going on? Cannot find anything on the internet as well.
2020-06-10 01:27:57.924072+0530 SoundBox[60609:21276290] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x600000271d20> F8BB1C28-BAE8-11D6-9C31-00039315CD46
2020-06-10 01:27:57.962618+0530 SoundBox[60609:21276290] HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
2020-06-10 01:27:57.963097+0530 SoundBox[60609:21276290] HALC_ShellDriverPlugIn::Open: Can't get a pointer to the Open routine
ORC: ERROR: ../orc/orccodemem.c(290): void orc_code_region_allocate_codemem(OrcCodeRegion *)(): Failed to create write and exec mmap regions. This is probably because SELinux execmem check is enabled (good) and $TMPDIR and $HOME are mounted noexec (bad).
ORC: ERROR: ../orc/orccodemem.c(149): OrcCodeChunk *orc_code_region_get_free_chunk(int)(): assertion failed: 0
(lldb) ```
Edited by Sebastian Dröge