Updates:
        Status: PendingFurtherInfo

Comment #5 on issue 1886 by [email protected]: OS::GetRandomMmapAddr
http://code.google.com/p/v8/issues/detail?id=1886

We don't specify MAP_FIXED for those calls to mmap that use GetRandomMmapAddr() result as an addr argument. Thus we do not enforce allocation at the particular location.

There should be another reason for mmap failing, e.g. unaligned length argument. I think there are MIPS boards that use 16k pages instead of common 4k pages.

Please verify that length argument passed to the mmap is page size aligned in your case.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to