[Webkit-unassigned] [Bug 157143] New: DebuggerScope::className() should not assert scope->isValid().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 11:05:08 PDT 2016


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

            Bug ID: 157143
           Summary: DebuggerScope::className() should not assert
                    scope->isValid().
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

DebuggerScope::className() should not assert scope->isValid() because the TypeProfiler logs objects it encounters, and may indirectly call JSObject::calculatedClassName() on those objects later, thereby calling DebuggerScope::className() on an invalidated DebuggerScope.  The existing handling in DebuggerScope::className() for an invalidated scope (that returns a null string) is sufficient.

-- 
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/20160428/81d81f45/attachment.html>


More information about the webkit-unassigned mailing list