-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fio segfault with trim + verify #1840
Comments
stack is
|
The supported use case for verify is to read the data back after a write workload. Fio should of course exit gracefully upon encountering a trim+verify workload. Fio does have a set of options (trim_percentage, trim_verify_zero, trim_backlog, trim_backlog_batch) that may support your use case, but based on brief testing, this feature does not seem to work. For your use case you could just trim the entire device and then do run a |
Closing due to lack of response. |
Please acknowledge the following before creating a ticket
Description of the bug:
We would like to verify trim, it runs to segfault when starting verification phase.
free(): double free detected in tcache 2
The fio args are printed below.
Environment:
Ubuntu 22.04.1 LTS
5.15.0-72-generic
fio version:
fio-3.34
Reproduction steps
fio fio.cfg
The text was updated successfully, but these errors were encountered: