Bug 21165 - console.profile() crashing the browser
Summary: console.profile() crashing the browser
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-09-26 21:31 PDT by boucher
Modified: 2016-05-02 18:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description boucher 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
Comment 1 Mark Rowe (bdash) 2008-09-27 14:27:20 PDT
<rdar://problem/6252646>
Comment 2 Joseph Pecoraro 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.