[0.72] cherry picks : Fix crash in ABIViewManager::RemoveAllChildren during shutdown#15670
[0.72] cherry picks : Fix crash in ABIViewManager::RemoveAllChildren during shutdown#15670iamAbhi-916 wants to merge 3 commits into0.72-stablefrom
Conversation
…15633) * Fix crash in ABIViewManager::RemoveAllChildren during shutdown * Change files --------- Co-authored-by: Harini Malothu <hmalothu@microsoft.com>
|
Looks okay but when you've destruction issues it's hard to see why destruction order wasn't respected i.e. it shouldn't be happening in the first place if it's rigorously followed. Once you understand C++ destruction order, out-of-order destructions should generally not happen.
What follows from that is an object destroyed earlier can access objects that outlives it (parent objects usually) destroyed later. |
|
Based on the pipelines failure here are the issues we are facing: Testing may introduce new changes where there may be compatibility issues with Image rebuild requirement and SDK 18362 not found (Playground builds) issues. |
backports #15633
Microsoft Reviewers: Open in CodeFlow