NEW 80176
REGRESSION: assertion failures in WebCore::SpellChecker::didCheck
https://bugs.webkit.org/show_bug.cgi?id=80176
Summary REGRESSION: assertion failures in WebCore::SpellChecker::didCheck
Ryosuke Niwa
Reported 2012-03-02 11:49:46 PST
The following tests hit assertion in SpellChecker::didCheck: editing/spelling/spellcheck-queue.html editing/spelling/spellcheck-async-mutation.html editing/spelling/spellcheck-paste.html editing/spelling/grammar-paste.html editing/spelling/spellcheck-sequencenum.html editing/spelling/spellcheck-async.html ASSERTION FAILED: m_processingRequest->sequence() == sequence /Volumes/Data/webkit4/Source/WebCore/editing/SpellChecker.cpp(170) : void WebCore::SpellChecker::didCheck(int, const WTF::Vector<WebCore::TextCheckingResult, 0ul>&) 1 0x101661c7a WebCore::SpellChecker::didCheck(int, WTF::Vector<WebCore::TextCheckingResult, 0ul> const&) 2 0x100e69317 -[WebEditorSpellCheckResponder perform] 3 0x7fff81172351 __NSFirePerformWithOrder 4 0x7fff836b0b07 __CFRunLoopDoObservers 5 0x7fff8368c434 __CFRunLoopRun 6 0x7fff8368bd8f CFRunLoopRunSpecific 7 0x7fff81181b74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] 8 0x1000151c5 runTest(std::string const&) 9 0x1000156e6 runTestingServerLoop() 10 0x1000158e6 dumpRenderTree(int, char const**) 11 0x100015af4 main 12 0x100002418 start
Attachments
Note You need to log in before you can comment on or make changes to this bug.