Open
Bug 1245258
Opened 10 years ago
Updated 3 years ago
Assertion failure: !DebugFileIDs.Contains(aHandle), at xpcom/build/PoisonIOInterposerBase.cpp:231
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
Details
STR:
$ MOZ_CC_LOG_DIRECTORY="$HOME/scratch/cc-logs" MOZ_CC_LOG_ALL=1 ./mach test devtools/client/memory/test/browser/browser_memory-simple-01.js
Results:
Assertion failure: !DebugFileIDs.Contains(aHandle), at /Users/fitzgen/src/mozilla-central/xpcom/build/PoisonIOInterposerBase.cpp:231
#01: MozillaRegisterDebugHandle (PoisonIOInterposerBase.cpp:231, in XUL)
#02: MozillaRegisterDebugFD (PoisonIOInterposerBase.cpp:239, in XUL)
#03: MozillaRegisterDebugFILE (PoisonIOInterposerBase.cpp:249, in XUL)
#04: nsCycleCollectorLogSinkToFile::OpenLog(nsCycleCollectorLogSinkToFile::FileInfo*) (nsCycleCollector.cpp:1662, in XUL)
#05: nsCycleCollectorLogSinkToFile::Open(__sFILE**, __sFILE**) (nsCycleCollector.cpp:1550, in XUL)
#06: nsCycleCollectorLogger::Begin() (nsCycleCollector.cpp:1808, in XUL)
#07: nsCycleCollector::BeginCollection(ccType, nsICycleCollectorListener*) (nsCycleCollector.cpp:3796, in XUL)
#08: nsCycleCollector::Collect(ccType, js::SliceBudget&, nsICycleCollectorListener*, bool) (nsCycleCollector.cpp:3619, in XUL)
#09: nsCycleCollector_collect(nsICycleCollectorListener*) (nsCycleCollector.cpp:4110, in XUL)
#10: mozilla::dom::workers::WorkerPrivate::CycleCollectInternal(JSContext*, bool) (WorkerPrivate.cpp:6233, in XUL)
#11: (anonymous namespace)::CycleCollectRunnable::WorkerRun(JSContext*, mozilla::dom::workers::WorkerPrivate*) (WorkerPrivate.cpp:1498, in XUL)
#12: mozilla::dom::workers::WorkerRunnable::Run() (WorkerRunnable.cpp:360, in XUL)
130 INFO Console message: Garbage Collector log dumped to /Users/fitzgen/scratch/cc-logs/gc-edges.40416-37.log
131 INFO Console message: Cycle Collector log dumped to /Users/fitzgen/scratch/cc-logs/cc-edges.40416-37.log
#13: mozilla::dom::workers::WorkerPrivate::ProcessAllControlRunnablesLocked() (WorkerPrivate.cpp:4958, in XUL)
#14: mozilla::dom::workers::WorkerPrivate::DoRunLoop(JSContext*) (WorkerPrivate.cpp:4423, in XUL)
#15: (anonymous namespace)::WorkerThreadPrimaryRunnable::Run() (RuntimeService.cpp:2727, in XUL)
#16: nsThread::ProcessNextEvent(bool, bool*) (nsThread.cpp:996, in XUL)
#17: NS_ProcessNextEvent(nsIThread*, bool) (nsThreadUtils.cpp:297, in XUL)
#18: mozilla::ipc::MessagePumpForNonMainThreads::Run(base::MessagePump::Delegate*) (MessagePump.cpp:356, in XUL)
#19: MessageLoop::RunInternal() (message_loop.cc:235, in XUL)
#20: MessageLoop::RunHandler() (message_loop.cc:228, in XUL)
#21: MessageLoop::Run() (message_loop.cc:201, in XUL)
#22: nsThread::ThreadFunc(void*) (nsThread.cpp:403, in XUL)
#23: _pt_root (ptthread.c:215, in libnss3.dylib)
#24: _pthread_body (in libsystem_pthread.dylib) + 131
#25: _pthread_body (in libsystem_pthread.dylib) + 0
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•