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 possible crash in case of dictionary registration failed
It is possible that CREATE DICTIONARY will be failed with
CANNOT_SCHEDULE_TASK, and in this case loader will contain dangling
pointer, and on the next reload it will lead to crash.
0 commit comments