[Webkit-unassigned] [Bug 173627] New: Web Inspector: Should be able to pause and debug an OutOfMemory Exception

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 20 17:16:20 PDT 2017


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

            Bug ID: 173627
           Summary: Web Inspector: Should be able to pause and debug an
                    OutOfMemory Exception
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Summary:
Should be able to pause and debug an OutOfMemory Exception

Test:
<script>
s = "a"; while (1) s += s;
</script>

Steps to reproduce:
1. Inspect test page
2. Enable: Pause on All Exceptions
3. Reload the page
  => Should pause on Out of Memory Exception
  => Should be able to evaluate in console `s.length`

Note:
- Currently WebCore is spending time stringifying and sending scope / global variable `s` to the frontend. That should not be necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170621/737420e6/attachment-0001.html>


More information about the webkit-unassigned mailing list