[Webkit-unassigned] [Bug 147227] Crash in WebPlatformStrategies::createPingHandle - Deref a null NetworkingContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 22:36:14 PDT 2015


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

--- Comment #8 from Brady Eidson <beidson at apple.com> ---
Hmmmm, the message comes from:
- (void)webView:(WebView *)sender addMessageToConsole:(NSDictionary *)dictionary withSource:(NSString *)source
...in Mac DRT, and:
"willAddMessageToConsole"
...in WK2 WKTR.

There is a "CONSOLE MESSAGE" string in DRT Win, in:
HRESULT UIDelegate::webViewAddMessageToConsole(IWebView* /*sender*/, BSTR message, int lineNumber, BSTR url, BOOL isError)


I guess that's not getting called (or its bailing out early?)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150724/df67bc3d/attachment.html>


More information about the webkit-unassigned mailing list