[Webkit-unassigned] [Bug 139783] New: Web Inspector: ASSERT seen closing/opening multiple inspectors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 18 11:21:28 PST 2014


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

            Bug ID: 139783
           Summary: Web Inspector: ASSERT seen closing/opening multiple
                    inspectors
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
I occasionally see this assert in Inspector code when opening/closing multiple inspectors repeatedly in Debug builds.

    Deprecated::ScriptValue InjectedScript::findObjectById(const String& objectId) const
    {
        ASSERT(!hasNoValue());
        ...
    }

We can safely avoid calling findObjectById if we have an empty InjectedScript.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141218/9f8e1428/attachment-0002.html>


More information about the webkit-unassigned mailing list