Closed
Bug 1183873
Opened 9 years ago
Closed 9 years ago
5,000 instances of "'!mContentCache.CacheEditorRect(this, &aIMENotification)'" and associated warnings emitted from widget/PuppetWidget.cpp during linux64 debug testing
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
People
(Reporter: erahm, Assigned: erahm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.00 KB,
patch
|
masayuki
:
review-
|
Details | Diff | Splinter Review |
> 2491 [NNNNN] WARNING: '!mContentCache.CacheEditorRect(this, &aIMENotification)', file widget/PuppetWidget.cpp, line 829
This warning [1], introduced in bug 1166436 patch 12 shows up in the following test suites:
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-browser-chrome-3-bm118-tests1-linux64-build0.txt:1013
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-browser-chrome-2-bm67-tests1-linux64-build0.txt:804
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-browser-chrome-1-bm53-tests1-linux64-build0.txt:483
> mozilla-central_ubuntu64_vm-debug_test-mochitest-1-bm117-tests1-linux64-build1.txt:108
> mozilla-central_ubuntu64_vm-debug_test-mochitest-browser-chrome-2-bm117-tests1-linux64-build8.txt:31
> mozilla-central_ubuntu64_vm-debug_test-mochitest-other-bm53-tests1-linux64-build0.txt:14
> mozilla-central_ubuntu64_vm-debug_test-mochitest-2-bm67-tests1-linux64-build1.txt:11
> mozilla-central_ubuntu64_vm-debug_test-mochitest-browser-chrome-3-bm122-tests1-linux64-build17.txt:10
> mozilla-central_ubuntu64_vm-debug_test-mochitest-5-bm115-tests1-linux64-build29.txt:7
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-1-bm123-tests1-linux64-build25.txt:3
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-5-bm52-tests1-linux64-build2.txt:2
> mozilla-central_ubuntu64_vm-debug_test-reftest-e10s-2-bm123-tests1-linux64-build2.txt:1
> mozilla-central_ubuntu64_vm-debug_test-reftest-e10s-1-bm68-tests1-linux64-build0.txt:1
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-4-bm122-tests1-linux64-build12.txt:1
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-3-bm51-tests1-linux64-build0.txt:1
> mozilla-central_ubuntu64_vm-debug_test-mochitest-e10s-2-bm53-tests1-linux64-build12.txt:1
It shows up in 820 tests. A few of the most prevalent:
> 46 - browser/base/content/test/general/browser_domFullscreen_fullscreenMode.js
> 41 - browser/components/sessionstore/test/browser_formdata_cc.js
> 37 - dom/manifest/test/browser_ManifestObtainer_obtain.js
> 37 - browser/base/content/test/general/browser_pageInfo.js
> 36 - browser/components/sessionstore/test/browser_615394-SSWindowState_events.js
> 30 - browser/components/sessionstore/test/browser_522545.js
> 29 - browser/base/content/test/general/browser_bug553455.js
> 24 - browser/components/sessionstore/test/browser_595601-restore_hidden.js
> 19 - toolkit/modules/tests/browser/browser_RemotePageManager.js
> 19 - browser/components/sessionstore/test/browser_formdata_format.js
[1] https://hg.mozilla.org/mozilla-central/annotate/e786406bc683/widget/PuppetWidget.cpp#l829
Assignee | ||
Comment 2•9 years ago
|
||
This is related to:
> 2491 [NNNNN] WARNING: '!editorRectEvent.mSucceeded', file widget/ContentCache.cpp, line 256
Summary: 2,500 instances of "'!mContentCache.CacheEditorRect(this, &aIMENotification)'" emitted from widget/PuppetWidget.cpp during linux64 debug testing → 5,000 instances of "'!mContentCache.CacheEditorRect(this, &aIMENotification)'" and associated warnings emitted from widget/PuppetWidget.cpp during linux64 debug testing
Assignee | ||
Comment 3•9 years ago
|
||
Masayuki, are you okay with just using the MOZ_LOG here?
Attachment #8636890 -
Flags: review?(masayuki)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Comment 4•9 years ago
|
||
Comment on attachment 8636890 [details] [diff] [review]
Just log if WidgetQueryContentEvent fails
No, this is what we need to fix completely before releasing e10s.
Attachment #8636890 -
Flags: review?(masayuki) → review-
Assignee | ||
Comment 5•9 years ago
|
||
Is there an overall bug for fixing this that we can block against?
Comment 6•9 years ago
|
||
No. We need to investigate why the query failed.
Assignee | ||
Updated•9 years ago
|
tracking-e10s:
--- → ?
Updated•9 years ago
|
Updated•9 years ago
|
Comment 7•9 years ago
|
||
I landed a patch for bug 1191213 into m-i. That must fix (almost?) all of this bug. Please check it later.
Flags: needinfo?(erahm)
Comment 8•9 years ago
|
||
The cset is https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=5f3758c4704f
However, it doesn't kick to build on desktop platforms. You can check it with next cset:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=752bf6f11fbf
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Masayuki Nakano (:masayuki) (Mozilla Japan) from comment #8)
> The cset is
> https://treeherder.mozilla.org/#/jobs?repo=mozilla-
> inbound&revision=5f3758c4704f
>
> However, it doesn't kick to build on desktop platforms. You can check it
> with next cset:
> https://treeherder.mozilla.org/#/jobs?repo=mozilla-
> inbound&revision=752bf6f11fbf
Thank you Masayuki. Once it hits m-c I'll check the logs and verify.
Flags: needinfo?(erahm)
Assignee | ||
Comment 11•9 years ago
|
||
Looks good, I think we can resolve this now that bug 1191213 has been closed.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(erahm)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•