Bug 128283 - REGRESSION (r163262?): transitions/shorthand-border-transitions.html flakily asserts
Summary: REGRESSION (r163262?): transitions/shorthand-border-transitions.html flakily ...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2014-02-05 16:52 PST by Alexey Proskuryakov
Modified: 2017-03-06 14:16 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-02-05 16:52:08 PST
transitions/shorthand-border-transitions.html  has started to flakily assert on WebKit2 debug testers:

ASSERTION FAILED: !rect.isEmpty()

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore      	0x00000001106fd90a WTFCrash + 42 (Assertions.cpp:333)
1   com.apple.WebCore             	0x000000011209d410 WebCore::GraphicsContext::drawRect(WebCore::FloatRect const&) + 128 (GraphicsContextCG.cpp:293)
2   com.apple.WebCore             	0x0000000112e8b0a1 WebCore::RenderObject::drawLineForBoxSide(WebCore::GraphicsContext*, WebCore::LayoutUnit, WebCore::LayoutUnit, WebCore::LayoutUnit, WebCore::LayoutUnit, WebCore::BoxSide, WebCore::Color, WebCore::EBorderStyle, int, int, bool) + 16193 (RenderObject.cpp:937)
3   com.apple.WebCore             	0x0000000112d58723 WebCore::RenderBoxModelObject::paintOneBorderSide(WebCore::GraphicsContext*, WebCore::RenderStyle const*, WebCore::RoundedRect const&, WebCore::RoundedRect const&, WebCore::LayoutRect const&, WebCore::BoxSide, WebCore::BoxSide, WebCore::BoxSide, WebCore::BorderEdge const*, WebCore::Path const*, WebCore::BackgroundBleedAvoidance, bool, bool, bool, WebCore::Color const*) + 2419 (RenderBoxModelObject.cpp:1695)

A lot of similar assertions were introduced in r163262 and fixed in r163264, but this one is still happening. The first occurrence was on r163263, and it happens about 1 time out of 10.
Comment 1 Alexey Proskuryakov 2014-02-05 16:52:26 PST
This is readily reproducible locally.
Comment 2 zalan 2014-02-05 17:30:41 PST
I tried to repro it a few times with no success...I'll try again.
Comment 3 Alexey Proskuryakov 2014-02-05 22:38:45 PST
I was simply running this command, and could reproduce two times out of three:

run-webkit-tests -2 transitions/shorthand-border-transitions.html

Should probably be easier to reproduce with "--iterations 100".
Comment 4 Alexey Proskuryakov 2014-02-11 23:01:34 PST
Skipped the test in debug builds in <http://trac.webkit.org/r163951>.
Comment 5 Michael Catanzaro 2017-03-06 14:16:46 PST
Probably a dup of bug #128395?