Bug 231451

Summary: [ iOS 15 Debug ] ASSERTION FAILED: sockets.empty()
Product: WebKit Reporter: ayumi_kojima
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: iPhone / iPad   
OS: Unspecified   

ayumi_kojima
Reported 2021-10-08 13:59:13 PDT
webrtc/receiver-track-should-stay-live-even-if-receiver-is-inactive.html Is a flaky crash on iOS 15 Debug. History: https://results.webkit.org/?suite=layout-tests&test=webrtc%2Freceiver-track-should-stay-live-even-if-receiver-is-inactive.html Result page: https://build.webkit.org/results/Apple-iPadOS-15-Simulator-Debug-WK2-Tests/r283797%20(42)/results.html# Crash log: No crash log found for com.apple.WebKit.Networking.Development:994. stdout: stderr: ASSERTION FAILED: sockets.empty() /Volumes/Data/worker/ios-simulator-15-debug/build/Source/WebKit/NetworkProcess/webrtc/NetworkRTCProvider.cpp(132) : auto WebKit::NetworkRTCProvider::close()::(anonymous class)::operator()() const 1 0x13f635bd9 WTFCrash 2 0x12494270b WTFCrashWithInfo(int, char const*, char const*, int) 3 0x125b331c9 WebKit::NetworkRTCProvider::close()::$_9::operator()() const 4 0x125b33089 WTF::Detail::CallableWrapper<WebKit::NetworkRTCProvider::close()::$_9, void>::call() 5 0x12498fbe2 WTF::Function<void ()>::operator()() const 6 0x125b1bc22 WebKit::NetworkRTCProvider::OnMessage(rtc::Message*) 7 0x1199e7fc7 rtc::Thread::Dispatch(rtc::Message*) 8 0x1199e49da rtc::Thread::ProcessMessages(int) 9 0x1199e9b0a rtc::Thread::Run() 10 0x1199e96c3 rtc::Thread::PreRun(void*) 11 0x107d5b8fc _pthread_start 12 0x107d57443 thread_start It looks like the test started being flaky at around r283606.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-10-08 14:01:17 PDT
ayumi_kojima
Comment 2 2021-10-08 14:03:11 PDT
youenn fablet
Comment 3 2021-10-20 03:54:32 PDT
Should be fixed by https://webkit.org/b/231779
ayumi_kojima
Comment 4 2021-10-22 17:05:33 PDT
The test is not crashing anymore. Removed test expectation https://trac.webkit.org/changeset/284729/webkit
Note You need to log in before you can comment on or make changes to this bug.