Bug 741481
Summary: | -mtune=atom on i686 breaks nodejs | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | T.C. Hollingsworth <tchollingsworth> | ||||
Component: | http-parser | Assignee: | Lubomir Rintel <lkundrak> | ||||
Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 16 | CC: | lkundrak, mcepl, mcepl, tchollingsworth | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-09-28 01:30:19 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: | 732552 | ||||||
Attachments: |
|
Ugh, nodejs is still having trouble. Closing for now so nobody does any unnecessary work. |
Created attachment 525020 [details] fixed specfile $RPM_OPT_FLAGS sets -mtune=atom on i686. This causes nodejs to segfault on i686, while it doesn't on x86_64 where -mtune=generic. The attached specfile overrides RPM_OPT_FLAGS and sets -mtune=generic on i686, fixing nodejs.