[Webkit-unassigned] [Bug 85473] New: IconDatabase thread causes assertion failure: m_verifier.isSafeToUse()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 04:01:30 PDT 2012


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

           Summary: IconDatabase thread causes assertion failure:
                    m_verifier.isSafeToUse()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: luxtella at company100.net


adopted(RefCountedBase*) means new start of ia refCounted instance.
RefPtr::release calls WTF::adopted to reset, so RefCounted thread verification
code should reset.

SharedBuffer used by IconDatabase causes the assertion failure because
IconDatabase passes SharedBuffer to main thread.

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