Bug 85273 - scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMisspellingsAndBadGrammarInRanges()
Summary: scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMiss...
Status: RESOLVED DUPLICATE of bug 82761
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-05-01 04:32 PDT by Andreas Kling
Modified: 2012-09-18 15:04 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-05-01 04:32:44 PDT
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
Comment 1 Andy Estes 2012-05-01 19:11:12 PDT
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.
Comment 2 Andy Estes 2012-05-01 19:13:50 PDT
Committed r115780: <http://trac.webkit.org/changeset/115780>
Comment 3 Simon Fraser (smfr) 2012-09-18 15:04:10 PDT

*** This bug has been marked as a duplicate of bug 82761 ***