[Bug 53032] winedevice.exe segfaults on exit (Segmentation fault) when built by GCC 12.1 (Fedora 36)

WineHQ Bugzilla wine-bugs at winehq.org
Sun May 22 18:37:55 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53032

--- Comment #8 from Artem S. Tashkinov <aros at gmx.com> ---
Here's how I build Wine:

export CFLAGS="-O2 -pipe -m32 -march=pentium-m"
export CXXFLAGS="$CFLAGS"
export LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"

./configure --prefix=/opt/wine --disable-tests && make -j16

This is 100% reproducible under Fedora 36.

Maybe it's down to my Ryzen 7 5800X CPU and you have an Intel one, so you don't
hit the issue.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list