Closed Bug 541868 Opened 16 years ago Closed 16 years ago

Hang [@ nsRegion::InsertInPlace] with position:fixed

Categories

(Core :: Graphics, defect)

x86
macOS
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 541869

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: hang, testcase)

Attachments

(1 file)

Hangs in this loop in nsRegion::InsertInPlace: while (aRect->y == mCurRect->prev->y && aRect->x < mCurRect->prev->x) mCurRect = mCurRect->prev; In this hang, mCurRect->prev->prev == mCurRect, and it just keeps looping between the two.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: