Bug 9910 - LOG ERROR: hit a RenderWidget without a corresponding Widget, means a frame is half-constructed
Summary: LOG ERROR: hit a RenderWidget without a corresponding Widget, means a frame i...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Minor
Assignee: Nobody
URL: http://build.webkit.org/post-commit-l...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-14 04:35 PDT by David Kilzer (:ddkilzer)
Modified: 2007-01-06 13:22 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2006-07-14 04:35:29 PDT
I noticed the following log error in the output of a leaks-test on the buildbot:

=================
ERROR: hit a RenderWidget without a corresponding Widget, means a frame is half-constructed
(/Users/buildbot/Desktop/BuildData/WebKit-BuildSlave/post-commit-leaks-powerpc-mac-os-x/build/WebCore/bridge/mac/FrameMac.mm:1438 passMouseDownEventToWidget)
=================

This seems to be intermittent as the next leaks-test that compiled and ran did not exhibit this behavior.  I don't think that the patch applied would cause this, either.

Thanks to Google, I found another occurrence of this in Build 2050:

http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2050/step-leak-test/0

Leaks-test build 2050 was built due to r15338, which was a ChangeLog edit (obviously not the cause).

http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2050

Perhaps bdash can find other occurrences using grep?
Comment 2 Joost de Valk (AlthA) 2006-07-15 01:42:11 PDT
trying to remove weird char from subject.
Comment 3 Alexey Proskuryakov 2007-01-06 13:22:30 PST
See bug 3426 for a reproducible case of this error.