Re: deadlock with fallocate

From: Thomas Neumann
Date: Sun Oct 11 2009 - 05:05:40 EST


> Will legacy applications fail on newer kernels? Or is it the case that
> only recently-written applications which utilise new kernel
> functionality will hit this bug?
In theory posix_fallocate has been around for a while and glibc will use
kernel functionality if available, so applications might break. In practice it
is perhaps not that common that applications use fallocate.

The problem is definitively fallocate related. When I replace possix_fallocate
with the equivalent ftruncate64 call the problem goes away. (But then again
the two calls are not really equivalent, and fallocate is the semantic that I
need).
Furthermore the deadlocks seem to start occurring after writing more data than
available main memory, but I did not investigate this thoroughly.

Thomas

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/