RESOLVED FIXED9785
buildbot debug leak checking failing with d->ownerRenderer assertion failure
https://bugs.webkit.org/show_bug.cgi?id=9785
Summary buildbot debug leak checking failing with d->ownerRenderer assertion failure
Darin Adler
Reported 2006-07-08 06:39:30 PDT
Seeing this consistently in the debug buildbot log, although I can't reproduce it locally: ================= ASSERTION FAILED: !d->m_ownerElement (/Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/post-commit-leaks-powerpc-mac-os-x/build/WebCore/page/Frame.cpp:211 virtual WebCore::Frame::~Frame()) ================= Segmentation fault LEAK: 9 Node LEAK: 3 RenderObject LEAK: 1 Frame LEAK: 9 KJS::Node fast/dom/Window/redirect-with-timer.html -> failed fast/dom/Window/window-open-parent-no-parent.html -> failed
Attachments
David Kilzer (:ddkilzer)
Comment 1 2006-07-08 09:19:02 PDT
There may be some relevant crash logs in Bug 9784.
mitz
Comment 2 2006-12-18 12:19:16 PST
The assert is no longer there. Instead, the Frame destructor calls disconnectOwnerElement() which set d->m_ownerElement to 0.
Note You need to log in before you can comment on or make changes to this bug.