Bug 9910
| Summary: | LOG ERROR: hit a RenderWidget without a corresponding Widget, means a frame is half-constructed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Frames | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Minor | CC: | darin, mitz, mrowe |
| Priority: | P3 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2092/step-leak-test/0 | ||
David Kilzer (:ddkilzer)
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
The following builds show the same error:
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/1965
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/1973
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2040
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2050
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2067
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2070
* http://build.webkit.org/post-commit-leaks-powerpc-mac-os-x/builds/2092
Joost de Valk (AlthA)
trying to remove weird char from subject.
Alexey Proskuryakov
See bug 3426 for a reproducible case of this error.