[Webkit-unassigned] [Bug 41105] fast/workers/storage/execute-sql-args-worker.html crashed on Leopard Commit Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 15:42:57 PDT 2010


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





--- Comment #6 from Eric Seidel <eric at webkit.org>  2010-06-23 15:42:57 PST ---
Looks like:

unsigned long long OriginQuotaManager::diskUsage(SecurityOrigin* origin) const
126    {
127        ASSERT(m_usageRecordGuardLocked);
128    
129        OriginUsageRecord* usageRecord = m_usageMap.get(origin);
130        ASSERT(usageRecord);
131    
132        return usageRecord->diskUsage();
133    }

Got back a NULL OriginUsageRecord* from the m_usageMap.  The question is why.  How can that happen? :)  That's the reason it crashed.

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