[Webkit-unassigned] [Bug 192375] HTTPS Upgrade: Figure out if/how to tell clients that the HTTPS upgrade happened
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 12 08:44:58 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192375
--- Comment #48 from Chris Dumez <cdumez at apple.com> ---
This patch is causing a crash:
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.CFNetwork 0x00007fff7b4d088b CFURLResponseGetURL + 25
1 com.apple.WebCore 0x0000000108ae42e1 WebCore::ResourceResponse::platformLazyInit(WebCore::ResourceResponseBase::InitLevel) + 177 (ResourceResponseCocoa.mm:184)
2 com.apple.WebCore 0x0000000109923dc3 WebCore::ResourceResponseBase::httpStatusCode() const + 19 (ResourceResponseBase.cpp:298)
3 com.apple.WebKit 0x0000000107257049 WebKit::NetworkDataTaskCocoa::willPerformHTTPRedirection(WebCore::ResourceResponse&&, WebCore::ResourceRequest&&, WTF::CompletionHandler<void (WebCore::ResourceRequest&&)>&&) + 55 (NetworkDataTaskCocoa.mm:301)
4 com.apple.WebKit 0x000000010726ff59 -[WKNetworkSessionDelegate URLSession:task:_schemeUpgraded:completionHandler:] + 239 (memory:2733)
5 com.apple.Foundation 0x00007fff7ddbff19 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
6 com.apple.Foundation 0x00007fff7ddbfbfc -[NSBlockOperation main] + 101
7 com.apple.Foundation 0x00007fff7ddbe324 -[__NSOperationInternal _start:] + 672
8 com.apple.Foundation 0x00007fff7ddba1db __NSOQSchedule_f + 201
9 libdispatch.dylib 0x00007fff91f008fc _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff91f0daac _dispatch_main_queue_callback_4CF + 925
11 com.apple.CoreFoundation 0x00007fff7c3acd69 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
12 com.apple.CoreFoundation 0x00007fff7c36e04d __CFRunLoopRun + 2221
13 com.apple.CoreFoundation 0x00007fff7c36d544 CFRunLoopRunSpecific + 420
14 com.apple.Foundation 0x00007fff7dd9e252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
15 com.apple.Foundation 0x00007fff7dd9e12a -[NSRunLoop(NSRunLoop) run] + 76
16 libxpc.dylib 0x00007fff9218f89b _xpc_objc_main + 731
17 libxpc.dylib 0x00007fff9218e2e4 xpc_main + 494
18 com.apple.WebKit.Networking 0x00000001071df68d WebKit::XPCServiceMain(int, char const**) + 490 (XPCServiceMain.mm:123)
19 com.apple.WebKit.Networking 0x00000001071df81b main + 9 (XPCServiceMain.mm:46)
20 libdyld.dylib 0x00007fff91f36235 start + 1
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181212/8b9a7930/attachment-0001.html>
More information about the webkit-unassigned
mailing list