[Webkit-unassigned] [Bug 104538] New: [Qt-Directfb] Animation causes a crash with www.tuenti.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 05:37:21 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=104538

           Summary: [Qt-Directfb] Animation causes a crash with
                    www.tuenti.com
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scerveau at connected-labs.com


Created an attachment (id=178522)
 --> (https://bugs.webkit.org/attachment.cgi?id=178522&action=review)
simple version of tuenti.com

In this website there is a bounceInUp which causes a crash with using QT-Directfb implementation.
Indeed this animation is composed of one image and a text indent of 9999em. 
A surface is created in TextureMapperLayer::updateBackingStore with a big size such as 160000x300 which is not supported by directfb, causing a crash after imageBuffer = ImageBuffer::create(dirtyRect.size());
If i remove the text indentation, this is not crashing anymore and the animation is working fine.
In attachment a simplified version of www.tuenti.com
This website is perfectly working with Chromium or Safari.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list