Richard Braun, le Sat 28 Feb 2015 13:05:07 +0100, a écrit : > I'd say that glibc (in mmap) should add a reference to the file. On > munmap or process termination, all references are dropped.
Looks like a very hard way to fix a corner issue :) It'd mean tracking what was mapped, whether some parts of the file are still mapped, etc. Samuel