
We currently have a few of the POSIX tests failing because filemmap is enabled by default. The working assumption is that these program pass a pointer to the file server that points to a not yet loaded data segment. When the file server tries to access that data it therefore generates a pagefault and a call to itself it can not handle because it is unable to first return the current call. Change-Id: Ic1a2d9cd0a542bd950e2b08accb61cfe2855c5a3
…
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%