-
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 core dump at >> td_io_queue (td=td@entry=0x7fd1ff6b18a0, io_u=io_u@entry=0x201f140) at ioengines.c:342 #1408
Comments
I have enabled debug and see the following at the end
|
Issue seems to be occuring only when "--file_append" is enabled. May be FIO is seeking out of range offsets? |
I had a recent patch that might be to blame: You could try reverting it to see if your issue goes away. Also please try to simplify your job to the minimum set of parameters required to trigger the problem. |
Closing due to lack of response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please acknowledge the following before creating a ticket
Description of the bug:
On RHEL8.6, i am receiving core dump of fio when executing with following options
Environment:
RHEL8.6
Linux 4.18.0-372.9.1.el8.x86_64 #1 SMP Fri Apr 15 22:12:19 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux
fio version:
fio --version
fio-3.30-48-g26fa
Reproduction steps
On NFS4 mount, execute the following FIO job
fio --name=nfs --directory=/mnt/nfs1 --ioengine=libaio --direct=1 --size=1GiB --bsrange=4k-256k --nrfiles=16 --create_on_open=1 --refill_buffers=0 --time_based=1 --runtime=99999 --lockfile=none --file_service_type=random:8 --norandommap --file_append=1 --iodepth=64 --exitall_on_error --numjobs=16 --rw=randrw
Once the following asset is received, cancel the job.
fio: ioengines.c:342: td_io_queue: Assertion `fio_file_open(io_u->file)' failed.9,w=730 IOPS][eta 01d:03h:45m:37s]
Backtrace from core dump:
The text was updated successfully, but these errors were encountered: