Summary: | old-run-webkit-tests deadlocks on fast/forms/box-shadow-override.html on leopard commit-bot | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | abarth, ahmad.saleem792, gsnedders, jbedard, mitz, ryanhaddad |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Description
Eric Seidel (no email)
2010-09-30 13:53:02 PDT
The test it was hung on was: fast/forms/box-shadow-override.html We don't run pixel tests on the commit-queue. It was attempting to land patch 69139 from bug 46767 Same hang again: Analysis of sampling DumpRenderTree (pid 43418) every 1 millisecond Call graph: 6236 Thread_2907 6236 start 6236 main 6236 dumpRenderTree(int, char const**) 6236 fgets 6236 __srefill 6236 read 6236 read Analysis of sampling perl (pid 41600) every 1 millisecond Call graph: 8973 Thread_2907 8973 0x1ee6 8973 0x204e 8973 perl_run 8973 Perl_runops_standard 8973 Perl_do_readline 8973 Perl_sv_gets 8973 PerlIO_getc 8973 PerlIOStdio_read 8973 fgetc 8973 __srget 8973 __srefill 8973 read 8973 read Same test hung too! fast/forms/box-shadow-override.html -> crashed It was attempting to land patch 69403 from bug 46946 in this second hang. This does not happen every time. Just often. :) We've seen hangs on the Leopard commit bot for months, but only recently have I been trying to investigate why. It's possible they've always been this same hang. I don't see anything in http://trac.webkit.org/browser/trunk/LayoutTests/fast/forms/box-shadow-override.html which would suggest why its deadlocking on that test. Note the -> crashed above, is because I killed DumpRenderTree. Not because fast/forms/box-shadow-override.html crashed. DRT deadlocked while processing fast/forms/box-shadow-override.html. We've not yet seen this hang on either of the Snow Leoaprd commit-queue bots. We still continue to hit this bug on the leopard commit bot. Adam suggests that it's probably a test just before this one which is causing DRT to get off like this. Is `old-run-webkit-tests` still in use or we can close this? Removed in bug 135374 nearly a decade ago. 🙃 |