Closed
Bug 442860
Opened 16 years ago
Closed 15 years ago
Hang with -moz-column, gigantic <xul:scrollbar>
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: hang, testcase)
Attachments
(1 file)
239 bytes,
application/vnd.mozilla.xul+xml
|
Details |
Loading this testcase with Firefox trunk on Mac OS X 10.4 makes Firefox hang. It also spits out a whole bunch of:
nsBlockReflowContext: ScrollbarFrame(scrollbar)(0)@0x243ef44 metrics=2820,1073741824!
The height is on the order of 2^59 and apparently comes from the testcase in bug 322779.
Gary Kwong found this bug and I helped make the reduced testcase.
Comment 1•16 years ago
|
||
Seems, that the Testcase will hang SeaMonkey Trunk on Windows too, tested with:
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.9.0.1pre) Gecko/2008063001 Mnenhy/0.7.5.20005 SeaMonkey/2.0a1pre not Firefox
So this might be OS=All, but need to test with Linux too.
Reporter | ||
Comment 2•15 years ago
|
||
WFM. I'll add a crashtest.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•15 years ago
|
||
Crashtest added:
http://hg.mozilla.org/mozilla-central/rev/aad5b1c64ed4
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•