Bug 31421 - WebDatabase needs better error handling
Summary: WebDatabase needs better error handling
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2009-11-12 10:51 PST by Mark Rowe (bdash)
Modified: 2010-06-10 20:54 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2009-11-12 11:21 PST, Jeremy Orlow
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 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.
Comment 1 Jeremy Orlow 2009-11-12 11:21:06 PST
Created attachment 43082 [details]
Patch
Comment 2 Jeremy Orlow 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.
Comment 3 Jeremy Orlow 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?