Bug 231748 - [ iOS EWS ] http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral.html is a flaky crash
Summary: [ iOS EWS ] http/tests/privateClickMeasurement/attribution-conversion-through...
Status: RESOLVED DUPLICATE of bug 231255
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: John Wilander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-14 10:41 PDT by ayumi_kojima
Modified: 2021-10-25 15:31 PDT (History)
1 user (show)

See Also:


Attachments
Crash log (129.43 KB, text/plain)
2021-10-14 10:42 PDT, ayumi_kojima
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-10-14 10:41:30 PDT
http/tests/privateClickMeasurement/attribution-conversion-through-image-redirect-ephemeral.html

Is a flaky crash on iOS-14-Simulator-WK2-Tests-EWS.

It doesn't look like the flaky crash is seen on the open source: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FprivateClickMeasurement%2Fattribution-conversion-through-image-redirect-ephemeral.html

It looks like the flaky crash started at this build: https://ews-build.webkit.org/#/builders/51/builds/23024

Result page: https://ews-build.s3-us-west-2.amazonaws.com/iOS-14-Simulator-WK2-Tests-EWS/r441121-23396/results.html

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebKit              	0x0000000108c35813 WTFCrashWithInfo(int, char const*, char const*, int) + 19
1   com.apple.WebKit              	0x0000000108df5d3a WebKit::NetworkSession::setPrivateClickMeasurementAppBundleIDForTesting(WTF::String&&) + 138
2   com.apple.WebKit              	0x0000000108dca3b6 WebKit::NetworkProcess::setPrivateClickMeasurementAppBundleIDForTesting(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&) + 54
3   com.apple.WebKit              	0x0000000108c8f818 void IPC::handleMessageAsync<Messages::NetworkProcess::SetPrivateClickMeasurementAppBundleIDForTesting, WebKit::NetworkProcess, void (WebKit::NetworkProcess::*)(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&)>(IPC::Connection&, IPC::Decoder&, WebKit::NetworkProcess*, void (WebKit::NetworkProcess::*)(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&)) + 187
4   com.apple.WebKit              	0x0000000108c8a28f WebKit::NetworkProcess::didReceiveNetworkProcessMessage(IPC::Connection&, IPC::Decoder&) + 4019
5   com.apple.WebKit              	0x0000000108c50903 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >) + 221
6   com.apple.WebKit              	0x0000000108c50b45 IPC::Connection::dispatchOneIncomingMessage() + 169
7   com.apple.JavaScriptCore      	0x000000010ad89461 WTF::RunLoop::performWork() + 545
8   com.apple.JavaScriptCore      	0x000000010ad89d12 WTF::RunLoop::performWork(void*) + 34
9   com.apple.CoreFoundation      	0x00007fff20390ede __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
10  com.apple.CoreFoundation      	0x00007fff20390dd6 __CFRunLoopDoSource0 + 180
11  com.apple.CoreFoundation      	0x00007fff2039029e __CFRunLoopDoSources0 + 242
12  com.apple.CoreFoundation      	0x00007fff2038a9f7 __CFRunLoopRun + 875
13  com.apple.CoreFoundation      	0x00007fff2038a1a7 CFRunLoopRunSpecific + 567
14  com.apple.Foundation          	0x00007fff20834204 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 209
15  com.apple.Foundation          	0x00007fff20834418 -[NSRunLoop(NSRunLoop) run] + 76
16  libxpc.dylib                  	0x00007fff2005e1a8 _xpc_objc_main + 591
17  libxpc.dylib                  	0x00007fff20060143 xpc_main + 143
18  com.apple.WebKit              	0x0000000108e03eea WebKit::XPCServiceMain(int, char const**) + 87
19  libdyld.dylib                 	0x00007fff2025abbd start + 1
Comment 1 ayumi_kojima 2021-10-14 10:42:09 PDT
Created attachment 441236 [details]
Crash log
Comment 2 ayumi_kojima 2021-10-14 11:05:51 PDT
Marked expectations to speed up EWS https://trac.webkit.org/changeset/284178/webkit
Comment 3 ayumi_kojima 2021-10-14 11:09:55 PDT
From the crash log, I think this is a dupe of Bug 231255

*** This bug has been marked as a duplicate of bug 231255 ***