Bug 262425
Summary: | REGRESSION(268433@main): [ iOS17 Sonoma ] 5 tests under http/wpt/mediarecorder are constantly crashing. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
Component: | Media | Assignee: | youenn fablet <youennf> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=261964 https://bugs.webkit.org/show_bug.cgi?id=262489 https://bugs.webkit.org/show_bug.cgi?id=262516 |
Ben Schwartz
The following tests under http/wpt/mediarecorder/ are constantly crashing:
http/wpt/mediarecorder/MediaRecorder-dataavailable.html
http/wpt/mediarecorder/MediaRecorder-multiple-start-stop.html
http/wpt/mediarecorder/MediaRecorder-requestData.html
http/wpt/mediarecorder/pause-recording.html
http/wpt/mediarecorder/record-96KHz-sources.html
HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&suite=layout-tests&test=http%2Fwpt%2Fmediarecorder%2FMediaRecorder-dataavailable.html&test=http%2Fwpt%2Fmediarecorder%2FMediaRecorder-multiple-start-stop.html&test=http%2Fwpt%2Fmediarecorder%2FMediaRecorder-requestData.html&test=http%2Fwpt%2Fmediarecorder%2Fpause-recording.html&test=http%2Fwpt%2Fmediarecorder%2Frecord-96KHz-sources.html
CRASH LOG (stderr):
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/optional:962: assertion this->has_value() failed: optional operator* called on a disengaged valuecom.apple.WebKit.WebContent.Development terminated (pid 73897) for reason: crash
LEAK: 1 WebPageProxy
CRASH LOG URL:
https://build.webkit.org/results/Apple-Sonoma-Debug-AppleSilicon-WK2-Tests/268677@main%20(32)/http/wpt/mediarecorder/MediaRecorder-dataavailable-crash-log.txt
REPRODUCIBILITY:
I was able to reproduce this issue on macOS Sonoma (14.0, 23A344/arm64) ToT using the following command:
run-webkit-tests --clobber-old-results --verbose http/wpt/mediarecorder/MediaRecorder-dataavailable.html http/wpt/mediarecorder/MediaRecorder-multiple-start-stop.html http/wpt/mediarecorder/MediaRecorder-requestData.html http/wpt/mediarecorder/pause-recording.html http/wpt/mediarecorder/record-96KHz-sources.html
REGRESSION:
I was able to bisect a possible regression point at 268433@main. This issue did not reproduce before then, and changes at that point appear to be directly related to the issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/116267156>
EWS
Test gardening commit 268685@main (1c8170822ba4): <https://commits.webkit.org/268685@main>
Reviewed commits have been landed. Closing PR #18455 and removing active labels.
youenn fablet
Pull request: https://github.com/WebKit/WebKit/pull/18542
EWS
Committed 268775@main (eb2233a41bba): <https://commits.webkit.org/268775@main>
Reviewed commits have been landed. Closing PR #18542 and removing active labels.
Alexey Proskuryakov
We still need to re-enable the tests.
EWS
Test gardening commit 268795@main (5c5277763eef): <https://commits.webkit.org/268795@main>
Reviewed commits have been landed. Closing PR #18566 and removing active labels.
Ben Schwartz
This no longer appears to be occurring. Removing test expectations. Please file a new bug if issues persist.
Tracking test expectations removal in bug #274990 (rdar://129080660).