Bug 1746295 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Thank you Gabriele for confirming the 98.0.1 crash report - https://crash-stats.mozilla.org/report/index/aebc9973-2854-45f1-bc27-76ea20220314. Then it's invalid for us.

We still have to figure out the oddness of the 97.0.1 crash report - https://crash-stats.mozilla.org/report/index/a7997c10-5adf-47d4-a50f-ceb460220226. According to Masayuki and Arai, the odd point is, it crashes at
 accessing vtable of releasing text node. That's really odd because if the `textNode` is nullptr, the crash should occur before the destruction of `RefPtr`...
Thank you Gabriele for confirming the 98.0.1 crash report - https://crash-stats.mozilla.org/report/index/aebc9973-2854-45f1-bc27-76ea20220314. Then it's invalid for us.

We still have to figure out the oddness of the 97.0.1 crash report - https://crash-stats.mozilla.org/report/index/a7997c10-5adf-47d4-a50f-ceb460220226. According to Masayuki and Arai, the odd point is, it crashes at accessing vtable of releasing text node. That's really odd because if the `textNode` is nullptr, the crash should occur before the destruction of `RefPtr`...

Back to Bug 1746295 Comment 9