Closed Bug 497257 Opened 15 years ago Closed 15 years ago

###!!! ASSERTION: wrong entry: 'e->mObject == owner' on 1.9.1 with firebug installed

Categories

(Core :: XPCOM, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 492324

People

(Reporter: mrbkap, Unassigned)

Details

(Keywords: assertion)

I installed Firebug in one of my testing profiles and now I occasionally get a slew of these assertions on shutdown. Some diggings shows that:

#2  0xb2b5078f in nsCycleCollectingAutoRefCnt::incr (this=0xb2134714, owner=0xb2134700)
    at ../../../../dist/include/xpcom/nsISupportsImpl.h:145
145	      NS_ASSERTION(e->mObject == owner, "wrong entry");
(gdb) p e.mObject
$1 = (nsISupports *) 0x5a5a5a5a

so e has been free'd already. I see the assertion happen for a variety of objects (that one was for a nsJSEventListener).

I don't know how severe this is or what triggers it, so I don't know if this should block.
Flags: blocking1.9.1?
Duplicate of bug 492324?
Yep, thanks.
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: blocking1.9.1?
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.