Bug 144944 - In Safari, Debug > Get Bytecode Profile crashes the Web Content process
Summary: In Safari, Debug > Get Bytecode Profile crashes the Web Content process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-05-12 21:33 PDT by mitz
Modified: 2015-05-12 21:40 PDT (History)
3 users (show)

See Also:


Attachments
Fix a null pointer dereference (1.67 KB, patch)
2015-05-12 21:36 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-05-12 21:33:49 PDT
<rdar://problem/17414349>

To reproduce: enable Safari’s internal Debug menu and choose Debug > Get Bytecode Profile. The Web Content process crashes in Profiler::Database::toJSON().
Comment 1 mitz 2015-05-12 21:36:44 PDT
Created attachment 253017 [details]
Fix a null pointer dereference
Comment 2 mitz 2015-05-12 21:40:34 PDT
Fixed in <http://trac.webkit.org/r184258>.