Closed
Bug 1026521
Opened 10 years ago
Closed 10 years ago
e10s blank page with hardware acceleration disabled
Categories
(Core :: General, defect, P2)
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
Comment 1•10 years ago
|
||
cpeterson - didn't you report something similar yesterday when we were debugging bug 1002354?
tracking-e10s:
--- → ?
Comment 2•10 years ago
|
||
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
Updated•10 years ago
|
Blocks: old-e10s-m2
Updated•10 years ago
|
Assignee: nobody → mrbkap
Priority: -- → P2
Updated•10 years ago
|
Product: Firefox → Core
Comment 3•10 years ago
|
||
Moving old M2 P2 bugs to M4.
Comment 6•10 years ago
|
||
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
Comment 7•10 years ago
|
||
If this problem happens when hardware acceleration is disabled outside of safe mode, then we should fix this sooner than M4.
Comment 8•10 years ago
|
||
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. ;)
Updated•10 years ago
|
Comment 11•10 years ago
|
||
(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.
Comment 12•10 years ago
|
||
(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.
Comment 13•10 years ago
|
||
(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...
Comment 14•10 years ago
|
||
(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
Comment 15•10 years ago
|
||
(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
Comment 16•10 years ago
|
||
(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
Comment 17•10 years ago
|
||
I filed bug 1095559 to properly disable e10s with HW acceleration.
Comment 18•10 years ago
|
||
So this bug should be fixed now that 1095559 landed?
Flags: needinfo?(dtownsend+bugmail)
Comment 19•10 years ago
|
||
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.
Description
•