New crash in Nightly that needs investigation:
https://sentry.prod.mozaws.net/operations/fenix-nightly/issues/6326356/
Happens quite frequently, but can not reproduce yet.
STR:
From here on, Fenix will crash every time the child tab is (re-)opened from its collection, as it is stored with the ID of its parent, which doesn't exist anymore.
In A-C, we update the parent ID of all tabs when the parent is deleted, but this does not apply to the collection state (which is a copy).
Possible solutions:
This is fixed in A-C and should no longer be reproducible in the next Nightly.
Verified as fixed with the latest Nightly build from Play Store 190925 (#12681805) with Huawei Honor 8 (Android 7), and Samsung Galaxy Note 8 (Android 9). The app didn't crash, following the steps provided.
Most helpful comment
STR:
From here on, Fenix will crash every time the child tab is (re-)opened from its collection, as it is stored with the ID of its parent, which doesn't exist anymore.
In A-C, we update the parent ID of all tabs when the parent is deleted, but this does not apply to the collection state (which is a copy).
Possible solutions: