You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash: make sure object fresh before calling init
The problem is that all warm objects are populated with outers and
class parameters in Heap.prepare(). If we call `init` on those
objects, the only-set-once invariant will be violated and crash.
0 commit comments