[Webkit-unassigned] [Bug 37133] New: Web Inspector: Console with two recursive arrays causes infinite loop trying to display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 20:05:57 PDT 2010


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

           Summary: Web Inspector: Console with two recursive arrays
                    causes infinite loop trying to display
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: timothy at hatcher.name
                CC: timothy at hatcher.name, rik at webkit.org,
                    keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    bweinstein at apple.com


Steps:
1. Open Web Inspector Console
2. Enter the following sequence:

x = []
y = []
x.push(y)
y.push(x)
x

-- 
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