Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 3530 by [email protected]: Turning old cons strings into external string leads to GC crash
https://code.google.com/p/v8/issues/detail?id=3530

We currently do not allow external strings with an unaligned pointer to data backing store because GC walking over it would interpret it as a heap object reference.

CL [0] enables that, but test-api/MakingExternalUnalignedAsciiString fails for the mentioned reason. Landing that would fix the issue shown in the regression test.

[0] https://codereview.chromium.org/368223002/

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