Bug 241823

Summary: Crash under WebCore::DataDetection::detectContentInRange()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Chris Dumez 2022-06-21 15:49:24 PDT
Crash under WebCore::DataDetection::detectContentInRange():
Thread 0 Crashed ↩::   Dispatch queue: com.apple.main-thread
0   WebCore                       	       0x1a32ac780 WebCore::DataDetection::detectContentInRange(WebCore::SimpleRange const&, WTF::OptionSet<WebCore::DataDetectorType>, NSDictionary*) + 2724 (Source/WebCore/dom/Node.h:800)
1   WebCore                       	       0x1a32ac6f0 WebCore::DataDetection::detectContentInRange(WebCore::SimpleRange const&, WTF::OptionSet<WebCore::DataDetectorType>, NSDictionary*) + 2580 (Source/WebCore/./editing/cocoa/DataDetection.mm:502)
2   WebCore                       	       0x1a469adcc WebCore::FrameLoader::checkLoadCompleteForThisFrame() + 1784 (Source/WebCore/./loader/FrameLoader.cpp:2612)
3   WebCore                       	       0x1a468f190 WebCore::FrameLoader::checkLoadComplete() + 244 (Source/WebCore/./loader/FrameLoader.cpp:2773)
Comment 1 Chris Dumez 2022-06-21 15:49:34 PDT
<rdar://95110928>
Comment 2 Chris Dumez 2022-06-21 15:57:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1662
Comment 3 EWS 2022-06-22 08:16:57 PDT
Committed r295730 (251735@main): <https://commits.webkit.org/251735@main>

Reviewed commits have been landed. Closing PR #1662 and removing active labels.