Bug 132226
Summary: | JS math is grotesquely wrong on AMD64 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nicholas Miell <nmiell> | ||||
Component: | firefox | Assignee: | Christopher Aillon <caillon> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | dcbw, leonard-rh-bugzilla | ||||
Target Milestone: | --- | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-09-27 01:12:37 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 130887 | ||||||
Attachments: |
|
Description
Nicholas Miell
2004-09-10 00:15:30 UTC
Created attachment 103660 [details]
Enlighten fdlibm regarding AMD64's endianness.
This also does s/VA_COPY/va_copy/, which doesn't seem to break firefox in
practice, but does break the stand-alone JS interpreter.
Our Firefox package will pull this in when upstream pushes its next release, which according to the roadmap will be soon. The 1.0 PR1 release does not include this bug fix, and, afaik, this fix has not yet been merged upstream. The Fedora roadmap lists the FC3 final release date as Nov 1, the Mozilla roadmap lists the Firefox 1.0 release date as Oct 11. If the Firefox final release date slips past the FC3 release date, or this fix is not merged upstream in time for Firefox 1.0, then this patch will need to be applied to whatever ships in FC3. This seems like a no-brainer to apply though Chris... can't we include it until it actually _does_ come down from upstream? The patch attached does not compile across the board. I pinged upstream yesterday and there is something checked in now that I'll have a look at and port over to our builds. Fixed in firefox-0.10.0-1.0PR1.1 which should be available tomorrow morning. Was this fixed in the mozilla package as well? Ahh, looks like it's in the 1.7.x tree. |