RESOLVED DUPLICATE of bug 82761 Bug 85273
scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMisspellingsAndBadGrammarInRanges()
https://bugs.webkit.org/show_bug.cgi?id=85273
Summary scrollbars/scrollbar-miss-mousemove-disabled.html is asserting in markAllMiss...
Andreas Kling
Reported 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
Attachments
Andy Estes
Comment 1 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.
Andy Estes
Comment 2 2012-05-01 19:13:50 PDT
Simon Fraser (smfr)
Comment 3 2012-09-18 15:04:10 PDT
*** This bug has been marked as a duplicate of bug 82761 ***
Note You need to log in before you can comment on or make changes to this bug.