Closed
Bug 1316935
Opened 8 years ago
Closed 8 years ago
Assertion failure: aCreate (If an object does not have a serial number, we should be creating it.)
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 1316527
People
(Reporter: billm, Unassigned)
Details
I tried to use XPCOM refcount logging today and got this assertion. Here was the stack:
#01: NS_LogCOMPtrAddRef (/home/billm/moz/gecko/xpcom/base/nsTraceRefcnt.cpp:1250)
#02: nsGetterAddRefs<nsIFile>::~nsGetterAddRefs() (/home/billm/moz/gecko/objdir-ff-dbgopt/dist/include/nsCOMPtr.h:1234)
#03: nsCOMPtr<nsIWindowWatcher>::assign_assuming_AddRef(nsIWindowWatcher*) (/home/billm/moz/gecko/objdir-ff-dbgopt/dist/include/nsCOMPtr.h:377 (discriminator 1))
#04: XRE_XPCShellMain (/home/billm/moz/gecko/js/xpconnect/src/XPCShellImpl.cpp:1304)
#05: main (/home/billm/moz/gecko/js/xpconnect/shell/xpcshell.cpp:69)
#06: __libc_start_main (/build/glibc-qbmteM/glibc-2.21/csu/libc-start.c:323)
#07: _start (/home/billm/moz/gecko/objdir-ff-dbgopt/dist/bin/xpcshell)
It happened with this command line:
XPCOM_MEM_REFCNT_LOG=/tmp/out XPCOM_MEM_LOG_CLASSES=nsDocShell ../mach mochitest --disable-e10s dom/asmjscache
I had some patches applied, but I suspect they're probably not at fault.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•