bitwiseworks / libcx

kLIBC Extension Library
GNU Lesser General Public License v2.1
11 stars 1 forks source link

make check in heimdal build #70

Open SilvanScherrer opened 5 years ago

SilvanScherrer commented 5 years ago

When I run the make check in heimdal I see 2 issues with mmap. If I disable mmap the below test works. The 2nd does a exit 77 if no mmap is avauilable

https://github.com/bitwiseworks/heimdal-os2/blob/master-os2/lib/roken/parse_time-test.c There are also trp files, but I guess it's easier to look at the source than analysing the trp files here. And if needed (which is likely) I ave more info of course.

SilvanScherrer commented 4 years ago

With latest libcx this test doesnt crash anymore. But mprotect gives permission denied now. Thats a lot better than a crash, but still mit good enough.