[Webkit-unassigned] [Bug 98960] New: [WK2] fast/parser/document-open-in-unload.html causes next test to crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 15:45:40 PDT 2012


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

           Summary: [WK2] fast/parser/document-open-in-unload.html causes
                    next test to crash
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeffrey at endrift.com


The layout test fast/parser/document-open-in-unload.html will cause the next test to crash when run with WebKit Test Runner.

A portion of the backtrace reveals the crash to be inside of the loader:
0   com.apple.WebCore                 0x00000001057980dc WebCore::DocumentLoader::isClientRedirect() const + 12 (DocumentLoader.h:124)
1   com.apple.WebCore                 0x00000001057918e8 WebCore::FrameLoader::commitProvisionalLoad() + 1784 (FrameLoader.cpp:1750)
2   com.apple.WebCore                 0x00000001054c027c WebCore::DocumentLoader::commitIfReady() + 60 (DocumentLoader.cpp:283)
3   com.apple.WebCore                 0x00000001054c081c WebCore::DocumentLoader::commitLoad(char const*, int) + 76 (DocumentLoader.cpp:314)
4   com.apple.WebCore                 0x00000001054c0cfb WebCore::DocumentLoader::receivedData(char const*, int) + 59 (DocumentLoader.cpp:388)
5   com.apple.WebCore                 0x0000000106123b87 WebCore::MainResourceLoader::addData(char const*, int, bool) + 87 (MainResourceLoader.cpp:193)
6   com.apple.WebCore                 0x000000010657a1ec WebCore::ResourceLoader::didReceiveData(char const*, int, long long, bool) + 108 (ResourceLoader.cpp:281)
7   com.apple.WebCore                 0x0000000106125475 WebCore::MainResourceLoader::didReceiveData(char const*, int, long long, bool) + 1013 (MainResourceLoader.cpp:482)
8   com.apple.WebCore                 0x000000010657ab2f WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*, int, int) + 143 (ResourceLoader.cpp:436)
...

It appears that FrameLoader::m_documentLoader becomes null at some point before m_documentLoader->isClientRedirect gets called, causing the crash.

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