[Webkit-unassigned] [Bug 129429] [Win32][LLINT] Crash when running JSC stress tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 11:07:46 PST 2014


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





--- Comment #12 from peavo at outlook.com  2014-02-27 11:04:50 PST ---
Thanks for your comments :)

I have probably been doing some unnecessary work here.
As suggested, I created a test program in C with a simple function which had a
parameter of size > 4K.
The assembly then shows a call to _chkstk, which probably does the job needed.

See

http://msdn.microsoft.com/en-us/library/ms648426(VS.85).aspx 

or e.g.

http://www.codeguru.com/cpp/v-s/debug/article.php/c19241/Adventures-with-chkstk.htm

Maybe we should be using this function instead?

I also believe the guard page is put between committed and uncommitted memory,
see e.g. the comment in WebKit\Source\WTF\wtf\StackBounds.cpp in the Windows implementation.

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