https://bugs.winehq.org/show_bug.cgi?id=56938
Bug ID: 56938 Summary: msiexec crashes with stack overflow when installing python 3.11+ dev.msi Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: derago@gmail.com Distribution: ---
Created attachment 76759 --> https://bugs.winehq.org/attachment.cgi?id=76759 Stack trace
To reproduce:
``` wget -O dev.msi https://www.python.org/ftp/python/3.11.9/amd64/dev.msi wine msiexec /i dev.msi /qn TARGETDIR=C:/python ```
I attached a stack trace. Note that this does not happen when you install `exe.msi` first.