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 !vthreads command error with uninitialized Continuations
Continuation objects are added to GC list on create, which may not
yet be assoicated with vthread object yet at time when coredump is
generated. DDR needs to correctly handle null vthread reference.
Signed-off-by: Jack Lu <[email protected]>
0 commit comments