[Webkit-unassigned] [Bug 49877] [GTK] DumpRenderTree has two copies of JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 22:40:29 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49877





--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2010-11-20 22:40:29 PST ---
(In reply to comment #4)
> Oh ... I am wondering why I could just crash on release builds, while it works fine on debug.

Debug builds use the system allocator, so CString was just using malloc/free instead of fastMalloc/fastFree. 

After some fiddling, I was able to get Debug building using TCMalloc, but I ran into a bunch of other crashes. I wouldn't be surprised if they were related to this as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list