[Webkit-unassigned] [Bug 15017] New: ASSERTION FAILED: size == 0 || size >= m_encodedSize in WebCore::CachedResource::setEncodedSize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 19 23:35:08 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15017

           Summary: ASSERTION FAILED: size == 0 || size >= m_encodedSize in
                    WebCore::CachedResource::setEncodedSize
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://laserjock.wordpress.com/2007/08/18/gsoc-ubuntu-
                    bootloader-manager-02/
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pewtermoose at gmail.com


I'm hitting this assert when I middle click the four thumbnails towards the top
of this page to open them in background tabs.  size >= m_encodedSize is causing
this to be hit.

ASSERTION FAILED: size == 0 || size >= m_encodedSize
(/Users/matt/Code/WebKit/WebCore/loader/CachedResource.cpp:159 void
WebCore::CachedResource::setEncodedSize(unsigned int))

Thread 0 Crashed:
0   com.apple.WebCore                   0x0112d9d8
WebCore::CachedResource::setEncodedSize(unsigned) + 132
(CachedResource.cpp:159)
1   com.apple.WebCore                   0x0112d12c
WebCore::CachedImage::data(WTF::PassRefPtr<WebCore::SharedBuffer>, bool) + 396
(CachedImage.cpp:197)
2   com.apple.WebCore                   0x01130ab4
WebCore::Loader::didReceiveData(WebCore::SubresourceLoader*, char const*, int)
+ 372 (loader.cpp:208)
3   com.apple.WebCore                   0x01492d60
WebCore::SubresourceLoader::didReceiveData(char const*, int, long long, bool) +
180 (SubresourceLoader.cpp:180)
4   com.apple.WebCore                   0x01490d50
WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*,
int, int) + 108
5   com.apple.WebCore                   0x0146472c
-[WebCoreResourceHandleAsDelegate connection:didReceiveData:lengthReceived:] +
300 (ResourceHandleMac.mm:422)
6   com.apple.Foundation                0x92c13624
-[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564
7   com.apple.Foundation                0x92c11ac4
-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 488


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



More information about the webkit-unassigned mailing list