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