http://bugs.winehq.org/show_bug.cgi?id=58328
Bug ID: 58328 Summary: "msvcrt: Use RVAs in rtti and exception data on all platforms except i386" breaks RTTI on arm32 Product: Wine Version: 9.10 Hardware: arm OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: martin@martin.st CC: julliard@winehq.org Regression SHA1: a794b0224e27f91bf0855cd7376d6af3de44523d Distribution: ---
Created attachment 78697 --> http://bugs.winehq.org/attachment.cgi?id=78697 Repro binary
Since a794b0224e27f91bf0855cd7376d6af3de44523d, "msvcrt: Use RVAs in rtti and exception data on all platforms except i386", a dynamically linked executable that uses msvcp140.dll and vcruntime140.dll, crashes on startup on 32 bit arm. The corresponding case seems to run fine on arm64 though.