Bug 193724

Summary: Flaky AVEncoderBitRateKey symbol not found crash on imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-constructor.html
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ddkilzer, eric.carlson, jer.noble, jlewis3, ryanhaddad, sroberts, tsavell, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
jer.noble: review+
Patch for landing none

Alexey Proskuryakov
Reported 2019-01-23 09:48:54 PST
Not sure how this kind of an issue can be flaky, but it is. Happens on both High Sierra and Mojave, debug and release. https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported/w3c/web-platform-tests/mediacapture-record/MediaRecorder-constructor.html Happens as long as records go, since mid-December at least. ASSERTION FAILED: dlsym(0x7fce1ed713b0, AVEncoderBitRateKey): symbol not found constant ./platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.mm(55) : NSString *initAVEncoderBitRateKey() 1 0x21fa0eb89 WTFCrash 2 0x20e91aea0 initAVEncoderBitRateKey() 3 0x20e90f0f7 WebCore::MediaRecorderPrivateWriter::setAudioInput() 4 0x20e90eca4 WebCore::MediaRecorderPrivateWriter::create(WebCore::MediaStreamTrackPrivate const*, WebCore::MediaStreamTrackPrivate const*) 5 0x2110a479a WebCore::MediaRecorderPrivateAVFImpl::create(WebCore::MediaStreamPrivate const&) 6 0x20f73f026 WebCore::MediaRecorder::getPrivateImpl(WebCore::MediaStreamPrivate const&) 7 0x20f73ed87 WebCore::MediaRecorder::create(WebCore::Document&, WTF::Ref<WebCore::MediaStream, WTF::DumbPtrTraits<WebCore::MediaStream> >&&, WebCore::MediaRecorder::Options&&)
Attachments
Patch (4.82 KB, patch)
2019-03-22 14:31 PDT, Eric Carlson
jer.noble: review+
Patch for landing (4.92 KB, patch)
2019-03-22 14:42 PDT, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2019-01-23 09:49:27 PST
Ryan Haddad
Comment 2 2019-03-20 16:29:08 PDT
Eric Carlson
Comment 3 2019-03-22 14:31:03 PDT
Jer Noble
Comment 4 2019-03-22 14:37:10 PDT
Comment on attachment 365759 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=365759&action=review > Source/WebCore/platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.mm:86 > +#define AVEncoderBitRateKey myAVEncoderBitRateKey() > +#define AVFormatIDKey myAVFormatIDKey() > +#define AVNumberOfChannelsKey myAVNumberOfChannelsKey() > +#define AVSampleRateKey myAVSampleRateKey() "my" as a prefix isn't useful. Could these be changed to "get*WithFallback()"?
Eric Carlson
Comment 5 2019-03-22 14:42:50 PDT
Created attachment 365761 [details] Patch for landing
WebKit Commit Bot
Comment 6 2019-03-22 15:54:55 PDT
Comment on attachment 365761 [details] Patch for landing Clearing flags on attachment: 365761 Committed r243404: <https://trac.webkit.org/changeset/243404>
WebKit Commit Bot
Comment 7 2019-03-22 15:54:57 PDT
All reviewed patches have been landed. Closing bug.
Eric Carlson
Comment 8 2019-03-22 16:37:08 PDT
*** Bug 196166 has been marked as a duplicate of this bug. ***
Alexey Proskuryakov
Comment 9 2019-03-25 09:30:32 PDT
Comment on attachment 365761 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=365761&action=review > Source/WebCore/ChangeLog:11 > + The soft link macros occasionally fail to load constants from AVFoundation.framework > + which are actually in one of its sub-frameworks. While we investigate the cause > + cause of the failure, ise the SOFT_LINK_CONSTANT_MAY_FAIL so we can detect the failure Thank you Eric for tackling this! What bug tracks finding the root cause?
Note You need to log in before you can comment on or make changes to this bug.