Closed
Bug 118811
Opened 24 years ago
Closed 24 years ago
"/quit" causes many "XPConnect is being called on a scope without a 'Components' property!"-assertions
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
People
(Reporter: roland.mainz, Assigned: rginda)
Details
2002-01-07-08-trunk build on Solaris 7 SPARC
ChatZilla causes lots of "XPConnect is being called on a scope without a
'Components' property!"-assertions when using the "/quit" command from the
ChatZilla view.
Full log:
-- snip --
XXX Damage rectangle (1649,10098,15811,1259) does not intersect the widget's
view (0,0,15810,10081)!
WEBSHELL- = 5
WEBSHELL- = 4
WARNING: DropTimeout proceeding without context., file
../../../../../../../../home/mozilla/src/2002-01-07-08-trunk/mozilla/dom/src/base/nsGlobalWindow.cpp,
line 3993
###!!! ASSERTION:
XPConnect is being called on a scope without a 'Components' property!
This is pretty much always bad. It usually means that native code is
making a callback to an interface implemented in JavaScript, but the
document where the JS object was created has already been cleared and the
global properties of that document's window are *gone*. Generally this
indicates a problem that should be addressed in the design and use of the
callback code.
: 'Error', file
../../../../../../../../../home/mozilla/src/2002-01-07-08-trunk/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp,
line 515
###!!! Break: at file
../../../../../../../../../home/mozilla/src/2002-01-07-08-trunk/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp,
line 515
###!!! ASSERTION:
XPConnect is being called on a scope without a 'Components' property!
This is pretty much always bad. It usually means that native code is
making a callback to an interface implemented in JavaScript, but the
document where the JS object was created has already been cleared and the
global properties of that document's window are *gone*. Generally this
indicates a problem that should be addressed in the design and use of the
callback code.
: 'Error', file
../../../../../../../../../home/mozilla/src/2002-01-07-08-trunk/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp,
line 515
###!!! Break: at file
../../../../../../../../../home/mozilla/src/2002-01-07-08-trunk/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp,
line 515
###!!! ASSERTION:
XPConnect is being called on a scope without a 'Components' property!
-- snip --
Comment 2•24 years ago
|
||
Thank you.
*** This bug has been marked as a duplicate of 89186 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Core → Other Applications
Updated•1 year ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•