[Webkit-unassigned] [Bug 87803] Layout tests often fail trying to stat nonexistent logs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 18:32:04 PDT 2012


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





--- Comment #3 from Dirk Pranke <dpranke at chromium.org>  2012-05-29 18:32:03 PST ---
(In reply to comment #2)
> hmm, It isn't the crash log rollover causing the problem either.  I just looked at the bot now, and there are older logs than the one it is looking for.  I wonder how it got the name of a file that doesn't exist.

Interesting. That's a good question. There would either have to be a bug in our file-finding code (which I just checked and it looks correct - that's certainly a plausible looking filename, at least, but maybe I'm missing something), or the file would've had to have been created and then deleted,  or you're seeing some sort of a filesystem / python inconsistency between os.walk() and os.stat().

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