Bug 186619 - [GTK] Several mediastream tests crashing since r232827 "Eliminate static initializers in libwebrtc.dylib"
Summary: [GTK] Several mediastream tests crashing since r232827 "Eliminate static init...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-14 07:17 PDT by Miguel Gomez
Modified: 2018-06-15 10:28 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.