https://bugs.winehq.org/show_bug.cgi?id=50165
Bug ID: 50165 Summary: Regression: python 3.7.6-amd64 no longer installs with 5.22 Product: Wine Version: 5.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dudul04@yahoo.fr Distribution: ---
python-3.7.6-amd64.exe installer crashes with a "wine: Unhandled page fault on write access to 000000006C205F4D at address 000000007BC2A8AC (thread 0150), starting debugger..." error (see https://github.com/OSGeo/gdal/runs/1436164589 logs) with wine-devel-amd64=5.22~bionic , whereas it installs cleanly with wine-devel-amd64=5.21~bionic
Reproducer:
docker run --rm -v $PWD:$PWD ubuntu:18.04 $PWD/install-python.sh
with install-python.sh being https://github.com/OSGeo/gdal/blob/b3637fb091923431fda898fb5d8d2d5154c14f34/... (use that commit, as in a later version I've pinned 5.21 to avoid the issue)