Closed Bug 1026521 Opened 10 years ago Closed 10 years ago

e10s blank page with hardware acceleration disabled

Categories

(Core :: General, defect, P2)

x86
macOS
defect

Tracking

()

RESOLVED FIXED
Tracking Status
e10s m4+ ---

People

(Reporter: iamjayakumars, Assigned: mrbkap)

References

Details

Hi, When i run the e10s in Safemode, it shows the blank page for all the website. System info: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0 ID:20140617030203 CSet: bb35d1b73634
cpeterson - didn't you report something similar yesterday when we were debugging bug 1002354?
tracking-e10s: --- → ?
I filed bug 1026093 about the safemode blank pages and Flash crash. It might be a good idea to track separate bugs for the blank pages and Flash crashes.
See Also: → 1026093
Assignee: nobody → mrbkap
Priority: -- → P2
Product: Firefox → Core
Depends on: 1063848
Moving old M2 P2 bugs to M4.
Move old M2's low-priority bugs to M6 milestone.
oops: old M2 P2 bugs should have been moved to new M4 milestone, not M6.
I see this same behavior with hardware acceleration disabled, so it is a broader problem than just safe mode. I think safe mode disables hardware acceleration.
Summary: e10s blank page in Safemode → e10s blank page with hardware acceleration disabled
If this problem happens when hardware acceleration is disabled outside of safe mode, then we should fix this sooner than M4.
Yeah, I can reproduce this on my other OSX machine by disabling hardware acceleration in preferences. I couldn't reproduce the crashing with a little bit of experimenting, but maybe that's because no page was actually fully loading. ;)
Depends on: 1068199
Blocks: 1068674
(In reply to Chris Peterson (:cpeterson) from comment #7) > If this problem happens when hardware acceleration is disabled outside of > safe mode, then we should fix this sooner than M4. Yes, it does. I'm confused because other bugs say that e10s is "disabled" when hwa is off, which isn't really what happens IME: I just get no web content (about: pages load if they're the first thing in the tab, but if you try to load http://www.example.com and then an about: page, that just infinite-spins at you). But all the tab titles are underlined, so e10s is still on. Can we make hwa being off either not break rendering, or turn off e10s properly? The current state is not usable.
(In reply to :Gijs Kruitbosch from comment #11) > (In reply to Chris Peterson (:cpeterson) from comment #7) > > If this problem happens when hardware acceleration is disabled outside of > > safe mode, then we should fix this sooner than M4. > > Yes, it does. I'm confused because other bugs say that e10s is "disabled" > when hwa is off, which isn't really what happens IME: I just get no web > content (about: pages load if they're the first thing in the tab, but if you > try to load http://www.example.com and then an about: page, that just > infinite-spins at you). But all the tab titles are underlined, so e10s is > still on. > > Can we make hwa being off either not break rendering, or turn off e10s > properly? The current state is not usable. Did you disable ForceRTL? That has known compat issues with e10s.
(In reply to Jim Mathies [:jimm] from comment #12) > (In reply to :Gijs Kruitbosch from comment #11) > > (In reply to Chris Peterson (:cpeterson) from comment #7) > > > If this problem happens when hardware acceleration is disabled outside of > > > safe mode, then we should fix this sooner than M4. > > > > Yes, it does. I'm confused because other bugs say that e10s is "disabled" > > when hwa is off, which isn't really what happens IME: I just get no web > > content (about: pages load if they're the first thing in the tab, but if you > > try to load http://www.example.com and then an about: page, that just > > infinite-spins at you). But all the tab titles are underlined, so e10s is > > still on. > > > > Can we make hwa being off either not break rendering, or turn off e10s > > properly? The current state is not usable. > > Did you disable ForceRTL? That has known compat issues with e10s. Yes, otherwise it would have crashed on startup...
(In reply to :Gijs Kruitbosch from comment #11) > (In reply to Chris Peterson (:cpeterson) from comment #7) > > If this problem happens when hardware acceleration is disabled outside of > > safe mode, then we should fix this sooner than M4. > > Yes, it does. I'm confused because other bugs say that e10s is "disabled" > when hwa is off, which isn't really what happens IME: I just get no web > content (about: pages load if they're the first thing in the tab, but if you > try to load http://www.example.com and then an about: page, that just > infinite-spins at you). But all the tab titles are underlined, so e10s is > still on. > > Can we make hwa being off either not break rendering, or turn off e10s > properly? The current state is not usable. Yeah this is not right, we have code in place that is meant to block e10s for hardware acceleration being disabled: http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsAppRunner.cpp#4616
(In reply to Dave Townsend [:mossop] from comment #14) > (In reply to :Gijs Kruitbosch from comment #11) > > (In reply to Chris Peterson (:cpeterson) from comment #7) > > > If this problem happens when hardware acceleration is disabled outside of > > > safe mode, then we should fix this sooner than M4. > > > > Yes, it does. I'm confused because other bugs say that e10s is "disabled" > > when hwa is off, which isn't really what happens IME: I just get no web > > content (about: pages load if they're the first thing in the tab, but if you > > try to load http://www.example.com and then an about: page, that just > > infinite-spins at you). But all the tab titles are underlined, so e10s is > > still on. > > > > Can we make hwa being off either not break rendering, or turn off e10s > > properly? The current state is not usable. > > Yeah this is not right, we have code in place that is meant to block e10s > for hardware acceleration being disabled: > http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsAppRunner. > cpp#4616 Yeah, too bad the pref getter there gets overridden on OS X straight away, unless you're on a really old version of OS X: http://mxr.mozilla.org/mozilla-central/source/widget/cocoa/nsCocoaFeatures.mm#152
(In reply to :Gijs Kruitbosch from comment #15) > (In reply to Dave Townsend [:mossop] from comment #14) > > (In reply to :Gijs Kruitbosch from comment #11) > > > (In reply to Chris Peterson (:cpeterson) from comment #7) > > > > If this problem happens when hardware acceleration is disabled outside of > > > > safe mode, then we should fix this sooner than M4. > > > > > > Yes, it does. I'm confused because other bugs say that e10s is "disabled" > > > when hwa is off, which isn't really what happens IME: I just get no web > > > content (about: pages load if they're the first thing in the tab, but if you > > > try to load http://www.example.com and then an about: page, that just > > > infinite-spins at you). But all the tab titles are underlined, so e10s is > > > still on. > > > > > > Can we make hwa being off either not break rendering, or turn off e10s > > > properly? The current state is not usable. > > > > Yeah this is not right, we have code in place that is meant to block e10s > > for hardware acceleration being disabled: > > http://mxr.mozilla.org/mozilla-central/source/toolkit/xre/nsAppRunner. > > cpp#4616 > > Yeah, too bad the pref getter there gets overridden on OS X straight away, > unless you're on a really old version of OS X: > > http://mxr.mozilla.org/mozilla-central/source/widget/cocoa/nsCocoaFeatures. > mm#152 Ugh yeah, there should be an && in there
I filed bug 1095559 to properly disable e10s with HW acceleration.
So this bug should be fixed now that 1095559 landed?
Flags: needinfo?(dtownsend+bugmail)
Yes!
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(dtownsend+bugmail)
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.