This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc-2.2.4pre2 test failure


Nix <nix@esperi.demon.co.uk> writes:

> mmap(NULL, 1000, PROT_READ, MAP_SHARED, 3, 0x1fff) = -1 EINVAL (Invalid argument)
> mmap(NULL, 1000, PROT_READ, MAP_SHARED, 3, 0x1fff) = -1 EINVAL (Invalid argument)
> mmap(NULL, 1000, PROT_READ, MAP_PRIVATE, 3, 0x1fff) = 0x70146000

The last result is incorrect.  mmap must not succeed.  It's a kernel
problem.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]