Closed
Bug 1416174
Opened 8 years ago
Closed 8 years ago
Crash in mozilla::dom::WorkerGlobalScope::GetExistingNavigator
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla58
People
(Reporter: cgeorgiu, Assigned: baku)
Details
(Keywords: crash)
Crash Data
Attachments
(3 files)
|
17.81 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
|
4.12 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
|
9.71 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-bd5142e5-4c2f-4e79-9af2-fa4590171109.
=============================================================
[Affected versions]:
- latest Nightly 58.0a1 (2017-11-09)
- 57.0 RC (20171109183137)
- 56.0.2 (20171024165158)
- 52.5.0 esr (20171107091003)
[Affected platforms]:
- Windows 10 x64
- macOS 10.13
- Ubuntu 16.04 x64
[Steps to reproduce]:
1. Start Firefox.
2. Run the following code in the browser console:
try { Cc["@mozilla.org/net/osfileconstantsservice;1"].createInstance(Ci.nsIXMLHttpRequest);}catch(err){}
try { Cc["@mozilla.org/places/colorAnalyzer;1"].createInstance(Ci.nsIXMLHttpRequest);}catch(err){}
3. Close Firefox via hamburger menu.
[Expected result]:
- There's no crash after closing Firefox.
[Actual result]:
- Firefox crashes.
[Regression range]:
- I don't think this is a regression, I was able to reproduce this on FF 32.0 as well.
[Additional notes]:
- see this screencast: https://imgur.com/a/w4yq6 in order to reproduce the issue
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → amarchesini
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Attachment #8927313 -
Attachment is patch: true
| Assignee | ||
Updated•8 years ago
|
Attachment #8927312 -
Flags: review?(bugs)
| Assignee | ||
Updated•8 years ago
|
Attachment #8927313 -
Flags: review?(bugs)
| Assignee | ||
Updated•8 years ago
|
Attachment #8927314 -
Flags: review?(bugs)
Updated•8 years ago
|
Attachment #8927312 -
Flags: review?(bugs) → review+
Updated•8 years ago
|
Attachment #8927313 -
Flags: review?(bugs) → review+
Comment 4•8 years ago
|
||
Comment on attachment 8927314 [details] [diff] [review]
part 3 - moving gPaths to mPaths
Folks tend to prefer UniquePtr over nsAutoPtr.
That fixed, r+
Attachment #8927314 -
Flags: review?(bugs) → review+
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc82839201a6
part 1 - OSFileConstants must be a singleton, r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/9b1d10a8644b
part 2 - OSFileConstants as nsIObserver, r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/a9246983376b
part 3 - moving gPaths to mPaths,r=smaug
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/05603dbb4dd8
part 4 - OSFileConstants should use UniquePtr instead of nsAutoPtr, r=smaug
Comment 7•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/dc82839201a6
https://hg.mozilla.org/mozilla-central/rev/9b1d10a8644b
https://hg.mozilla.org/mozilla-central/rev/a9246983376b
https://hg.mozilla.org/mozilla-central/rev/05603dbb4dd8
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Updated•8 years ago
|
Comment 8•8 years ago
|
||
Volume on ESR52 is low enough that I don't think we care.
Updated•8 years ago
|
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•