Status: Untriaged
Owner: ----

New issue 4391 by [email protected]: Fatal error in HashMap::Initialize with --novector_ics
https://code.google.com/p/v8/issues/detail?id=4391

Version: 4.4.63.31
OS: Linux
Architecture: ARMv6

https://github.com/nodejs/node/pull/2482#issuecomment-134105872
https://github.com/nodejs/node/pull/2482#issuecomment-134305012

v4.4.63.31 introduces a bug when --novector_ics is specified on platforms where malloc(0) returns nullptr.

The initial capacity of the ZoneHashMap is zero with --novector_ics, which makes the allocator malloc zero bytes.

On platforms where malloc(0) returns a nullptr, a nullptr check in HashMap::Initialize() is hit, causing the process to abort with an "Allocation failed - process out of memory" error.

--
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