https://bugs.winehq.org/show_bug.cgi?id=49139
Bug ID: 49139 Summary: Wine crashes on startup on FreeBSD >= 5.7 Product: Wine Version: 5.7 Hardware: x86 OS: FreeBSD Status: NEW Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: damjan.jov@gmail.com
On FreeBSD, 32 bit Wine has started crashing on startup recently. I thought it was bug 49011, but even 5.8 still crashes. The output is simply:
002c:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xf6012920 0024:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0xf6012920
A Git bisect revealed this regression:
commit 1ccd638b1aa85fb3c43b49d69d279cd509ebdc21 Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 21 11:27:53 2020 +0200
winegcc: No longer use a constructor for module initialization.
Signed-off-by: Alexandre Julliard julliard@winehq.org