Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1296842
Summary: | [grep] pcre-count test fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Rafael Fonseca <rdossant> |
Component: | grep | Assignee: | Jaroslav Škarvada <jskarvad> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 22 | CC: | jskarvad, lkundrak, mjuszkie, pbrobinson, rdossant |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | grep-2.22-6.fc23 grep-2.21-9.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-14 08:52:10 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: | 1071880, 922257, 1051573 |
Description
Rafael Fonseca
2016-01-08 09:02:35 UTC
Please could you check with the rawhide (or f23, it's same as rawhide) package? It would help me to know whether rawhide is also effected. A mockbuild fails on both f23 and rawhide. Version 2.22-5. ppc64le/f23: ./triple-backref: line 15: 6041 Segmentation fault (core dumped) grep -E '(.?)(.?)(.?)\3\2\1' in > out ppc64/rawhide: + grep -E '(.?)(.?)(.?)\3\2\1' in grep: regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed. ./triple-backref: line 15: 15626 Aborted (core dumped) grep -E '(.?)(.?)(.?)\3\2\1' in > out Same failure on AArch64. (In reply to Rafael Fonseca from comment #2) > A mockbuild fails on both f23 and rawhide. Version 2.22-5. > > ppc64le/f23: ./triple-backref: line 15: 6041 Segmentation fault (core > dumped) grep -E '(.?)(.?)(.?)\3\2\1' in > out > > ppc64/rawhide: + grep -E '(.?)(.?)(.?)\3\2\1' in > grep: regexec.c:1375: pop_fail_stack: Assertion `num >= 0' failed. > ./triple-backref: line 15: 15626 Aborted (core dumped) grep > -E '(.?)(.?)(.?)\3\2\1' in > out This is due to known bug in glibc and it shouldn't be show stopper, because the test is black-listed for build failure: # The triple-backref test is expected to fail with both the system # matcher (i.e., with glibc) and with the included matcher. # Both matchers need to be fixed. # FIXME-2015: Remove this once the glibc and gnulib bugs are fixed. XFAIL_TESTS = triple-backref There must be different failure, isn't it 'pcre-count' test failure? (In reply to Jaroslav Škarvada from comment #4) > > There must be different failure, isn't it 'pcre-count' test failure? Yes, you are right. grep-2.22-6.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-e5e83f8187 grep-2.21-9.fc22 has been pushed to the Fedora 22 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-8883879d28 grep-2.22-6.fc23 has been pushed to the Fedora 23 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-e5e83f8187 grep-2.22-6.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. grep-2.21-9.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |