Bug 126569 - Assertion failures in CoordinatedGraphics
Summary: Assertion failures in CoordinatedGraphics
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-07 01:39 PST by Edit Balint
Modified: 2014-01-16 01:24 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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()