[Webkit-unassigned] [Bug 74655] New: Regression (r102866): Navigating away from a cachable page with a plugin crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 15:36:54 PST 2011


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

           Summary: Regression (r102866): Navigating away from a cachable
                    page with a plugin crashes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


Regression (r102866): Navigating away from a cachable page with a plugin crashes

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebKit2                 0x000000010f7d694f CoreIPC::Connection::dispatchConnectionDidClose() + 63 (Connection.cpp:606)
1   com.apple.WebKit2                 0x000000010f7ddc10 WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator()(CoreIPC::Connection*) + 112 (Functional.h:135)
2   com.apple.WebKit2                 0x000000010f7ddb95 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void ()(CoreIPC::Connection*)>::operator()() + 37 (Functional.h:221)
3   com.apple.WebKit2                 0x000000010f83e978 WTF::Function<void ()()>::operator()() + 136 (Functional.h:299)
4   com.apple.WebKit2                 0x000000010f83e8dc FunctionWorkItem::execute() + 28 (WorkItem.h:230)
5   com.apple.WebKit2                 0x000000010f83d82f RunLoop::performWork() + 207 (RunLoop.cpp:64)
6   com.apple.WebKit2                 0x000000010f83ebb0 RunLoop::performWork(void*) + 96 (RunLoopMac.mm:38)

The crashing line is:
    client->didClose(this);

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