RESOLVED WORKSFORME 21165
console.profile() crashing the browser
https://bugs.webkit.org/show_bug.cgi?id=21165
Summary console.profile() crashing the browser
boucher
Reported 2008-09-26 21:31:02 PDT
One call to console.profile() followed by console.profileEnd() seems to work fine. When I started a second profile, I accidentally had it followed with console.endProfile(), which was causing a crash. I can't reproduce with a simple test case, but here's the crash report. Hope its helpful. http://paste.lisp.org/display/67514
Attachments
Mark Rowe (bdash)
Comment 1 2008-09-27 14:27:20 PDT
Joseph Pecoraro
Comment 2 2016-05-02 18:55:09 PDT
The crash log is now gone so there isn't anything actionable here. However, the new sampling profiler completely changes the vast majority of code that runs when console.profile/profileEnd are used. Very little, if anything, remains of what did in 2008 =). Closing.
Note You need to log in before you can comment on or make changes to this bug.