Closed
Bug 1336391
Opened 8 years ago
Closed 8 years ago
Crash in nsFormFillController::StartSearch
Categories
(Toolkit :: Form Manager, defect, P1)
Tracking
()
RESOLVED
FIXED
Iteration:
54.2 - Feb 20
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
firefox54 | --- | fixed |
People
(Reporter: jseward, Assigned: MattN)
References
(Blocks 1 open bug)
Details
(Keywords: crash, Whiteboard: [FxPrivacy] )
Crash Data
This bug was filed from the Socorro interface and is
report bp-c052d1c7-30b5-4edd-9c41-dd5ff2170203.
=============================================================
This is ranked #7 in the Windows crashes for Aurora 20170202004013.
I don't know what Component to use for this.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → MattN+bmo
Blocks: 1304224
Status: NEW → ASSIGNED
Component: Untriaged → Form Manager
Product: Core → Toolkit
Assignee | ||
Comment 1•8 years ago
|
||
Based on the timing this was probably caused by https://hg.mozilla.org/releases/mozilla-aurora/rev/0d5fd88afc55 (bug 1334026) which just went to Beta.
I thought I search for this signature the other day just in case and didn't see anything wrong but maybe that was before this started.
Blocks: 1334026
status-firefox52:
--- → affected
status-firefox53:
--- → affected
OS: Windows 10 → All
Assignee | ||
Comment 2•8 years ago
|
||
It seems like the problem is mLoginManager being null at `mLoginManager->AutoCompleteSearchAsync(…)` which means that the added:
> if (!mLoginManager) {
> mLoginManager = do_GetService("@mozilla.org/login-manager;1");
> }
is failing sometimes.
Assignee | ||
Comment 3•8 years ago
|
||
I'm fixing this in bug 1330111 attachment 8830641 [details] since that also needs to get uplifted.
Depends on: 1330111
Comment 4•8 years ago
|
||
Bug 1334026 is backed out of 52 for now, updating status.
Updated•8 years ago
|
Iteration: --- → 54.2 - Feb 20
Whiteboard: [FxPrivacy]
Updated•8 years ago
|
Priority: -- → P1
Updated•8 years ago
|
Flags: qe-verify?
Assignee | ||
Comment 5•8 years ago
|
||
There have been no crashes on Nightly since bug 1330111's fix landed: https://crash-stats.mozilla.com/signature/?version=54.0a1&signature=nsFormFillController%3A%3AStartSearch&date=%3E%3D2017-02-02T02%3A28%3A14.000Z&date=%3C2017-02-09T02%3A28%3A14.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_sort=-date&page=1#reports
Assignee | ||
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Assignee | ||
Comment 6•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3cd5d86ac3aa#l2.40
https://hg.mozilla.org/releases/mozilla-aurora/rev/83a5402b5472#l2.40
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•