Closed
Bug 826965
Opened 12 years ago
Closed 12 years ago
Browser freezes on certain site if HWA enabled
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 823141
People
(Reporter: alice0775, Unassigned)
References
()
Details
(Keywords: hang, perf)
Attachments
(1 file)
85.92 KB,
text/plain
|
Details |
Build Identifier:
http://hg.mozilla.org/mozilla-central/rev/801ba75ac563
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20130104 Firefox/20.0 ID:20130104030823
The problem does not occur if HWA disabled.
Steps to reproduce:
1. Open URL
Actual results:
Browser freezes
Graphics
Adapter Description
ATI Radeon HD 4300/4500 Series
Adapter Drivers
aticfx64 aticfx64 aticfx32 aticfx32 atiumd64 atidxx64 atiumdag atidxx32 atiumdva atiumd6a atitmm64
Adapter RAM
512
ClearType Parameters
Gamma: 2200 Pixel Structure: RGB ClearType Level: 50 Enhanced Contrast: 50
Device ID
0x954f
Direct2D Enabled
true
DirectWrite Enabled
true (6.1.7601.17789)
Driver Date
7-3-2012
Driver Version
8.970.100.3000
GPU #2 Active
false
GPU Accelerated Windows
2/2 Direct3D 10
Vendor ID
0x1002
WebGL Renderer
Google Inc. -- ANGLE (ATI Radeon HD 4300/4500 Series)
AzureCanvasBackend
direct2d
AzureContentBackend
direct2d
AzureFallbackCanvasBackend
cairo
Comment 1•12 years ago
|
||
wfm Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20130104 Firefox/20.0 compiled 10minutes ago (Nvidia/Intel)
Could you create a stacktrace for the hang ?
https://developer.mozilla.org/en-US/docs/How_to_get_a_stacktrace_with_WinDbg
![]() |
Reporter | |
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
It also hangs for me on new profile.
Using builtin Profile, I see most of the time is spent under (about 96.7%) in:
nsCSSRendering::PaintGradient ----> gfxContext::Fill
Same URL does not hang on Chromium 26 dev.
![]() |
Reporter | |
Comment 4•12 years ago
|
||
Disable background-image( i.e., the following userContent.css helps)
#article_top .article_image div .screen {
background-image:none !important;
}
So, I think this is related to Bug 823147 .
The offending css is as follow:
#article_top .article_image div .screen { background-color: white; background-image: radial-gradient(rgb(102, 51, 153) 15%, transparent 16%), radial-gradient(rgb(102, 51, 153) 15%, transparent 16%), none; background-repeat: repeat, repeat, repeat; background-attachment: scroll, scroll, scroll; background-clip: border-box, border-box, border-box; background-origin: padding-box, padding-box, padding-box; background-position: 0px 0px, 18px 11px; background-size: 7px 7px; }
![]() |
Reporter | |
Comment 5•12 years ago
|
||
And also related to Bug 657603, Bug 655786...
![]() |
||
Updated•12 years ago
|
Comment 6•12 years ago
|
||
on win7x64 , even with HWA off, there is a jank while scrolling in the upper half of the page. profile :
http://people.mozilla.com/~bgirard/cleopatra/#report=a73caa661a2820a599e85d44d7746cd0083e6170
Comment 7•12 years ago
|
||
Marking as duplicate since we already have several bugs for psfk.com gradients.
(In reply to mayankleoboy1 from comment #6)
> on win7x64 , even with HWA off, there is a jank while scrolling in the upper
> half of the page. profile :
>
> http://people.mozilla.com/~bgirard/cleopatra/
> #report=a73caa661a2820a599e85d44d7746cd0083e6170
Bug 826422 will improve the HWA off case.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•