New issue 3146: pypy3/pypy2 segmentation fault on 7.2.0+ https://bitbucket.org/pypy/pypy/issues/3146/pypy3-pypy2-segmentation-fault-on-720
Bernat Gabor: Cross-post from [https://github.com/pytest-dev/pytest/issues/6419](https://github.com/pytest-dev/pytest/issues/6419) See [https://dev.azure.com/pypa/virtualenv/\_build/results?buildId=17086&view=logs&j=b3e1d5b3-7205-5c20-0fbb-9ec4d3f8233f&t=05115d0d-a86f-52ed-4bab-d268832b14e4](https://dev.azure.com/pypa/virtualenv/_build/results?buildId=17086&view=logs&j=b3e1d5b3-7205-5c20-0fbb-9ec4d3f8233f&t=05115d0d-a86f-52ed-4bab-d268832b14e4) ```bash platform linux -- Python 3.6.9[pypy-7.2.0-final], pytest-5.3.2, py-1.8.1, pluggy-0.13.1 -- /home/vsts/work/1/s/.tox/pypy3/bin/python cachedir: .tox/pypy3/.pytest_cache rootdir: /home/vsts/work/1/s, inifile: setup.cfg plugins: xonsh-0.9.13.dev1, mock-1.13.0 collecting ... Fatal Python error: Segmentation fault Stack (most recent call first, approximate line numbers): File "/home/vsts/work/1/s/.tox/pypy3/site-packages/virtualenv/interpreters/discovery/py_info.py", line 214 in _load_for_exe File "/home/vsts/work/1/s/.tox/pypy3/site-packages/virtualenv/interpreters/discovery/py_info.py", line 199 in from_exe File "/home/vsts/work/1/s/.tox/pypy3/site-packages/virtualenv/interpreters/discovery/py_info.py", line 150 in find_exe_based_of File "/home/vsts/work/1/s/.tox/pypy3/site-packages/virtualenv/interpreters/discovery/py_info.py", line 137 in system_executable File "/home/vsts/work/1/s/tests/unit/interpreters/create/test_creator.py", line 1 in <module> File "/home/vsts/work/1/s/.tox/pypy3/site-packages/_pytest/assertion/rewrite.py", line 105 in exec_module File ??? File ??? File ??? File ??? File ??? ``` Any ideas how can we identify the issue here? Note the issue does not happen with pypy 7.1.0 so is related ot some change on here. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
