Closed
Bug 1512984
Opened 6 years ago
Closed 3 years ago
Intermittent [first test after startup] | assertion count 1 is more than expected 0 assertions, with " ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr', file nsCOMPtr.h, line 436" in ScriptPreloader::Observe()
Categories
(Core :: XPConnect, defect, P5)
Core
XPConnect
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dholbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
907.94 KB,
application/gzip
|
Details |
+++ This bug was initially created as a clone of Bug #1455637 +++
I just hit an assertion-failure that looks very similar to bug 1455637, but slightly different [hence, filing a new bug]. This was in a Try run based on top of yesterday's mozilla-central (specifically, based on https://hg.mozilla.org/mozilla-central/rev/53fd96ca5aa4). The unlanded patches on the Try run were reflow-related and were unlikely to have been the cause this failure, I think.
Log with the failure:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=216189439&repo=try&lineNumber=56959
Slightly-cleaned-up assertion & backtrace shown in the log:
===
Assertion failure: query_result == mRawPtr (QueryInterface needed), at /builds/worker/workspace/build/src/obj-firefox/dist/include/nsCOMPtr.h:449
#01: mozilla::ScriptPreloader::Observe(nsISupports*, char const*, char16_t const*) [xpcom/base/nsCOMPtr.h:434]
#02: nsObserverList::NotifyObservers(nsISupports*, char const*, char16_t const*) [xpcom/ds/nsObserverList.cpp:65]
#03: nsObserverService::NotifyObservers(nsISupports*, char const*, char16_t const*) [mozglue/misc/TimeStamp.h:452]
===
(Note that here, the assertion failure is in ScriptPreloader::Observe, whereas bug 1455637 was in ScriptPreloader::InitCache.)
Reporter | ||
Comment 1•6 years ago
|
||
Here's the log, for reference/archival purposes, since it'll be purged from Try before very long.
Reporter | ||
Comment 2•6 years ago
|
||
Tentatively ni'ing :kmag to be sure he sees this, though there may not be much we can do at this point (not sure).
Flags: needinfo?(kmaglione+bmo)
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Comment 5•3 years ago
|
||
I haven't seen this since filing, so we can close as WFM I think.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•