https://bugs.winehq.org/show_bug.cgi?id=57046
Bug ID: 57046 Summary: wineloader built with no_huge segfaults Product: Wine Version: 9.12 Hardware: x86-64 OS: MacOS Status: UNCONFIRMED Severity: blocker Priority: P2 Component: loader Assignee: wine-bugs@winehq.org Reporter: gcenx83@gmail.com
When wine is built using -no_huge wine segfaults, this can easily be seen on a clean reboot.
Simply setting
export WINEDEBUG=""
wine starts to work, running
unset WINEDEBUG
wine again segfaults.
When wine is built without -no_huge wine works without issue.