pypy3/pypy2 segmentation fault on 7.2.0+
Created originally on Bitbucket by Bernat Gabor
Cross-post from https://github.com/pytest-dev/pytest/issues/6419
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.