https://bugs.winehq.org/show_bug.cgi?id=58006
Bug ID: 58006 Summary: winegcc seg-faults Product: Wine Version: 10.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alois.schloegl@gmail.com Distribution: ---
I've installed wine/10.4 from source on debian12 in the same way than I did wine-10.3.
However, winegcc from 10.4 seg-faults. $ winegcc --version Segmentation fault
In wine/10.3 the response was $ winegcc --version gcc (Debian 12.2.0-14) 12.2.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
As a result Sveinar's nvidia-libs can not be installed.
https://bugs.winehq.org/show_bug.cgi?id=58006
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|winegcc seg-faults |winegcc seg-faults in wine | |10.4
https://bugs.winehq.org/show_bug.cgi?id=58006
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- Attach backtrace of the segfault.
Once you do, you'll see the problem lies in commit e3bf6e5e - the new check seems to be coming out of nowhere... (and would be sort of invalid for this specific command line (no output_name in the first place))
Seems the check was moved from build() to main() for some reason...
https://bugs.winehq.org/show_bug.cgi?id=58006
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |e3bf6e5e77377ef4d384b7d0c0b | |ee12b68ab8c44 Keywords| |regression Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru --- Confirming that regression is cased by e3bf6e5e77377ef4d384b7d0c0bee12b68ab8c44.
https://bugs.winehq.org/show_bug.cgi?id=58006
Patrick patrick+winehq.org@laimbock.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick+winehq.org@laimbock | |.com
--- Comment #3 from Patrick patrick+winehq.org@laimbock.com --- Same segmentation fauls occurs with 10.4 on Fedora 41 x86_64 shared-Wow64 build via the instructions at: https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine#shared-wow64
https://bugs.winehq.org/show_bug.cgi?id=58006
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=58006
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |tools
https://bugs.winehq.org/show_bug.cgi?id=58006
Aida Jonikienė aidas957@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aidas957@gmail.com
--- Comment #4 from Aida Jonikienė aidas957@gmail.com --- Does this MR fix your issue?: https://gitlab.winehq.org/wine/wine/-/merge_requests/7646
https://bugs.winehq.org/show_bug.cgi?id=58006
--- Comment #5 from Patrick patrick+winehq.org@laimbock.com --- Yes, it does fix the segfault. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=58006
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |ebebb210eeeb33804aaa592f2e4 | |507ba1bcfaad3
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Fixed by ebebb210eeeb33804aaa592f2e4507ba1bcfaad3.