This is on FreeBSD 14.0-RELEASE. I discovered this with a different command, but I was able to reduce it down to a pretty generic example. When I run this command, it regularly (but not always) fails:
This is a recent installation, and it's using a zfs root.
Code:
dehrmann@freebsd:/var $ ls | sort | xargs | ls
<~20 items listed>
xargs: /bin/echo: terminated with signal 13; aborting
This is a recent installation, and it's using a zfs root.