NEW 31421
WebDatabase needs better error handling
https://bugs.webkit.org/show_bug.cgi?id=31421
Summary WebDatabase needs better error handling
Mark Rowe (bdash)
Reported 2009-11-12 10:51:47 PST
After r50784 many storage tests are failing on the SnowLeopard leaks bot. See <http://build.webkit.org/results/SnowLeopard%20Intel%20Leaks/r50784%20%282092%29/results.html> for the first set of failing results. The storage tests have been failing consistently since then.
Attachments
Patch (1.28 KB, patch)
2009-11-12 11:21 PST, Jeremy Orlow
no flags
Jeremy Orlow
Comment 1 2009-11-12 11:21:06 PST
Jeremy Orlow
Comment 2 2009-11-12 11:39:48 PST
Comment on attachment 43082 [details] Patch After talking to bdash, we decided this wasn't particularly useful...and that we just need better error handling in general.
Jeremy Orlow
Comment 3 2009-11-12 11:42:05 PST
It turns out that the cause of the failure here was the hard disk filling up. But it sure was hard to tell based on what these tests outputted and even the error messages in stderr. Lets try to make the error handling more robust. Dumi, can you take this on?
Note You need to log in before you can comment on or make changes to this bug.