Bug 32545

Summary: http/tests/cookies/simple-cookies-max-age.html crashed on Windows Release Bot
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: aroben, bweinstein, ddkilzer, jchaffraix
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

Description Eric Seidel (no email) 2009-12-15 02:58:54 PST
http/tests/cookies/simple-cookies-max-age.html crashed on Windows Release Bot

http://build.webkit.org/results/Windows%20Release%20(Tests)/r52147%20(7058)/results.html

This is the first time I've seen this particular crash.
Comment 1 Eric Seidel (no email) 2009-12-15 03:01:12 PST
This test was originally added in http://trac.webkit.org/changeset/43851.  I have no idea how long it's been crashing on Windows.
Comment 2 Julien Chaffraix 2009-12-15 08:00:29 PST
(In reply to comment #1)
> This test was originally added in http://trac.webkit.org/changeset/43851.  I
> have no idea how long it's been crashing on Windows.

It has been failing on Windows since it was introduced so it was added on the skip list: see https://bugs.webkit.org/show_bug.cgi?id=25861.
Comment 3 David Kilzer (:ddkilzer) 2009-12-15 08:12:52 PST
The simple-cookies-max-age.html test crashed two builds in a row (r52147 and r52148):

http://build.webkit.org/results/Windows%20Release%20(Tests)/r52148%20(7059)/results.html
http://build.webkit.org/results/Windows%20Release%20(Tests)/r52147%20(7058)/results.html

The next build crashed on svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html (r52149):

http://build.webkit.org/results/Windows%20Release%20(Tests)/r52149%20(7060)/results.html

And the build for r52150 had no crashes:

http://build.webkit.org/results/Windows%20Release%20(Tests)/r52150%20(7061)/

This crash seems indeterminate at best, and may be completely unrelated to the cookie test.  Crash logs would be helpful, but I don't think they're available from the Windows buildbots.
Comment 4 David Kilzer (:ddkilzer) 2009-12-15 08:15:26 PST
Of course in r52144, both the cookie test and the SVG test crashed, so maybe they're both just indeterminate crashers:

http://build.webkit.org/results/Windows%20Release%20(Tests)/r52144%20(7055)/results.html
Comment 5 David Kilzer (:ddkilzer) 2009-12-15 08:20:46 PST
(In reply to comment #2)
> (In reply to comment #1)
> > This test was originally added in http://trac.webkit.org/changeset/43851.  I
> > have no idea how long it's been crashing on Windows.
> 
> It has been failing on Windows since it was introduced so it was added on the
> skip list: see https://bugs.webkit.org/show_bug.cgi?id=25861.

Bug 25861 is about simple-cookies-expired.html.  This issue is for simple-cookies-max-age.html.