Package: fincore
Version: 1.0-1
When replacing the perror("mmap") call by:
fprintf(stderr, "mmap %s: %s\n", filename, strerror(errno));
I now get:
# find /usr/bin | LC_ALL=C ./fincore -stdin -summary | grep -v 'no incore
pages'
mmap /usr/bin: No such device
page size: 4096 bytes
mmap /usr/bin/X11: No such device
0 pages, 0.0 bytes in core for 1152 files; 0.00 pages, 0.0 bytes per file.
Looks like filtering out dirs would be useful.
But there is still an issue, since no files are detected in core.
The kernel is a custom-built 2.6.27-1-k7
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]