Closed
Bug 781702
Opened 13 years ago
Closed 12 years ago
browser shutdown prints the following warning 11 times: WARNING: NS_ENSURE_TRUE(pusher.Push(aBoundElement)) failed: file /moz/mi/content/xbl/src/nsXBLProtoImplMethod.cpp, line 329
Categories
(Core :: XBL, defect)
Core
XBL
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: luke, Unassigned)
Details
Attachments
(1 file)
1.10 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
It seems like this warning should either be removed or fixed if it prints 11 times on every browser startup.
![]() |
Reporter | |
Comment 1•13 years ago
|
||
Oops, I meant *shutdown*. This is with an empty profile, tested on Linux and OSX.
Summary: every browser startup prints the following warning 11 times: WARNING: NS_ENSURE_TRUE(pusher.Push(aBoundElement)) failed: file /moz/mi/content/xbl/src/nsXBLProtoImplMethod.cpp, line 329 → browser shutdown prints the following warning 11 times: WARNING: NS_ENSURE_TRUE(pusher.Push(aBoundElement)) failed: file /moz/mi/content/xbl/src/nsXBLProtoImplMethod.cpp, line 329
![]() |
||
Comment 2•13 years ago
|
||
This affects the size of mochitest logs, since the warning is fairly lengthy (~120 characters on Linux, ~150 characters on Windows) and the warning is printed thousands of times during tests.
Attachment #669246 -
Flags: review?(bzbarsky)
![]() |
||
Comment 3•13 years ago
|
||
Comment on attachment 669246 [details] [diff] [review]
patch
r=me, but I kinda wonder why we're failing to push here!
Attachment #669246 -
Flags: review?(bzbarsky) → review+
Comment 4•13 years ago
|
||
I get this message a lot in my Thunderbird build (mozilla-central: 07919b62b9cf, comm-central: 2303738b90c3) when working in the UI. It is always preceded by the following message:
> WARNING: NS_ENSURE_SUCCESS(rv, false) failed with result 0x8000FFFF:
> file .../src/mozilla/content/base/src/nsContentUtils.cpp, line 3014
It seems that nsCxPusher::Push() fails because aCurrentTarget->GetContextForEventHandlers(&rv) fails with NS_ERROR_UNEXPECTED.
![]() |
||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•