[Webkit-unassigned] [Bug 45293] Not enough space message when building webkit‏

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 11:18:42 PDT 2010


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


Adam Roben (aroben) <aroben at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sfalken at apple.com




--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-09-07 11:18:42 PST ---
This happens from time to time as the size of WebCore.lib grows. link.exe runs out of virtual address space, leading to the error message you see. It has nothing to do with the amount of RAM or free hard drive space you have.

In the past, we've fixed this by combining multiple .cpp files into one (see, e.g., SVGAllInOne.cpp). You can also work around it by doing one of the following:

1) Building on a 64-bit version of Windows
2) Turning off LTCG
3) Doing a debug build

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