Closed
Bug 1240766
Opened 10 years ago
Closed 10 years ago
crash in mozilla::dom::Geolocation::Init
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: tracy, Assigned: ttaubert)
References
Details
(Keywords: crash, topcrash-mac, topcrash-win)
Crash Data
Attachments
(1 file)
1.77 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-7b5f85a9-97c6-4629-b104-5c9fb2160118.
=============================================================
This is a startup crash that jumped to #1 in volume on Nightly since it first appeared on in 20160115055328 builds. There is notable volume on Windows and Mac 10.11.
Comment 1•10 years ago
|
||
Null URI retrieved from the principal for the purposes of gathering telemetry. Curious.
Blocks: 1230209
Comment 2•10 years ago
|
||
Could be the system principal? Geolocation being used from extensions, perhaps?
Assignee | ||
Comment 3•10 years ago
|
||
Interesting, I assumed that we wouldn't get there when used by chrome/c++ due to the comment at the bottom of the Init() function:
> // If no aContentDom was passed into us, we are being used
> // by chrome/c++ and have no mOwner, no mPrincipal, and no need
> // to prompt.
So is the right way to fix this simply to check if (uri) { ... } ?
Flags: needinfo?(josh)
Assignee | ||
Comment 5•10 years ago
|
||
Updated•10 years ago
|
Attachment #8709665 -
Flags: review?(josh) → review+
Comment 7•10 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•