[Webkit-unassigned] [Bug 72455] New: QNX StackBase doesn't take guard page into account

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


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

           Summary: QNX StackBase doesn't take guard page into account
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: staikos at kde.org



George Staikos <staikos at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115305|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=115305)
 --> (https://bugs.webkit.org/attachment.cgi?id=115305&action=review)
Patch to fix the crash by excluding the guard page from the stack.

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

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