We faced an 'fault' issue when running the stress test. The fault occur when we use mmap on a newly created file on ramdisk. We use MAP_SHARED to get the content written into the file mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0L); If we change to MAP_PRIVATE the crash is not seen.