On 04/01/2014 12:56 PM, Andrey Kuzmin wrote:
Seems to have fixed it: EBADF does not show up anymore even in a 120s run.
Great, it has been committed. The issue was that fio would mistakenly not assign shadow_fd on that one alloc, hence it would think it was fd 0 and close it. And when open(2) then (validly) started handing out untracked fd 0, then all hell broke lose.
-- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html