[Webkit-unassigned] [Bug 188036] Consecutive DumpRenderTree crash on WinCairo BuildBots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 00:33:13 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188036

--- Comment #5 from Fujii Hironori <Hironori.Fujii at sony.com> ---
https://github.com/python/cpython/blob/d098098ce1dcb02d18571551654cbe7b92d291a4/PC/_subprocess.c#L549
https://github.com/python/cpython/blob/d098098ce1dcb02d18571551654cbe7b92d291a4/Include/intobject.h#L38

> return PyInt_FromLong(exit_code);

This code converts DWORD to long. It can make a negative value.
If that true, exit code given by GetExitCodeProcess were fffffffc (-4) or c0000005 (-1073741819).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180727/631e2536/attachment.html>


More information about the webkit-unassigned mailing list