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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 04:10:16 PDT 2012


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





--- Comment #2 from Huang Dongsung <luxtella at company100.net>  2012-05-03 04:10:16 PST ---
Following code causes assertion failure.
In IconDatabase.cpp

    RefPtr<SharedBuffer> data = dataOriginal ? dataOriginal->copy() : PassRefPtr<SharedBuffer>(0);
    ....
    {
        MutexLocker locker(m_urlAndIconLock);
        ....
        // Update the data and set the time stamp
        icon->setImageData(data.release());
        ....
    }

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