Bug 128395
Summary: | Layout test crashes on Windows after r163272 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Roger Fong <roger_fong> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED | ||
Severity: | Normal | CC: | mcatanzaro, ossy, roger_fong, zalan |
Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=128283 |
Roger Fong
http://build.webkit.org/builders/Apple%20Win%207%20Debug%20%28Tests%29/builds/57945/steps/layout-test/logs/stdio
More specifically, ..\platform\graphics\cg\GraphicsContextCG.cpp(293) : WebCore::GraphicsContext::drawRect
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Roger Fong
I meant,
13:07:29.938 2948 ASSERTION FAILED: !rect.isEmpty()
13:07:29.938 2948 ..\platform\graphics\cg\GraphicsContextCG.cpp(293) : WebCore::GraphicsContext::drawRect
Roger Fong
ALso, the pixelSnappingFactor is essentially 0, 2.3E-39
zalan
(In reply to comment #2)
> ALso, the pixelSnappingFactor is essentially 0, 2.3E-39
oops, that does not sound quite right.
Roger Fong
http://trac.webkit.org/changeset/163659
Csaba Osztrogonác
Reopen, it doesn't fix anything, the crash is still occur on the Apple Windows Debug bot.
Michael Catanzaro
Probably a dup of bug #128283?