[Webkit-unassigned] [Bug 57052] New: Infinite Re-layout Loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 14:06:48 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57052

           Summary: Infinite Re-layout Loop
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fsamuel at chromium.org


I've attached a page that seems to produce an infinite re-layout loop. I accidentally discovered this by adding the following two lines to 
RenderBlock::layout():

static int print_count = 0;
printf("%d: RenderBlock::layout()\n");

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list