Closed
Bug 1346231
Opened 8 years ago
Closed 6 years ago
Crash in mozilla::dom::workers::ServiceWorkerPrivate::TerminateWorker
Categories
(Core :: DOM: Service Workers, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bkelly, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-b8abe194-48fe-4e14-8a6c-6c85d2170310.
=============================================================
This is a crash when moving a new service worker to active which replaces a previous active worker. The crash happens when trying to terminate the previous active worker.
I'm not really sure what is going wrong here, but I did notice we re-enter TerminateWorker(). I don't think the code really expects that, but I don't see why it should cause this crash either.
Updated•8 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•