[Webkit-unassigned] [Bug 231255] New: [ iOS 15 ] ASSERTION FAILED: isRunningTest(WebCore::applicationBundleIdentifier())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 14:22:19 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231255

            Bug ID: 231255
           Summary: [ iOS 15 ] ASSERTION FAILED:
                    isRunningTest(WebCore::applicationBundleIdentifier())
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: iPhone / iPad
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ayumi_kojima at apple.com

http/tests/privateClickMeasurement/attribution-conversion-through-cross-site-image-redirect.html

Is a flaky crash on iOS 15.

History: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FprivateClickMeasurement%2Fattribution-conversion-through-cross-site-image-redirect.html

Stderr:

ASSERTION FAILED: isRunningTest(WebCore::applicationBundleIdentifier())
/Volumes/Data/worker/ios-simulator-15-debug/build/Source/WebKit/NetworkProcess/NetworkSession.cpp(448) : void WebKit::NetworkSession::setPrivateClickMeasurementAppBundleIDForTesting(WTF::String &&)
1   0x13fda0e99 WTFCrash
2   0x125273c6b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x1260dc48e WebKit::NetworkSession::setPrivateClickMeasurementAppBundleIDForTesting(WTF::String&&)
4   0x1260122b9 WebKit::NetworkProcess::setPrivateClickMeasurementAppBundleIDForTesting(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&)
5   0x12595a578 void IPC::callMemberFunctionImpl<WebKit::NetworkProcess, void (WebKit::NetworkProcess::*)(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&), void (), std::__1::tuple<PAL::SessionID, WTF::String>, 0ul, 1ul>(WebKit::NetworkProcess*, void (WebKit::NetworkProcess::*)(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&), WTF::CompletionHandler<void ()>&&, std::__1::tuple<PAL::SessionID, WTF::String>&&, std::__1::integer_sequence<unsigned long, 0ul, 1ul>)
6   0x125958ec2 void IPC::callMemberFunction<WebKit::NetworkProcess, void (WebKit::NetworkProcess::*)(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&), void (), std::__1::tuple<PAL::SessionID, WTF::String>, std::__1::integer_sequence<unsigned long, 0ul, 1ul> >(std::__1::tuple<PAL::SessionID, WTF::String>&&, WTF::CompletionHandler<void ()>&&, WebKit::NetworkProcess*, void (WebKit::NetworkProcess::*)(PAL::SessionID, WTF::String&&, WTF::CompletionHandler<void ()>&&))
7   0x1258c0bf6 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 ()>&&))
8   0x1258b5e50 WebKit::NetworkProcess::didReceiveNetworkProcessMessage(IPC::Connection&, IPC::Decoder&)
9   0x1260006fe WebKit::NetworkProcess::didReceiveMessage(IPC::Connection&, IPC::Decoder&)
10  0x1253015ee IPC::Connection::dispatchMessage(IPC::Decoder&)
11  0x125301db2 IPC::Connection::dispatchMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)
12  0x1253023ad IPC::Connection::dispatchOneIncomingMessage()
13  0x125322815 IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_12::operator()()
14  0x125322729 WTF::Detail::CallableWrapper<IPC::Connection::enqueueIncomingMessage(std::__1::unique_ptr<IPC::Decoder, std::__1::default_delete<IPC::Decoder> >)::$_12, void>::call()
15  0x13fdcd6e2 WTF::Function<void ()>::operator()() const
16  0x13fe5525e WTF::RunLoop::performWork()
17  0x13fe59a8e WTF::RunLoop::performWork(void*)
18  0x1063d0e25 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
19  0x1063d0d1d __CFRunLoopDoSource0
20  0x1063d01f2 __CFRunLoopDoSources0
21  0x1063ca951 __CFRunLoopRun
22  0x1063ca103 CFRunLoopRunSpecific
23  0x106d1241c -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
24  0x106d12638 -[NSRunLoop(NSRunLoop) run]
25  0x10781105f _xpc_objc_main
26  0x107813050 xpc_main
27  0x12611e52a WebKit::XPCServiceMain(int, char const**)
28  0x127a13a7b WKXPCServiceMain
29  0x105e8cd42 main
30  0x105e9ee1e
31  0x1

-- 
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/20211005/3c4b5e56/attachment.htm>


More information about the webkit-unassigned mailing list