https://bugs.winehq.org/show_bug.cgi?id=57365
Bug ID: 57365 Summary: RabbitMQ crashes Erlang machine due to faulty cmd delayed expansion subsitution Product: Wine Version: 9.20 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 77329 --> https://bugs.winehq.org/attachment.cgi?id=77329 Test file
Attaching a test file.
Output on windows:
-s \"rabbit\" boot -boot \"start_sasl\"
Output on Wine:
-s \rabbit\ boot -boot \start_sasl\
This leads to the Erlang machine being misconfigured and RabbitMQ crashing everytime.
Found while analyzing the LabView installer (bug 55859), which for some reason is the easiest way to reproduce this issue. I had a really hard time reproducing this reliably, but hopefully the test file helps!