Bug 256854 - ASSERTION FAILED: !m_shouldFilterICECandidates || sdp.contains(".local"_s) || sdp.contains(" srflx "_s) in walmart.com
Summary: ASSERTION FAILED: !m_shouldFilterICECandidates || sdp.contains(".local"_s) ||...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-16 12:15 PDT by Kimmo Kinnunen
Modified: 2023-05-17 10:07 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2023-05-16 12:15:23 PDT
ASSERTION FAILED: !m_shouldFilterICECandidates || sdp.contains(".local"_s) || sdp.contains(" srflx "_s)


1   0x13888e468 WTFCrash
2   0x280004dc4 PAL::AXCustomContentFunction()
3   0x2828b5ef4 WebCore::PeerConnectionBackend::newICECandidate(WTF::String&&, WTF::String&&, unsigned short, WTF::String&&, std::__1::optional<WebCore::PeerConnectionBackend::DescriptionStates>&&)::$_25::operator()()
4   0x2828b5c5c WTF::Detail::CallableWrapper<WebCore::PeerConnectionBackend::newICECandidate(WTF::String&&, WTF::String&&, unsigned short, WTF::String&&, std::__1::optional<WebCore::PeerConnectionBackend::DescriptionStates>&&)::$_25, void>::call()
5   0x282b7a784 WTF::Function<void ()>::operator()() const
6   0x2828a6a00 void WebCore::ActiveDOMObject::queueTaskKeepingObjectAlive<WebCore::RTCPeerConnection>(WebCore::RTCPeerConnection&, WebCore::TaskSource, WTF::Function<void ()>&&)::'lambda'()::operator()() const
7   0x2828a6918 WTF::Detail::CallableWrapper<void WebCore::ActiveDOMObject::queueTaskKeepingObjectAlive<WebCore::RTCPeerConnection>(WebCore::RTCPeerConnection&, WebCore::TaskSource, WTF::Function<void ()>&&)::'lambda'(), void>::call()
8   0x282b7a784 WTF::Function<void ()>::operator()() const
9   0x2839c64d8 WebCore::EventLoopFunctionDispatchTask::execute()
10  0x2839bbc30 WebCore::EventLoop::run()

https://www.walmart.com/ip/NETGEAR-5-Port-Gigabit-Ethernet-Switch-GS605NA/3910252
Comment 1 Radar WebKit Bug Importer 2023-05-16 12:15:37 PDT
<rdar://problem/109417446>
Comment 2 youenn fablet 2023-05-17 03:14:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13952
Comment 3 EWS 2023-05-17 10:07:29 PDT
Committed 264155@main (d19ee7dff2de): <https://commits.webkit.org/264155@main>

Reviewed commits have been landed. Closing PR #13952 and removing active labels.