Chromium Code Reviews
DescriptionFix crash during GC in gen_snapshot:
- There were some uninitialized fields in object_store which could contain some
random initial values. These fields are part of the root set used during
Garbage collection and if a Garbage collection was triggered before these
fields are formally initialized in Object::init, it could lead to random
behaviour.
R=regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=40794
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||