(In reply to Edgar Chen [:edgar] from comment #8) > There are two signature, > - [[@ mozilla::dom::Promise::Release ]](https://crash-stats.mozilla.org/signature/?signature=mozilla%3A%3Adom%3A%3APromise%3A%3ARelease) : this maybe something related to promise rejection event. The crash address is 0x0, it looks like we are trying to release a nullptr? I haven no idea how this happen. > - [[@ XULContentSinkImpl::Release ]](https://crash-stats.mozilla.org/signature/?signature=XULContentSinkImpl%3A%3ARelease): this doesn't look like something related to promise rejection event. In this regards, should we have separate bugs to track each one?
Bug 1579858 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.
(In reply to Edgar Chen [:edgar] from comment #8) > There are two signature, > - [[@ mozilla::dom::Promise::Release ]](https://crash-stats.mozilla.org/signature/?signature=mozilla%3A%3Adom%3A%3APromise%3A%3ARelease) : this maybe something related to promise rejection event. The crash address is 0x0, it looks like we are trying to release a nullptr? I haven no idea how this happen. > - [[@ XULContentSinkImpl::Release ]](https://crash-stats.mozilla.org/signature/?signature=XULContentSinkImpl%3A%3ARelease): this doesn't look like something related to promise rejection event. In this regard, should we have separate bugs to track each one, Edgar?