https://bugs.winehq.org/show_bug.cgi?id=44816
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org --- This patch got removed from the wine-staging patch set here:
https://gitlab.winehq.org/wine/wine-staging/-/commit/e3cca687befffb4baee144d...
On top of current wine git plus a few patches needed for msys2 installation, I tried to reproduce this issue with a current 64-bit msys2 and the latest available 32-bit cygwin installation, but following command returned always the same expected value to me.
while true; do script -e -q -c 'bash.exe -c "exit 123"' -a tmp.txt; echo $? $(date); done
As staging patch got removed and the issue seems no longer visible, should this bug be closed?