Updates:
        Status: Started
        Owner: [email protected]

Comment #10 on issue 4142 by [email protected]: "MemorySanitizer can not mmap the shadow memory" error on v8_linux64_msan_rel
https://code.google.com/p/v8/issues/detail?id=4142

Comparing with my desktop,
mmap(NULL, 35184372088832, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS| MAP_NORESERVE, -1, 0) = -1 EPERM (Operation not permitted)

(a) we are not always allowed to protect the page at address 0
(b) our check in ProtectMemoryRange (msan_linux.cc) is actually backwards!


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to