[Webkit-unassigned] [Bug 119140] REGRESSION: Crash beneath cti_vm_throw_slowpath due to invalid CallFrame pointer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 15:35:47 PDT 2013


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





--- Comment #16 from Geoffrey Garen <ggaren at apple.com>  2013-07-31 15:35:31 PST ---
Julien and I discovered the problem here:

ExceptionHandler __attribute__ ((fastcall)) cti_vm_throw_slowpath(CallFrame* callFrame);

On some compilers, returning a struct causes the compiler to allocate the first register as the "pointer to return value".

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