[Webkit-unassigned] [Bug 191285] [WinCairo] run-javascriptcore-tests does not run to completion in Release mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 16:28:10 PST 2018


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

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stephan.szabo at sony.com,
                   |                            |yusukesuzuki at slowstart.org

--- Comment #1 from Ross Kirsling <ross.kirsling at sony.com> ---
As mentioned in the previous ticket, the stack trace for all hanging subprocesses is:
> [External Code]
> jscLib.dll!`anonymous namespace'::jscExit(int status)            at Source\JavaScriptCore\jsc.cpp(174)
> jscLib.dll!main(int argc, char * * argv)                         at Source\JavaScriptCore\jsc.cpp(2275)
> jscLib.dll!dllLauncherEntryPoint(int argc, const char * * argv)  at Source\JavaScriptCore\jsc.cpp(2855)
> jsc.exe!main(int argc, const char * * argv)                      at Source\JavaScriptCore\shell\DLLLauncherMain.cpp(222)
> [External Code]

Attaching to process and hitting the Pause button breaks at jsc.cpp:174, and attempting to Step Into has the same effect as hitting Continue, since the call stack above the `exit(0);` call is just "external code".

-- 
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/20181106/1fdd4357/attachment.html>


More information about the webkit-unassigned mailing list