[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:35:34 PDT 2010


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


Dumitru Daniliuc <dumi at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #3 from Dumitru Daniliuc <dumi at chromium.org>  2010-06-23 15:35:34 PST ---
http://developer.apple.com/mac/library/technotes/tn2004/tn2123.html: "EXC_BAD_ACCESS/KERN_PROTECTION_FAILURE — This is caused by the thread trying to write to read-only memory. This is always caused by a data access."

Also, OriginUsageRecord:75 is: if (m_cachedDiskUsageIsValid), and m_cachedDiskUsageIsValid is just a bool field.

Some forums suggest that this might be caused by bad RAM.

In any case, I've never seen this crash before, and I really don't see how checking the value of a bool variable could've caused it. I think we should treat it as flakiness, unless it happens again.

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