kern/73010: [panic] vnode_pager_getpages: unexpected missing page

Alan Cox alc at cs.rice.edu
Tue Dec 7 20:50:08 PST 2004


On Tue, Dec 07, 2004 at 06:19:42PM -0500, Mikhail Teterin wrote:
> ???????? 07 ??????? 2004 17:17, Alan Cox ?? ????????:
> > Synopsis: [panic] vnode_pager_getpages: unexpected missing page
> > HEAD has been patched.
> >
> > http://www.freebsd.org/cgi/query-pr.cgi?pr=73010
> 
> Thanks a lot! Can you confirm -- or deny -- for the record, that larger than 
> 2Gb mmap (up to 2^63) should work on 64-bit platforms? Yours,
> 

It should work.  For example, I was able to increase MAX_INPUT_MAP and
MAX_OUTPUT_MAP in your program to 3GB.  (4GB failed not in mmap(2) but
in the compression library.)

Regards,
Alan


More information about the freebsd-bugs mailing list