[webkit-reviews] review requested: [Bug 72455] QNX StackBase doesn't take guard page into account : [Attachment 115305] Patch to fix the crash by excluding the guard page from the stack.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 19:54:47 PST 2011


George Staikos <staikos at kde.org> has asked  for review:
Bug 72455: QNX StackBase doesn't take guard page into account
https://bugs.webkit.org/show_bug.cgi?id=72455

Attachment 115305: Patch to fix the crash by excluding the guard page from the
stack.
https://bugs.webkit.org/attachment.cgi?id=115305&action=review

------- Additional Comments from George Staikos <staikos at kde.org>
There is a 4kb guard page on the stack on QNX.	The current code doesn't take
this into account, causing it to crash before hitting the recursion/stack guard
in WTF.  Crashes multiple layout tests including large-expressions.js and
regress-96526-002.js


More information about the webkit-reviews mailing list