[webkit-reviews] review requested: [Bug 55484] [Qt][WK2] Memory exhausted when building qtwebkit2 on linux : [Attachment 84276] Proposed Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 1 12:47:40 PST 2011
aravind.akella at nokia.com has asked for review:
Bug 55484: [Qt][WK2] Memory exhausted when building qtwebkit2 on linux
https://bugs.webkit.org/show_bug.cgi?id=55484
Attachment 84276: Proposed Patch
https://bugs.webkit.org/attachment.cgi?id=84276&action=review
------- Additional Comments from aravind.akella at nokia.com
Tried to build webkit2 on a 32 bit machine with 4G RAM. It is failing during
the linking phase.
(probably hitting the per process memory limit).
Using the "AllInOne" files from WebCore/rendering/svg/ and WebCore/svg/ we can
get it to work.
Modified webkit.pro to include RenderSVGAllInOne.cpp and SVGAllInOne.cpp.
More information about the webkit-reviews
mailing list