[Bug 269341] [msdosfs] deadlock with sendfile
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269341] [msdosfs] deadlock with sendfile"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 21:36:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269341 --- Comment #2 from Alan Somers <asomers@FreeBSD.org> --- The executable is too large to attach to bugzilla, so I put it on https://people.freebsd.org/~asomers/fsx.gz , compiled for 14.0 amd64. Also, I forgot to give the fsx.toml content used to reproduce this bug. Here it is: flen = 1048576 nomsyncafterwrite = true [opsize] max = 393216 [weights] read = 0 mapread = 0 mapwrite = 0 truncate = 2 fsync = 1 fdatasync = 1 sendfile = 10 -- You are receiving this mail because: You are the assignee for the bug.