Bug 186619

Summary: [GTK] Several mediastream tests crashing since r232827 "Eliminate static initializers in libwebrtc.dylib"
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, bugs-noreply, clopez, mcatanzaro, tsaunier, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Miguel Gomez 2018-06-14 07:17:41 PDT
These are all the tests that are now crashing:

fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Crash ]
fast/mediastream/RTCPeerConnection-add-removeTrack.html [ Crash ]
fast/mediastream/RTCPeerConnection-addTrack-reuse-sender.html [ Crash ]
fast/mediastream/RTCPeerConnection-addTransceiver.html [ Crash ]
fast/mediastream/RTCPeerConnection-createAnswer.html [ Crash ]
fast/mediastream/RTCPeerConnection-createOffer.html [ Crash ]
fast/mediastream/RTCPeerConnection-datachannel.html [ Crash ]
fast/mediastream/RTCPeerConnection-have-local-offer.html [ Crash ]
fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Crash ]
fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Crash ]
fast/mediastream/RTCPeerConnection-ice.html [ Crash ]
fast/mediastream/RTCPeerConnection-inspect-offer-bundlePolicy-bundle-only.html [ Crash ]
fast/mediastream/RTCPeerConnection-localDescription.html [ Crash ]
fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Crash ]
fast/mediastream/RTCPeerConnection-overloaded-operations.html [ Crash ]
fast/mediastream/RTCPeerConnection-remoteDescription.html [ Crash ]
fast/mediastream/RTCPeerConnection-stable.html [ Crash ]
fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Crash ]
fast/mediastream/RTCPeerConnection-stats.html [ Crash ]
fast/mediastream/RTCPeerConnection-statsSelector.html [ Crash ]
fast/mediastream/RTCRtpSender-replaceTrack.html [ Crash ]
fast/mediastream/RTCTrackEvent-constructor.html [ Crash ]
http/wpt/webrtc/third-party-frame-ice-candidate-filtering.html [ Crash ]
Comment 1 Carlos Alberto Lopez Perez 2018-06-14 07:26:32 PDT
crash logs (GDB backtraces) here: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r232827%20(7002)/results.html
Comment 2 youenn fablet 2018-06-14 11:40:38 PDT
https://trac.webkit.org/changeset/232846 might fix it.
Comment 3 Michael Catanzaro 2018-06-15 10:28:48 PDT
(In reply to youenn fablet from comment #2)
> https://trac.webkit.org/changeset/232846 might fix it.

Yes, all fixed.