[Webkit-unassigned] [Bug 94051] JSC: fast/js/stack-trace.html fails due to erroneous line number for LLint frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 20 15:28:06 PDT 2012


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





--- Comment #10 from Geoffrey Garen <ggaren at apple.com>  2012-08-20 15:28:43 PST ---
(From update of attachment 159505)
> Source/JavaScriptCore/llint/LLIntExceptions.cpp:87
> +    fixupPCforExceptionIfNeeded(exec);
>      genericThrow(globalData, exec, globalData->exception, pc - exec->codeBlock()->instructions().begin());

It looks like you're fixing up exec->currentVPC(). But isn't the expression "pc - exec->codeBlock()->instructions().begin()" still using the wrong pc?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list