Bug 71643 - REGRESSION(r99374): GTK+ build of the jsc binary doesn't like the call to initializeMainThread, and crashes
Summary: REGRESSION(r99374): GTK+ build of the jsc binary doesn't like the call to ini...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-06 16:35 PST by Filip Pizlo
Modified: 2011-11-06 18:51 PST (History)
0 users

See Also:


Attachments
the patch (1.11 KB, patch)
2011-11-06 16:45 PST, Filip Pizlo
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2011-11-06 16:35:42 PST
This call was inserted in http://trac.webkit.org/changeset/99374.  It's really only needed if you are using SAMPLING_REGIONS.  Best approach is to probably disable that call if SAMPLING_REGIONS are not in use, since they are an optional feature.  Patch on the way.
Comment 1 Filip Pizlo 2011-11-06 16:45:09 PST
Created attachment 113813 [details]
the patch
Comment 2 Filip Pizlo 2011-11-06 18:51:41 PST
Landed in http://trac.webkit.org/changeset/99392