Bug 1572150
| Summary: | Segmentation fault in infinite recursion test on CentOS 6 | ||
|---|---|---|---|
| Product: | Red Hat Software Collections | Reporter: | Jan Staněk <jstanek> |
| Component: | python | Assignee: | Python Maintainers <python-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rh-python36 | CC: | cstratak, jstanek, pviktori |
| Target Milestone: | alpha | ||
| Target Release: | 3.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-07-19 14:42:06 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: | |||
|
Description
Jan Staněk
2018-04-26 09:38:16 UTC
Seems related to https://bugs.python.org/issue27277 Will try to do some tests with increasing the stack size. Tried in mock but the issue does not reproduce there, and I don't have any experience with the CentOS build system. Could you refer me to some guidelines on how to do a scratch build there? Also check this as well: bug 1292462 (In reply to Charalampos Stratakis from comment #3) > Tried in mock but the issue does not reproduce there, and I don't have any > experience with the CentOS build system. Could you refer me to some > guidelines on how to do a scratch build there? CBS guide: https://wiki.centos.org/HowTos/CommunityBuildSystem However, this requires joining a SIG. Although I would certainly be grateful if you joined us, let me try it first with the `ulimit` workaround :) (In reply to Jan Staněk from comment #4) > (In reply to Charalampos Stratakis from comment #3) > > Tried in mock but the issue does not reproduce there, and I don't have any > > experience with the CentOS build system. Could you refer me to some > > guidelines on how to do a scratch build there? > > CBS guide: https://wiki.centos.org/HowTos/CommunityBuildSystem > > However, this requires joining a SIG. Although I would certainly be grateful > if you joined us, let me try it first with the `ulimit` workaround :) Relevant line from the python3 fedora SPEC [0] (obviously we don't need it only for ppc here). [0] https://src.fedoraproject.org/rpms/python3/blob/f26/f/python3.spec#_1132 The `ulimit` workaround seems to work: https://cbs.centos.org/koji/taskinfo?taskID=400793 Can this issue be closed? The package was successfully built and passed testing, so it seems to work. The issue can be closed. |