Bug 258649 - Crash in TextManipulationController::observeParagraphs on macrumors.com
Summary: Crash in TextManipulationController::observeParagraphs on macrumors.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-28 16:37 PDT by Ryosuke Niwa
Modified: 2023-06-28 23:05 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2023-06-28 16:37:36 PDT
e.g.

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   WebCore                       	       0x715b5b0bd WebCore::TextManipulationController::observeParagraphs(WebCore::Position const&, WebCore::Position const&) + 253
1   WebCore                       	       0x715b5bfca WebCore::TextManipulationController::observeParagraphs(WebCore::Position const&, WebCore::Position const&) + 4106
2   WebCore                       	       0x715b5bfca WebCore::TextManipulationController::observeParagraphs(WebCore::Position const&, WebCore::Position const&) + 4106
3   WebCore                       	       0x715b6bda1 WTF::Detail::CallableWrapper<WebCore::TextManipulationController::scheduleObservationUpdate()::$_7, void>::call() + 2497
4   WebCore                       	       0x715a190ea WebCore::EventLoop::run() + 154
5   WebCore                       	       0x715a9db96 WebCore::WindowEventLoop::didReachTimeToRun() + 22
6   WebCore                       	       0x716191df8 WTF::Detail::CallableWrapper<WebCore::ThreadTimers::setSharedTimer(WebCore::SharedTimer*)::$_0, void>::call() + 152
7   WebCore                       	       0x7143809bf WebCore::timerFired(__CFRunLoopTimer*, void*) + 31

<rdar://85597139>
Comment 1 Ryosuke Niwa 2023-06-28 16:41:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15386
Comment 2 EWS 2023-06-28 23:05:23 PDT
Committed 265612@main (3f0a2a47e444): <https://commits.webkit.org/265612@main>

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