Bug 126569

Summary: Assertion failures in CoordinatedGraphics
Product: WebKit Reporter: Edit Balint <edbalint>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dongseong.hwang, edbalint, jaepark, noam, yoon
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Edit Balint 2014-01-07 01:39:22 PST
The following assertion failures occur when you open http://flickr.com webpage

* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp(561) : void WebCore::CoordinatedGraphicsScene::updateImageBacking
ASSERTION FAILED: 2000 >= std::max(rect.width(), rect.height())

* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp(50) : void WebCore::CoordinatedBackingStoreTile::swapBuffers
ASSERTION FAILED: textureMapper->maxTextureSize().width() >= m_tileRect.size().width()