Closed
Bug 1462726
Opened 7 years ago
Closed 7 years ago
Fatal assert (mFrecencyStatsCount > 0) when starting with a file:// URI
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
DUPLICATE
of bug 1462275
People
(Reporter: bzbarsky, Unassigned)
References
Details
This is making it impossible for me to use file:// URIs for debugging, which is a pretty hard blocker for me.
In my normal debugging profile, if I do something like:
firefox ~
I get a fatal assert like so:
Assertion failure: mFrecencyStatsCount > 0, at /home/bzbarsky/mozilla/vanilla/mozilla/toolkit/components/places/nsNavHistory.cpp:657
This happens for all the file:// urls I've tried loading in this profile.
Flags: needinfo?(mak77)
Flags: needinfo?(adw)
Reporter | ||
Updated•7 years ago
|
Summary: Fatal assert when starting with a file:// URI → Fatal assert (mFrecencyStatsCount > 0) when starting with a file:// URI
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(mak77)
Flags: needinfo?(adw)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•