Bug 82761

Summary: fast/forms/search-event-delay.html is asserting in markAllMisspellingsAndBadGrammarInRanges()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: HTML EditingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: enrica, jiapu.mail, kling, mitz, morrita, rniwa, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Simon Fraser (smfr)
Reported 2012-03-30 11:40:45 PDT
Test is hitting this on the bots: ASSERTION FAILED: unifiedTextCheckerEnabled() /Volumes/Data/slave/lion-intel-debug/build/Source/WebCore/editing/Editor.cpp(1911) : void WebCore::Editor::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, WebCore::Range *, WebCore::Range *) 1 0x10ac62b53 WebCore::SpellingCorrectionController::correctionPanelTimerFired(WebCore::Timer<WebCore::SpellingCorrectionController>*) 2 0x10ac66fe3 WebCore::Timer<WebCore::SpellingCorrectionController>::fired() 3 0x10ae6e107 WebCore::ThreadTimers::sharedTimerFiredInternal() 4 0x10ae6de49 WebCore::ThreadTimers::sharedTimerFired() 5 0x10ac34483 _ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv 6 0x7fff8bbbec24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ 7 0x7fff8bbbe776 __CFRunLoopDoTimer 8 0x7fff8bb9f001 __CFRunLoopRun 9 0x7fff8bb9e676 CFRunLoopRunSpecific 10 0x7fff89940f9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] 11 0x1082657b9 _ZL7runTestRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE 12 0x1082640aa _ZL20runTestingServerLoopv 13 0x108263919 dumpRenderTree(int, char const**) 14 0x10826601c main 15 0x10824f364 start
Attachments
Patch (3.20 KB, patch)
2012-09-18 15:17 PDT, Simon Fraser (smfr)
rniwa: review+
Radar WebKit Bug Importer
Comment 1 2012-03-30 17:40:33 PDT
Simon Fraser (smfr)
Comment 2 2012-03-30 17:44:40 PDT
I'm adding ASSERT(m_frame) to see if that's the issue.
Simon Fraser (smfr)
Comment 3 2012-09-18 14:42:27 PDT
I think DRT and WTR need to reset the 'unifiedTextCheckingEnabled' pref between tests.
Simon Fraser (smfr)
Comment 4 2012-09-18 15:03:21 PDT
*** Bug 96012 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Comment 5 2012-09-18 15:04:10 PDT
*** Bug 85273 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Comment 6 2012-09-18 15:17:59 PDT
Ryosuke Niwa
Comment 7 2012-09-18 15:35:49 PDT
Comment on attachment 164627 [details] Patch Looks reasonable.
Simon Fraser (smfr)
Comment 8 2012-09-18 15:44:46 PDT
Note You need to log in before you can comment on or make changes to this bug.