Bug 222696 - ASSERT NOT REACHED in WebKit::NetworkConnectionToWebProcess::takeNetworkLoadInformationMetrics
Summary: ASSERT NOT REACHED in WebKit::NetworkConnectionToWebProcess::takeNetworkLoadI...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-03 16:05 PST by Ryan Haddad
Modified: 2021-03-03 16:50 PST (History)
4 users (show)

See Also:


Attachments
crash log (87.35 KB, text/plain)
2021-03-03 16:50 PST, Ryan Haddad
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2021-03-03 16:05:24 PST
Many inspector tests are failing a new assert added with https://trac.webkit.org/changeset/273832/webkit

SHOULD NEVER BE REACHED
/Volumes/Data/worker/bigsur-debug/build/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h(145) : void WebKit::NetworkConnectionToWebProcess::takeNetworkLoadInformationMetrics(WebKit::ResourceLoadIdentifier, CompletionHandler<void (const WebCore::NetworkLoadMetrics &)> &&)

http/tests/inspector/dom/didFireEvent.html
http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html
http/tests/inspector/network/fetch-response-body-304.html
http/tests/inspector/network/intercept-request-main-resource-with-response.html
http/tests/inspector/network/intercept-request-subresource-with-response.html
http/tests/inspector/network/intercept-request-with-response.html
http/tests/inspector/network/local-resource-override-basic.html
http/tests/inspector/network/resource-initiatorNode.html
http/tests/inspector/network/resource-mime-type.html
http/tests/inspector/network/resource-response-service-worker.html
http/tests/inspector/network/resource-response-source-disk-cache.html
http/tests/inspector/network/resource-response-source-memory-cache.html
http/tests/inspector/network/resource-sizes-disk-cache.html
http/tests/inspector/network/xhr-response-body.html
http/tests/inspector/target/provisional-load-cancels-previous-load.html
inspector/console/console-screenshot.html
inspector/console/webcore-logging.html
inspector/css/stylesheet-events-multiple-documents.html
inspector/debugger/async-stack-trace-basic.html
inspector/dom-debugger/url-breakpoints-containing.html
inspector/dom-debugger/url-breakpoints.html
inspector/page/setBootstrapScript-sub-frame.html
inspector/worker/debugger-shared-breakpoint.html
inspector/worker/dom-debugger-event-animation-frame-breakpoints.html
inspector/worker/dom-debugger-event-listener-breakpoints.html
inspector/worker/dom-debugger-url-breakpoints.html

https://build.webkit.org/results/Apple-BigSur-Debug-WK2-Tests/r273832%20(488)/results.html
Comment 1 Radar WebKit Bug Importer 2021-03-03 16:07:16 PST
<rdar://problem/75008385>
Comment 2 Ryan Haddad 2021-03-03 16:50:29 PST
Created attachment 422163 [details]
crash log
Comment 3 Ryan Haddad 2021-03-03 16:50:54 PST
I reverted the change in https://commits.webkit.org/234825@main