[Webkit-unassigned] [Bug 201366] Tail Deleted Frames shown in Web Inspector are sometimes incorrect (Shadow Chicken)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 30 16:32:11 PDT 2019


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> ---
Created attachment 377767

  --> https://bugs.webkit.org/attachment.cgi?id=377767&action=review

[TEST PAGE] test-less-reproducible-issue.html

There is another case we run into with test-less-reproducible-issue.html.

Steps:
1. Open test-less-reproducible-issue.html in a new process
2. Wait about 5 seconds
3. Open inspector (will automatically pause)
4. Reload a few times and look at the stack trace

Expected:

  Call Stack:
  [green f] a
  [gray  f] b
  [gray  f] c
  [green f] startABC

Actual:

  Call Stack:
  [green f] a
  [gray  f] b
  [gray  f] b
  [green f] startABC

This particular issue is very tricky to reproduce, so it could be a different issue.

-- 
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/20190830/d7b1916b/attachment.html>


More information about the webkit-unassigned mailing list