[Webkit-unassigned] [Bug 93926] New: [BlackBerry] Assertion failure in AppCacheGroup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 20:29:14 PDT 2012


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

           Summary: [BlackBerry] Assertion failure in AppCacheGroup
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: staikos at kde.org
                CC: tonikitoo at webkit.org


Program terminated with signal 11, Segmentation fault.
#0  0x7ca01e26 in WebCore::mimeTypeFromDataURL (url=...) at
webkit/Source/WebCore/platform/KURL.cpp:1916
1916        ASSERT(protocolIs(url, "data"));
(gdb) where
#0  0x7ca01e26 in WebCore::mimeTypeFromDataURL (url=...) at
webkit/Source/WebCore/platform/KURL.cpp:1916
#1  0x7c905386 in WebCore::ApplicationCacheGroup::createResourceHandle
(this=0x1d41100, url=..., newestCachedResource=0x0)
    at
webkit/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:513

In release mode this code should behave properly, so the fix is to just short circuit the data url decode if it isn't a data url.

-- 
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