Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-12-24 Thread dipak kumar
Thanks a lot Zoltan. It has worked and saved my life :) On Sat, Oct 20, 2012 at 12:10 AM, Zoltan Horvath wrote: > Hi Dipak, > > You should try a clean build with build-webkit --system-malloc to force > WebKit to use the system's allocator. > > Let me know if it solves your problem. > > Cheers, >

Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-21 Thread Zoltan Horvath
Hi Dipak! Add this define to your build configuration: USE_SYSTEM_MALLOC=1 Cheers, On Sat, Oct 20, 2012 at 6:51 PM, dipak kumar wrote: > Hi Zoltan, > > Thanks a lot for your prompt reply. > I am not aware where to make this change in the visual studio as I am > building webkit on Windows. >

Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-20 Thread dipak kumar
Hi Zoltan, Thanks a lot for your prompt reply. I am not aware where to make this change in the visual studio as I am building webkit on Windows. Could you please help me to know where to make this change. Many Thanks. Regards, Dipak On Sat, Oct 20, 2012 at 12:10 AM, Zoltan Horvath wrote: > Hi

Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-19 Thread Zoltan Horvath
Hi Dipak, You should try a clean build with build-webkit --system-malloc to force WebKit to use the system's allocator. Let me know if it solves your problem. Cheers, On Fri, Oct 19, 2012 at 5:21 AM, dipak kumar wrote: > Dear All, > > I have built Webkit (Process model) for Win32. I have dev

[webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-19 Thread dipak kumar
Dear All, I have built Webkit (Process model) for Win32. I have developed a client application to use this webkit. My client application has a number of new/delete calls. Now when I run the client application it crashes at the location where memory is being freed. Call stack shows the crash point