[Webkit-unassigned] [Bug 21608] New: REGRESSION: Assertion failure in MainResourceLoader::didFinishLoading() at ynet.co.il

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 14 23:31:42 PDT 2008


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

           Summary: REGRESSION: Assertion failure in
                    MainResourceLoader::didFinishLoading() at ynet.co.il
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://ynet.co.il/
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P1
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


Loading the URL causes an assertion failure:

ASSERTION FAILED:
shouldLoadAsEmptyDocument(frameLoader()->activeDocumentLoader()->url()) ||
!defersLoading()
(WebCore/loader/MainResourceLoader.cpp:310 virtual void
WebCore::MainResourceLoader::didFinishLoading())

Backtrace:
#0  0x035e3d71 in WebCore::MainResourceLoader::didFinishLoading
(this=0x1d83bc00) at WebCore/loader/MainResourceLoader.cpp:310
#1  0x036faa22 in WebCore::ResourceLoader::didFinishLoading (this=0x1d83bc00)
at WebCore/loader/ResourceLoader.cpp:398
#2  0x036f8566 in -[WebCoreResourceHandleAsDelegate
connectionDidFinishLoading:] (self=0x1abcd900, _cmd=0x90158564, con=0x1e124780)
at WebCore/platform/network/mac/ResourceHandleMac.mm:530
#3  0x961d6097 in -[NSURLConnection(NSURLConnectionReallyInternal)
sendDidFinishLoading] ()

(gdb) p frameLoader()->activeDocumentLoader()->url().string().ascii()
$1 = {
  m_size = 76, 
  m_buffer = {
    <WTF::VectorBufferBase<char>> = {
      <WTFNoncopyable::Noncopyable> = {<No data fields>}, 
      members of WTF::VectorBufferBase<char>: 
      m_buffer = 0x1c897660
"http://go.calcalist.co.il/long/content/2008/teaser_ynet/ordering/index4.asp", 
      m_capacity = 76
    }, <No data fields>}
}


-- 
Configure bugmail: https://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