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
Clear the SafeRef earlier during database shutdown, so that scheduled actions
do not have the opportunity to use it while it is being torn down.
Additionally, there were scheduled call backs being kicked off in repo.cc that were not wrapped in a safe ref lock, so any of them could crash if the repo was being shut down while they were running. Those functions are all now wrapped in safe ref locks.
PiperOrigin-RevId: 255608792
0 commit comments