[Webkit-unassigned] [Bug 82331] New: [Qt] Make debug build work on 32 bit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 27 06:23:27 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82331
Summary: [Qt] Make debug build work on 32 bit
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
Unfortunately debug build is impossible on 32 bit long
time ago, because linker runs out of 4Gb address space.
https://lists.webkit.org/pipermail/webkit-dev/2012-March/020111.html
Kov pointed that --no-keep-memory option of ld is what we need.
(gold linker doesn't support this option only ld)
I think it's time to fix 32 bit debug build. Patch is coming soon.
--
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