Re: [webkit-dev] WebProcess should get killed after any crash in UI process

2012-12-24 Thread Milian Wolff
On Monday 24 December 2012 14:04:32 dipak kumar wrote: > Dear All, > I have built Webkit (Process model) for Win32. I have developed a client > application to use this webkit. > Problem is when UI process (my application) crashes by any chance, > WebProcess doesn't get killed. > Next time when I la

[webkit-dev] WebProcess should get killed after any crash in UI process

2012-12-24 Thread dipak kumar
Dear All, I have built Webkit (Process model) for Win32. I have developed a client application to use this webkit. Problem is when UI process (my application) crashes by any chance, WebProcess doesn't get killed. Next time when I launch my application I can see multiple instances of WebKit2WebProce

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, >