Closed
Bug 599666
Opened 15 years ago
Closed 14 years ago
nsDocShell::GetCurScrollPos / GetRootScrollFrame debug spew starting up Firefox
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dbaron, Unassigned)
Details
(Whiteboard: [console-spew])
The most common debug output while starting up Firefox seems to be the following pair of warnings:
WARNING: NS_ENSURE_TRUE(shell) failed: file /home/dbaron/builds/mozilla-central/mozilla/docshell/base/nsDocShell.cpp, line 10681
WARNING: NS_ENSURE_TRUE(sf) failed: file /home/dbaron/builds/mozilla-central/mozilla/docshell/base/nsDocShell.cpp, line 4923
One of them one introduced in patch 20 on bug 526394, but the other looks like it's been around a while.
Should these not be warnings? Or should the code that's calling GetCurScrollPos on a docshell that has no pres shell be fixed to not do that?
Reporter | ||
Updated•14 years ago
|
Whiteboard: [console-spew]
![]() |
||
Comment 1•14 years ago
|
||
I can't seem to reproduce this issue. David, do you still see it?
Reporter | ||
Comment 2•14 years ago
|
||
Yeah, not happening anymore.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•