From: Jefferson Carpenter Subject: Re: [PATCH v3 1/2] ntdll/tests: Restore EFlags without re-loading. Message-Id: Date: Mon, 21 Sep 2020 19:42:47 +0000 In-Reply-To: References: FWIW what this fixes is this when I run the exception tests: $ ../../../loader/wine ./ntdll_test.exe.so exception 0088:err:plugplay:deviceloop_thread Can't init SDL: SDL not built with haptic (force feedback) support 0050:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1". exception.c:519: exception: c0000027 flags:2 addr:00BB0022 context: Eip:bb0022 Segmentation fault So the wine process is actually producing an unhandled segfault and not running any of the subsequent exception tests.