I encountered an error when running the following command on macOS.
$ bitcoin-iterate -q --tx='%bN %bh %th %tX' --start=761249 --end=761250 > ./dump761249tx.txt
Assertion failed: (space->off + bytes <= sizeof(space->buf)), function space_alloc, file space.h, line 22.
Abort trap: 6
Dumping the transactions of other blocks has no issues.