[Webkit-unassigned] [Bug 42825] WebKitTestRunner never destroys its main PlatformWebView (and thus its WKView[Ref])

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 09:20:20 PDT 2010


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





--- Comment #4 from Adam Roben (aroben) <aroben at apple.com>  2010-07-22 09:20:20 PST ---
I added some code to the end of TestController::run that deletes m_mainWebView. This causes a crash in the web process on Mac. It crashes in CoreIPC::Connection::dispatchConnectionDidClose because m_client is null. dispatchConnectionDidClose must be getting called twice.

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