Fix invalid ioengine initialization for cpp_null
[fio.git] / REPORTING-BUGS
... / ...
CommitLineData
1Reporting a bug
2---------------
3
4If you notice anything that seems like a fio bug, please do send email
5to the list (fio@vger.kernel.org, see README) about it. If you are not
6running the newest release of fio, upgrading first is recommended.
7
8When reporting a bug, you'll need to include:
9
101) A description of what you think the bug is
112) Environment (Linux distro version, kernel version). This is mostly
12 needed if it's a build bug.
133) The output from fio --version.
144) How to reproduce. Please include a full list of the parameters
15 passed to fio and the job file used (if any).
16
17A bug report can never have too much information. Any time information
18is left out and has to be asked for, it'll add to the turn-around time
19of getting to the bottom of it and committing a fix.
20
21That's it!