Bug 242623
Summary: | REGRESSION (252308@main): [ iOS ] TestWebKitAPI.ImageAnalysisTests.AvoidRedundantTextRecognitionRequests is a consistent failure and crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Karl Rackler
Description:
TestWebKitAPI.ImageAnalysisTests.AvoidRedundantTextRecognitionRequests
The first failure that I saw on the dashboard was on 7/8/2022 at 252308@main. The test is a consistent failure on iOS except, for the iOS Release on model iPhone 8 arm64 where it is a consistent crash.
REPRODUCTION STEPS
I can reproduce this on 252308@main, but am unable to reproduce it on 252307@main or earlier.
Command:
run-api-tests --ios-simulator --debug TestWebKitAPI.ImageAnalysisTests.AvoidRedundantTextRecognitionRequests
Result:
Failed
TestWebKitAPI.ImageAnalysisTests.AvoidRedundantTextRecognitionRequests
2022-07-11 17:37:46.392 TestWebKitAPI[61235:2162070] -[TestVKImageAnalysis mrcMenu]: unrecognized selector sent to instance 0x600000074c80
LEAK: 1 WebProcessPool
LEAK: 1 WebPageProxy
File name unavailable
Unknown C++ exception thrown in the test body.
History:
https://results.webkit.org/?suite=api-tests&test=TestWebCore.Color.P3ConversionToSRGB
run-api-tests stdio:
TestWebKitAPI.ImageAnalysisTests.AvoidRedundantTextRecognitionRequests
2022-07-09 01:19:54.814 TestWebKitAPI[16995:86738832] -[TestVKImageAnalysis mrcMenu]: unrecognized selector sent to instance 0x60000282e740
LEAK: 1 WebProcessPool
LEAK: 1 WebPageProxy
File name unavailable
Unknown C++ exception thrown in the test body.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/96853280>
Wenson Hsieh
Fixed by 252344@main.
*** This bug has been marked as a duplicate of bug 242578 ***