Closed
Bug 120165
Opened 24 years ago
Closed 24 years ago
File/Print Preview hangs (inf. loop in nsBlockFrame::ReflowDirtyLines)
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: hyrosen, Assigned: rods)
References
()
Details
(Keywords: hang)
Attachments
(1 file)
|
10.09 KB,
text/plain
|
Details |
Go to this page, and try to Print Preview.
Mozilla hangs, stopping to redraw itself.
I can reproduce this problem using 1/15 trunk build on Win 98 system.
Looks like this is a long web page.
print preview immediately hangs.
Comment 2•24 years ago
|
||
I tested both on the given URL and on this bug page itself using
build 2002011103 on a Windows ME box with NVIDIA TNT2 based video.
On the given URL, I get an immediate hang.
On this bug page, print preview has garbage outside the print area and
inside the CC: list.
Confirmed with 2002-01-14-03 under W2K
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•24 years ago
|
Summary: File/Print Preview hangs → File/Print Preview hangs (inf. loop in nsBlockFrame::ReflowDirtyLines)
Comment 4•24 years ago
|
||
I also hit this infinite loop, viewing
http://www.newyorker.com/PRINTABLE/?fact/020128fa_FACT
The stack for the loop shows it's in nsBlockFrame::ReflowDirtyLines,
inside the large while loop:
while (keepGoing && (nsnull != aState.mNextInFlow)) {
... looping in here ...
}
Comment 5•24 years ago
|
||
To be clear, I get that stack trace when doing print preview for either
the ibm.com url or for the newyorker.com url.
| Assignee | ||
Comment 6•24 years ago
|
||
These no longer crash for me. marking as Works for me. Please reopen if necessary.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•