[webkit-dev] debugging webkit on 64bit ubuntu 11.10

2011-12-25 Thread sachin nikam
I have successfully built revision 102608 and i am running the test browser successfully. However, I have not been able to hit any breakpoints within webkit code, when I attach to the process "GtkLauncher". I found this thread to be relevant https://lists.webkit.org/pipermail/webkit-help/2011-Octob

[webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2011-12-26 Thread sachin nikam
I synced up the latest webkit code base and am trying to build webkit gtk on ubuntu 11.10 with 4gb of RAM and 4 CPUs I tried with --makeargs="-j2" but still got "ld process terminated signal[9]" error which indicates that it ran out of memory. I suspect i will still the get the same error with --

Re: [webkit-dev] Tools/Scripts/build-webkit --gtk --debug --makeargs="-j1" taking up to 80% of memory

2012-01-04 Thread sachin nikam
i am running ubuntu 11.10 64 bit. I was able to eventually build with --makeargs="-j1". I will try increase the swap space and see if it helps. Regards Sachin On Wed, Jan 4, 2012 at 3:55 AM, John Yani wrote: > On Mon, 2011-12-26 at 21:45 -0800, sachin nikam wrote: >> I s