[Webkit-unassigned] [Bug 55484] [Qt][WK2] Memory exhausted when building qtwebkit2 on linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 12:54:30 PST 2011


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |




--- Comment #5 from Csaba Osztrogonac <ossy at webkit.org>  2011-03-01 12:54:30 PST ---
(In reply to comment #3)
> Created an attachment (id=84276)
 --> (https://bugs.webkit.org/attachment.cgi?id=84276&action=review) [details]
> Proposed Patch
> 
> 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.

It might solve linking problem for a while, but we will run into similar problem in the near future because of growing project. :(

Additionally all-in-one file will cause longer building time. Because 
if you touch only one svg file, all svg source will be rebuilt.

Reopen to discuss which one is more important. What do you think if we add a command line option to build-webkit for all-in-one file enabled or disabled.

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