[Bug 39097] several tests hangs under valgrind due to use of _exit ( rather than exit) in NtTerminateProcess()

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 27 17:02:58 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=39097

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|comdlg32/tests/filedlg.c    |several tests hangs under
                   |hangs under valgrind        |valgrind due to use of
                   |                            |_exit (rather than exit) in
                   |                            |NtTerminateProcess()

--- Comment #8 from Austin English <austinenglish at gmail.com> ---
For anyone else running my scripts (which I'm pretty sure is no one, but just
in case ;), I've added a workaround to always use exit():
https://github.com/austin987/wine-valgrind-scripts/commit/77e751d4b04512303322c437e4b2697ca03b8d5a

This allows me to continue running the tests with a lot less trouble.

-- 
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.



More information about the wine-bugs mailing list