Bug 314808
| Summary: | REGRESSION(313207@main?): http/tests/ssl/applepay/ApplePayButton.html is a flaky crash | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
| Component: | New Bugs | Assignee: | Blaze Burg <bburg> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | a_protyasha, bburg, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Abrar Rahman Protyasha
Here's a crash log from an EWS run in a later PR:
https://ews-build.s3-us-west-2.amazonaws.com/macOS-Tahoe-Debug-WK2-Tests-EWS/1710f3ca-30092/http/tests/ssl/applepay/ApplePayButton-crash-log.txt
Notice that the crash looks like:
```
IPC::MessageReceiver::~MessageReceiver()
Inspector::ProxyingNetworkAgent::~ProxyingNetworkAgent()
...
WebKit::WebPageInspectorController::~WebPageInspectorController()
WebKit::WebPageProxy::~WebPageProxy()
-[WKWebView .cxx_destruct]
-[TestRunnerWKWebView dealloc]
```
Which seems oddly like a destruction backtrace originating from the code introduced in 313207@main (where ProxyingNetworkAgent inherited IPC::MessageReceiver)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177056433>
Blaze Burg
Pull request: https://github.com/WebKit/WebKit/pull/64973
EWS
Committed 313318@main (04f8f8e8059d): <https://commits.webkit.org/313318@main>
Reviewed commits have been landed. Closing PR #64973 and removing active labels.