Bug 216846 - REGRESSION(r266075): WebContent process crashes at TextManipulationController::getPath
Summary: REGRESSION(r266075): WebContent process crashes at TextManipulationController...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-22 14:04 PDT by Sihui Liu
Modified: 2020-09-22 15:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch (4.64 KB, patch)
2020-09-22 14:22 PDT, Sihui Liu
no flags Details | Formatted Diff | Diff
Patch for landing (4.74 KB, patch)
2020-09-22 14:51 PDT, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sihui Liu 2020-09-22 14:04:39 PDT
0   com.apple.WebCore  WebCore::TextManipulationController::getPath(WebCore::Node*, WebCore::Node*) + 39
1   com.apple.WebCore  WebCore::TextManipulationController::replace(WebCore::TextManipulationController::ManipulationItemData const&, WTF::Vector<WebCore::TextManipulationController::ManipulationToken, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::HashSet<WTF::Ref<WebCore::Node, WTF::DumbPtrTraits<WebCore::Node> >, WTF::DefaultHash<WTF::Ref<WebCore::Node, WTF::DumbPtrTraits<WebCore::Node> > >, WTF::HashTraits<WTF::Ref<WebCore::Node, WTF::DumbPtrTraits<WebCore::Node> > > >&) + 5195
2   com.apple.WebCore  WebCore::TextManipulationController::completeManipulation(WTF::Vector<WebCore::TextManipulationController::ManipulationItem, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&) + 2943
3   com.apple.WebKit   WebKit::WebPage::completeTextManipulation(WTF::Vector<WebCore::TextManipulationController::ManipulationItem, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WTF::CompletionHandler<void (bool, WTF::Vector<WebCore::TextManipulationController::ManipulationFailure, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&)>&&) + 78
4   com.apple.WebKit   WebKit::WebPage::didReceiveWebPageMessage(IPC::Connection&, IPC::Decoder&) + 52705
Comment 1 Sihui Liu 2020-09-22 14:05:00 PDT
rdar://problem/68832943
Comment 2 Sihui Liu 2020-09-22 14:22:20 PDT
Created attachment 409397 [details]
Patch
Comment 3 Sihui Liu 2020-09-22 14:51:58 PDT
Created attachment 409402 [details]
Patch for landing
Comment 4 EWS 2020-09-22 15:21:48 PDT
Committed r267439: <https://trac.webkit.org/changeset/267439>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409402 [details].