-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kernel bug at mmaped fuse file #1
Comments
test
--> QEMU touches mmaped file in abnormal way? |
It is not happening at Yohsi's code, so the problem might be coming from FUSE related code. |
This is interesting bug. It only happens at certain environment where the system has around 4GB memory. It seems to be related to available cache size and cannot reproduce with my custom mmap test program. Next Test
I disabled EPT by
and verified disabled EPT by
Wow, it works well without EPT!! |
ConclusionEPT makes problem at mmaped fuse memory. Workaround
I'll keep working on this. Before having concrete solution, you can use this workaround if you have this problem. |
This is randomly reported when create overlay VM. It tends to be happen more frequently on low-end machine.
How to reproduce
Follow up Test
Possible causes
The text was updated successfully, but these errors were encountered: