http://bugs.winehq.org/show_bug.cgi?id=59914 Bug ID: 59914 Summary: One i386 uwninding testcase fails with wine built in MSVC mode Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@list.winehq.org Reporter: martin@martin.st Distribution: --- Created attachment 81244 --> http://bugs.winehq.org/attachment.cgi?id=81244 Test binary The attached test binary, which is compiled from https://github.com/microsoft/compiler-tests/blob/master/seh/sehframes.cpp with MSVC with "cl -MD sehframes.cpp", fails when wine has been compiled by GCC. This doesn't seem to be a regression. When Wine is compiled with GCC (either as a full ELF build with --without-mingw, or as a PE build with --with-mingw), it fails. When Wine is compiled with Clang, either in mingw mode, msvc mode or as a full ELF build, it succeeds. When failing, it ends up with: 0024:err:virtual:virtual_setup_exception stack overflow 192 bytes addr 0x7b974496 stack 0x230f40 (0x230000-0x231000-0x330000) When succeeding, it ends with "Test passed". -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.