-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
BRT + sync = page fault #15768
Comments
I'm not sure what version this is targeting actually. In any case, I couldn't reproduce on 2.2.0, 2.2.2 or 2.2.3-staging @ ac59231 against Linux 5.10.170:
Any more info? Source file size, |
1G file does better. 2.2.0 (debug):
2.2.2 (debug):
2.2.3-staging @ ac59231 (debug):
So probably fixed already? |
On Ubuntu I was using 2.2.2 |
@mmatuska We should get this into 14.0 as an Errata Notice. Do you want to handle that, or would you like me to do it? |
@allanjude Please prepare the Errata, but you fix here only one of many problems. |
Closing, this was fixed in 2.2.2 by 2aa3a48 as mentioned above. |
System information
Describe the problem you're observing
When using BRT to clone a file, and then calling
sync
, the system will panic.Describe how to reproduce the problem
FreeBSD:
Ubuntu:
Analysis
It seems the issue is in the
memcpy()
inzil_lwb_commit()
, theInclude any warning/errors/backtraces from the system logs
FreeBSD:
kgdb of vmcore:
Ubuntu:
The text was updated successfully, but these errors were encountered: