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

WineHQ Bugzilla wine-bugs at winehq.org
Mon May 23 00:00:16 CDT 2022


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

--- Comment #10 from Austin English <austinenglish at gmail.com> ---
(In reply to Artem S. Tashkinov from comment #6)
> (In reply to Rémi Bernon from comment #5)
> > Hi, I built Wine with GCC 12.1 and didn't see anything like that so far. A
> > log with
> > WINEDEBUG=+loaddll,+seh,+process,+ntoskrnl,+service,+winedevice,+plugplay,
> > +hid,+wineusb could be useful.
> 
> I doubt this can work as it enables logging for wine, not for its dependent
> subprocess.

Untested, but you could try exporting WINEDEBUG before starting any wine
process, in theory the dependent processes would get it from the environment.

(In reply to Artem S. Tashkinov from comment #8)
> 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"

Why the mix of optimization flags (01/02)? Does omitting march change anything?

-- 
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