[Webkit-unassigned] [Bug 80176] New: REGRESSION: assertion failures in WebCore::SpellChecker::didCheck

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 11:49:46 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80176

           Summary: REGRESSION: assertion failures in
                    WebCore::SpellChecker::didCheck
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, enrica at apple.com, morrita at google.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list