Bug 85273
Summary: | scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMisspellingsAndBadGrammarInRanges() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Kling <kling> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aestes, enrica, jiapu.mail, simon.fraser |
Priority: | P2 | Keywords: | LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Andreas Kling
From Lion Debug bot:
ASSERTION FAILED: unifiedTextCheckerEnabled()
/Volumes/Data/slave/lion-intel-debug/build/Source/WebCore/editing/Editor.cpp(1943) : void WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, WebCore::Range *, WebCore::Range *)
1 0x10f8a5279 WebCore::AlternativeTextController::timerFired(WebCore::Timer<WebCore::AlternativeTextController>*)
2 0x10f8ab0b3 WebCore::Timer<WebCore::AlternativeTextController>::fired()
3 0x111081707 WebCore::ThreadTimers::sharedTimerFiredInternal()
4 0x111081449 WebCore::ThreadTimers::sharedTimerFired()
5 0x110db59a3 _ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv
6 0x7fff892ecc24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__
7 0x7fff892ec776 __CFRunLoopDoTimer
8 0x7fff892cd001 __CFRunLoopRun
9 0x7fff892cc676 CFRunLoopRunSpecific
10 0x7fff8ac98f9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
11 0x10e452cb9 _ZL7runTestRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE
12 0x10e4515aa _ZL20runTestingServerLoopv
13 0x10e450e19 dumpRenderTree(int, char const**)
14 0x10e45351c main
15 0x10e43c464 start
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andy Estes
Given the assertion, I wonder if this is due to a timer firing after DRT has finished a test and is resetting state for the next one. Or perhaps DRT never enables this setting which is uncovering a bug. I'm going to skip this test for now but will look into this more tomorrow.
Andy Estes
Committed r115780: <http://trac.webkit.org/changeset/115780>
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 82761 ***