Bug 1579858 Comment 13 Edit History

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

I suspect that there are `Promise` in `mPendingUnhandledRejections` when destructing and the destructor of hash table clear memory to 0x0 first before release RefPtr.

The `NotifyUnhandledRejections` runnable should clear the items in `mPendingUnhandledRejections`, the only possibility is that worker terminates when `NotifyUnhandledRejections` runnable is schudled but yet executed.
I suspect that there are `Promise` in `mPendingUnhandledRejections` when destructing and the destructor of hash table clear memory to 0x0 first before release RefPtr?

The `NotifyUnhandledRejections` runnable should clear the items in `mPendingUnhandledRejections`, the only possibility is that worker terminates when `NotifyUnhandledRejections` runnable is schudled but yet executed.

Back to Bug 1579858 Comment 13