[Webkit-unassigned] [Bug 44815] crash: 0x101dad3ae in WebCore::RenderBox::positionForPoint at RenderBox.cpp:2817

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 13:06:10 PDT 2010


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





--- Comment #13 from Eric Seidel <eric at webkit.org>  2010-08-31 13:06:10 PST ---
It appears the anonymous block is wrapping the body?  That seems very odd.

(closestRenderer is the anonymous block which we're trying to hit test and is giving us trouble.  To figure out what node it's wrapping I looked at its first child, which looks to be the body?)

p closestRenderer->firstChild()->showTreeForThis()
*body    0x151450dc0
    parsererror    0x15143db30 STYLE=display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black
        h3    0x15143c030
            #text    0x15143e230 "This page contains the following errors:"
        div    0x15143bb80 STYLE=font-family:monospace;font-size:12px
            #text    0x1066f6760 "error on line 9 at column 12: Opening and ending tag mismatch: svg line 0 and altGlyph\n"
        h3    0x15143ac10
            #text    0x1066f2140 "Below is a rendering of the page up to the first error."
    svg    0x1066c4360
        #text    0x15143f590 "\n"
        style    0x1066f8140
            #text    0x15143efc0 "\nbody{\n    display: table-column-group;\n}\n"
        #text    0x106697b80 "\n"
        body    0x15143d6e0
            #text    0x1066ebe80 "\n"
        #text    0x15143bd40 ""

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