Bug 1313018
| Summary: | Segfault on startup | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Remi Collet <fedora> |
| Component: | mongodb | Assignee: | Marek Skalický <mskalick> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | admiller, jdornak, johan.o.hedin, jpacner, mskalick, npmccallum, ppisar, strobert, tdawson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mongodb-3.2.3-2.fc24 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-06 14:07:46 UTC | Type: | Bug |
| 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: | 1315905 | ||
|
Description
Remi Collet
2016-02-29 18:03:20 UTC
This happens on i686 only. I cannot reproduce on x86_64 even after uninstalling glibc-langpack-en. First perl-MongoDB failed build because of this has these build root changes:
perl-Module-Install 1.16-7.fc24 > 1.16-8.fc24
perl-Module-CoreList 1:5.20160120-2.fc24 > 1:5.20160121-1.fc24
krb5-libs 1.14-22.fc24 > 1.14-23.fc24
python3-pip 7.1.0-4.fc24 > 8.0.2-1.fc24
setup 2.9.8-3.fc24 > 2.10.1-1.fc24
device-mapper-libs 1.02.116-1.fc24 > 1.02.117-1.fc24
device-mapper 1.02.116-1.fc24 > 1.02.117-1.fc24
audit-libs 2.5-2.fc24 > 2.5-3.fc24
@Petr: right, thanks. I managed to build perl-MongoDB in F25 now. The same perl-MongoDB and mongodb still fail in F24. This is a difference (ignoring release numbers) between the F24 and F25 build roots:
Removed packages:
device-mapper-1.02.117
device-mapper-libs-1.02.117
fedora-release-24
fedora-repos-24
glibc-2.23.1
glibc-all-langpacks-2.23.1
glibc-common-2.23.1
glibc-devel-2.23.1
glibc-headers-2.23.1
gperftools-libs-2.4.90
libnghttp2-1.7.1
librepo-1.7.17
perl-Mojolicious-6.46
perl-Moo-2.000002
python3-librepo-1.7.17
setup-2.10.1
Added packages:
device-mapper-1.02.119
device-mapper-libs-1.02.119
fedora-release-25
fedora-repos-25
fedora-repos-rawhide-25
glibc-2.23.90
glibc-all-langpacks-2.23.90
glibc-common-2.23.90
glibc-devel-2.23.90
glibc-headers-2.23.90
gperftools-libs-2.4.91
libnghttp2-1.8.0
librepo-1.7.18
perl-Mojolicious-6.53
perl-Moo-2.001001
python3-librepo-1.7.18
setup-2.10.2
These packages changed both when failure emerged and when failure disappeared:
Package Good till First bad Last bad Good again
setup 2.9.8-3.fc24 2.10.1-1.fc24 2.10.1-1.fc24 2.10.2-1.fc25
device-mapper 1.02.116-1.fc24 1.02.117-1.fc24 1.02.117-4.fc24 1.02.119-1.fc25
(device-mapper-libs)
This is caused by gperftools - builds are done, no Bodhi update for F24 yet. bug 1312462 mongodb-3.2.3-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-150e04ec3b This bug is fixed in above mentioned update. So please test it... For Fedora rawhide (F25) builds are not done yet. It is because new version of gcc with fix is failing to build. mongodb-3.2.3-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-150e04ec3b mongodb-3.2.3-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |