Closed dmik closed 8 years ago
The reason is that LIBCx attempts to read data from a bound file and store it in the mapped page but crashes since the page is read-only. Interesting that @psmedley found it when testing Opcache in PHP5.
Fixed this in 4e3d75418050404d371fcf30eb1ea9876f74c2e5, @psmedley confirms Opcache works now for him.
The test builds of the new LIBCx are here:
If an application creates a mapping that has
PROT_READ
protection and is bound to a regular file, reading data from such a mapping will cause an unexpected access violation exception like this one (followed by a program termination):