WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
223482
Crash under WebsiteDataStore::terminateNetworkProcess()
https://bugs.webkit.org/show_bug.cgi?id=223482
Summary
Crash under WebsiteDataStore::terminateNetworkProcess()
Chris Dumez
Reported
2021-03-18 14:41:41 PDT
Crash under WebsiteDataStore::terminateNetworkProcess(): 26 WebKit: WebKit::WebsiteDataStore::terminateNetworkProcess() <== 26 WebKit: WKWebsiteDataStoreTerminateNetworkProcess 26 WebKitTestRunner: WTR::TestController::terminateNetworkProcess() 26 WebKitTestRunner: WTR::TestInvocation::didReceiveSynchronousMessageFromInjectedBundle(OpaqueWKString const*, void const*) 26 WebKitTestRunner: WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle(OpaqueWKString const*, void const*, OpaqueWKMessageListener const*) 26 WebKitTestRunner: WTR::TestController::didReceiveSynchronousPageMessageFromInjectedBundleWithListener(OpaqueWKPage const*, OpaqueWKString const*, void const*, OpaqueWKMessageListener const*, void const*) 26 WebKit: WebKit::WebPageInjectedBundleClient::didReceiveSynchronousMessageFromInjectedBundle(WebKit::WebPageProxy*, WTF::String const&, API::Object*, WTF::CompletionHandler<void (WTF::RefPtr<API::Object, WTF::RawPtrTraits<API::Object>, WTF::DefaultRefDerefTraits<API::Object> >)>&&)
Attachments
Patch
(1.90 KB, patch)
2021-03-18 14:58 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2021-03-18 14:41:59 PDT
<
rdar://75326967
>
Chris Dumez
Comment 2
2021-03-18 14:58:08 PDT
Created
attachment 423662
[details]
Patch
Darin Adler
Comment 3
2021-03-18 14:59:29 PDT
Comment on
attachment 423662
[details]
Patch RefPtr, not Ref?
Chris Dumez
Comment 4
2021-03-18 15:00:51 PDT
(In reply to Darin Adler from
comment #3
)
> Comment on
attachment 423662
[details]
> Patch > > RefPtr, not Ref?
Because then I think I'd have to use WTF::map() and a lambda? Since my input container contains raw pointers. Would you prefer me to do that? It was a bit more code so I did not bother.
Darin Adler
Comment 5
2021-03-18 15:14:33 PDT
(In reply to Chris Dumez from
comment #4
)
> Would you prefer me to do that?
No.
EWS
Comment 6
2021-03-18 16:22:05 PDT
Committed
r274683
: <
https://commits.webkit.org/r274683
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 423662
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug