Bug 32516
| Summary: | Linker runs out of address space when linking Release WebCore.lib | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | yuaninbox |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | aroben, eric, sfalken |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
yuaninbox
When building newest version of WebKit, a link error got.
E:\cygwin\home\Administrator\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x52225A00
It's release build, and it is under Windows XP.
Thanks
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
This seems to have started happening soon after SVG filters were turned on.
Steve Falkenburg
As a workaround you can disable link-time-code-generation or build on a Windows x64 system.
Eric Seidel (no email)
This was fixed since, but regressed again. See bug 39197.
*** This bug has been marked as a duplicate of bug 39197 ***