[Webkit-unassigned] [Bug 123309] New: Many tests failing after r157850 on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 24 18:38:32 PDT 2013


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

           Summary: Many tests failing after r157850 on Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: roger_fong at apple.com


Stepping in the issue, there is an assertion failure: 
ASSERT(run.charactersLength() >= run.length());

The line before is run.setCharactersLength(text.textLength() - from);

However, stepping into this line results in stepping into DocumentMarker::setStartOffset instead.

-- 
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