On Mon, Feb 24, 2014 at 02:56:56PM +0100, Fabian Deutsch wrote:
Hey,
oru static syntax checks are currently broken because it seems as if
python is segfaulting. Take this job:
http://jenkins.ovirt.org/job/ovirt-node-devel-check/1873/console
Snippet:
<snip>
pep8 -r "ovirt/node/utils/feature.py"
pyflakes "ovirt/node/tools/features.py"
pyflakes "ovirt/node/utils/feature.py"
Passed check-static-pep8
Passed check-static-pyflakes
make: *** [ovirt/node/tools/features.py.doctest] Segmentation fault
Build step 'Execute shell' marked build as failure
Recording test results
Finished: FAILURE
</snip>
Has someone got an idea why this could be segfauting
In 9 out of 10 cases, the blame lies with a non-standard c-compiled
module.
Can you list such modules imported by the failing test?
Would it be possible to extact a core dump of the fault?