[Webkit-unassigned] [Bug 153704] [DFG] call-varargs-from-inlined-code-with-odd-number-of-arguments.js fails in POSIX environment if SamplingProfiler is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 6 21:45:12 PST 2017


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

--- Comment #5 from Yusuke Suzuki <utatane.tea at gmail.com> ---
I believe this crash is caused by the same reason of this bug[1]: Somewhere, we have the code that touches stack area that is beyond the red zone. And SIGUSR2 signal stack (that is used to suspend and resume threads, which is heavily used for sampling profiler) mess up these area.

I'll investigate it in this weekend.

[1]: https://bugs.webkit.org/show_bug.cgi?id=167239

-- 
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/20170307/defdbaa2/attachment.html>


More information about the webkit-unassigned mailing list