Bug 33531 - [Mac] JavaScriptCore linking error when FAST_FAST_MALLOC_MATCH_VALIDATION=1
Summary: [Mac] JavaScriptCore linking error when FAST_FAST_MALLOC_MATCH_VALIDATION=1
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-12 04:17 PST by Zoltan Horvath
Modified: 2010-01-12 04:17 PST (History)
0 users

See Also:


Attachments
linking error log (1.96 KB, text/plain)
2010-01-12 04:17 PST, Zoltan Horvath
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2010-01-12 04:17:34 PST
Created attachment 46362 [details]
linking error log

Build fails  when  FAST_FAST_MALLOC_MATCH_VALIDATION=1 in Platform.h.
I filed the related build log.

Internal::fastMallocMatchFailed(p); called at wtf/FastMalloc.h:164
declaration: wtf/FastMalloc.h:144, implementation: wtf/FastMalloc.cpp:165

The build works on linux, but on MAC.  I think it can be something MAC specific... Can anyone check it?