Hi all

I have a problem with the Cairo-based windows port and custom scrollbars: when 
the application closes an exception is thrown in the line
       if (!m_data->hasAnimations())

in the method
void AnimationController::cancelAnimations(RenderObject* renderer)
{
       if (!m_data->hasAnimations())
              return;

       if (m_data->clear(renderer)) {
        Node* node = renderer->node();
        ASSERT(!node || (node->document() && !node->document()->inPageCache()));
        node->setChanged(AnimationStyleChange);
    }
}

In AnimationController.cpp.

The exception is:
Unhandled exception at <some-address> (WebKit.dll) in <myapp.exe>:
0xC0000005: Access violation reading location 0x000005b8

I am building revision 42150 with the cairo-patch (#28910, bug report 
https://bugs.webkit.org/show_bug.cgi?id=17484).

Has anyone seen this before and knows what the problem is? I am using the 
testpage at 
http://trac.webkit.org/export/41842/trunk/LayoutTests/scrollbars/overflow-scrollbar-combinations.html


Any input will be greatly appreciated.

Thanks,
Frank
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to