Bug 136075
Summary: | ASSERT_NOT_REACHED on css3/shapes/shape-outside/values/shape-image-threshold-001.html | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bjonesbe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 135921 | ||
Bug Blocks: |
Alexey Proskuryakov
css3/shapes/shape-outside/values/shape-image-threshold-001.html asserts on all debug bots every time:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x000000010de3174a WTFCrash + 42 (Assertions.cpp:329)
1 com.apple.WebCore 0x000000010f6967de WebCore::CSSPrimitiveValue::operator float<float>() const + 158 (CSSPrimitiveValueMappings.h:125)
2 com.apple.WebCore 0x000000010f6966b7 WebCore::ApplyPropertyDefault<float, &(WebCore::RenderStyle::shapeImageThreshold() const), float, &(WebCore::RenderStyle::setShapeImageThreshold(float)), float, &(WebCore::RenderStyle::initialShapeImageThreshold())>::applyValue(WebCore::CSSPropertyID, WebCore::StyleResolver*, WebCore::CSSValue*) + 71 (DeprecatedStyleBuilder.cpp:151)
3 com.apple.WebCore 0x0000000110dd469b WebCore::PropertyHandler::applyValue(WebCore::CSSPropertyID, WebCore::StyleResolver*, WebCore::CSSValue*) const + 107 (DeprecatedStyleBuilder.h:49)
4 com.apple.WebCore 0x0000000110dc4ea9 WebCore::StyleResolver::applyProperty(WebCore::CSSPropertyID, WebCore::CSSValue*) + 905 (StyleResolver.cpp:2065)
5 com.apple.WebCore 0x0000000110dd2257 WebCore::StyleResolver::CascadedProperties::Property::apply(WebCore::StyleResolver&) + 215 (StyleResolver.cpp:3938)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Skipped the test in debug mode in <http://trac.webkit.org/r172753>.
Bem Jones-Bey
*** This bug has been marked as a duplicate of bug 135926 ***