[Webkit-unassigned] [Bug 147123] JavaScriptCore LLInt crash with VS2015RC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 17:25:11 PDT 2015


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

Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msaboff at apple.com

--- Comment #1 from Michael Saboff <msaboff at apple.com> ---
Please provide the webkit SVN revision that you are experiencing the problem.  That way we can look at the source for LowLevelInterpreter files and correlate the line numbers.

Saying that, it looks like you are in the "doCall()" macro in LowLevelInterpreter64.asm which includes the "callTargetFunction()" macro in LowLevelInterpreter.asm.  That macro includes the line
    call LLIntCallLinkInfo::machineCodeTarget[callLinkInfo]
which I believe is where you are crashing.  What are the details of the crash as far as type, register contents, etc?  Are we trying to access a bad address, jump to a non-existent address or something else?

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


More information about the webkit-unassigned mailing list