RESOLVED FIXED 19205
JS stack overflow when collapsing a deep fully-expanded profile
https://bugs.webkit.org/show_bug.cgi?id=19205
Summary JS stack overflow when collapsing a deep fully-expanded profile
Adam Roben (:aroben)
Reported 2008-05-23 01:43:12 PDT
I'm seeing a JS stack overflow exception when collapsing a deep fully-expanded profile. It's easy to reproduce this by: 1. Go to http://www.apple.com/ 2. Click Start Profiling 3. Wait a few seconds 4. Click Stop Profiling 5. Alt-click the disclosure triangle of the top frame in the profile 6. Click the same disclosure triangle to collapse the tree
Attachments
Kevin McCullough
Comment 1 2008-05-23 16:21:53 PDT
I believe this was fixed in revision 34092.
Timothy Hatcher
Comment 2 2008-05-23 16:40:35 PDT
r34092 limited the stack depth, but this bug could still happen if that limit wasn't in place.
Note You need to log in before you can comment on or make changes to this bug.