Bug 186619
Summary: | [GTK] Several mediastream tests crashing since r232827 "Eliminate static initializers in libwebrtc.dylib" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | 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 |
Miguel Gomez
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 ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
crash logs (GDB backtraces) here: https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r232827%20(7002)/results.html
youenn fablet
https://trac.webkit.org/changeset/232846 might fix it.
Michael Catanzaro
(In reply to youenn fablet from comment #2)
> https://trac.webkit.org/changeset/232846 might fix it.
Yes, all fixed.