https://bugs.winehq.org/show_bug.cgi?id=55467
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- Could still reproduce this crash with wine-8.21.
To avoid having the XML in stdout I used this: wine cmd.exe /C "mame.exe -listxml > ..\xml.xml"
This might be a threading issue because following made the crash go away: taskset -c 0 wine cmd.exe /C "mame.exe -listxml > ..\xml.xml"
Following draft contains a minimal test showing the crash and adds some locking in setlocale to avoid the crash: https://gitlab.winehq.org/wine/wine/-/merge_requests/4654