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 1292462 - FTBFS: segmentation fault during 'make check'
Summary: FTBFS: segmentation fault during 'make check'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python3
Version: 24
Hardware: powerpc
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Charalampos Stratakis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1292461
Blocks: PPCTracker 1287556 1292467
TreeView+ depends on / blocked
 
Reported: 2015-12-17 14:18 UTC by Karsten Hopp
Modified: 2016-09-19 14:56 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-31 12:39:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karsten Hopp 2015-12-17 14:18:26 UTC
Description of problem:
python3 segfaults while running the testInfiniteRecursion test:

testExceptionCleanupState (test.test_exceptions.ExceptionTests) ... ok
testInfiniteRecursion (test.test_exceptions.ExceptionTests) ... Fatal Python error: Segmentation fault
Current thread 0x00003fff9ce96110 (most recent call first):
  File "/builddir/build/BUILD/Python-3.5.1/Lib/test/test_exceptions.py", line 487 in f
  File "/builddir/build/BUILD/Python-3.5.1/Lib/test/test_exceptions.py", line 487 in f
...
/var/tmp/rpm-tmp.yUjAFn: line 40:  2986 Segmentation fault      (core dumped) WITHIN_PYTHON_RPM_BUILD= LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest --verbose --findleaks -x test_distutils -x test_gdb

Version-Release number of selected component (if applicable):
python3-3.5.1-1.fc24

How reproducible:


Steps to Reproduce:
1. ppc-koji build --scratch f24 python3-3.5.1-1.fc24.src.rpm
2.
3.

Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2993404

Expected results:


Additional info:

ulimit -s 16384  works around this issue

Comment 1 Karsten Hopp 2015-12-22 09:53:27 UTC
fixed in python3-3.5.1-2.fc24 so that we can proceed on secondary archs, but needs review

Comment 2 Fedora Admin XMLRPC Client 2016-01-29 13:07:31 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Jan Kurik 2016-02-24 15:32:47 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 4 Charalampos Stratakis 2016-08-31 12:39:24 UTC
scratch build from ppc koji that verifies the fix:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3658934

Comment 5 Charalampos Stratakis 2016-09-19 14:56:20 UTC
Also I tested again by doing a ppc-koji scratch build for rawhide with the workaround disabled and the builds finished successfully now without a segfault, so the workaround is not needed anymore.

http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=3725816


Note You need to log in before you can comment on or make changes to this bug.