https://bugs.winehq.org/show_bug.cgi?id=49814
Bug ID: 49814 Summary: FreeBSD 12.1 undebuggable crash on startup (regression) Product: Wine Version: unspecified Hardware: x86-64 OS: FreeBSD Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: damjan.jov@gmail.com
Recent Wine crashes on startup on FreeBSD 12.1. A Git bisect reveals:
6844ff8a0bda7c0511c3c328f459cc4286bf3c5d is the first bad commit commit 6844ff8a0bda7c0511c3c328f459cc4286bf3c5d Author: Alexandre Julliard julliard@winehq.org Date: Mon Aug 24 13:25:26 2020 +0200
ntdll: Stop resolving imports for the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/ntdll/unix/loader.c | 72 +++++------------------------------------------- 1 file changed, 7 insertions(+), 65 deletions(-)
https://bugs.winehq.org/show_bug.cgi?id=49814
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |julliard@winehq.org Regression SHA1| |6844ff8a0bda7c0511c3c328f45 | |9cc4286bf3c5d
--- Comment #1 from Damjan Jovanovic damjan.jov@gmail.com --- Add regression SHA1. CC author.
https://bugs.winehq.org/show_bug.cgi?id=49814
Gerald Pfeifer gerald@pfeifer.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gerald@pfeifer.com
https://bugs.winehq.org/show_bug.cgi?id=49814
Alex S iwtcex@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |iwtcex@gmail.com
--- Comment #2 from Alex S iwtcex@gmail.com --- (In reply to Damjan Jovanovic from comment #0)
6844ff8a0bda7c0511c3c328f459cc4286bf3c5d is the first bad commit
Can you try reversing 1a9558cf9bda654950e389532b400023ecbd81c0 instead? Test it with `wine64 winecfg` on amd64, there might be more issues with i386.
https://bugs.winehq.org/show_bug.cgi?id=49814
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |e055a3ee0503a62d1d0c1391b01 | |471c13fad6bd3 Version|unspecified |5.16 Status|NEW |RESOLVED
--- Comment #3 from Damjan Jovanovic damjan.jov@gmail.com --- Backporting e055a3ee0503a62d1d0c1391b01471c13fad6bd3 somehow fixes the problem. I have no idea why...
Wine 5.19 should be the first unpatched working version.
https://bugs.winehq.org/show_bug.cgi?id=49814
--- Comment #4 from Alex S iwtcex@gmail.com --- (In reply to Damjan Jovanovic from comment #3)
Backporting e055a3ee0503a62d1d0c1391b01471c13fad6bd3 somehow fixes the problem. I have no idea why...
Hmm… We are probably talking about different issues then.
https://bugs.winehq.org/show_bug.cgi?id=49814
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.20.