Closed
Bug 567290
Opened 15 years ago
Closed 12 years ago
Intermittent "ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr'" followed by timeout in test_bug549682.xul
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: intermittent-failure)
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1274399375.1274401614.23450.gz
Rev3 MacOSX Snow Leopard 10.6.2 mozilla-central debug test mochitest-other on 2010/05/20 16:49:35
s: talos-r3-snow-037
62 INFO Running chrome://mochikit/content/chrome/content/base/test/chrome/test_bug549682.xul...
++DOMWINDOW == 19 (0x119cda120) [serial = 32] [outer = 0x11829f170]
++DOCSHELL 0x119ceb7d0 == 9
++DOMWINDOW == 20 (0x119ce5530) [serial = 33] [outer = 0x0]
++DOMWINDOW == 21 (0x1179f7a90) [serial = 34] [outer = 0x119ce54d0]
++DOCSHELL 0x11792cb80 == 10
++DOMWINDOW == 22 (0x11792d120) [serial = 35] [outer = 0x0]
++DOMWINDOW == 23 (0x118c97870) [serial = 36] [outer = 0x11792d0c0]
###!!! ASSERTION: QueryInterface needed: 'query_result.get() == mRawPtr', file ../../../dist/include/nsCOMPtr.h, line 521
fix_macosx_stack will not convert some stack-trace addresses because: atos cannot load symbols for the file /Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL.
mozilla::layers::Image::Release()+0x00285F45 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x00668A05]
mozilla::layers::Image::Release()+0x002836F9 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x006661B9]
NS_InvokeByIndex_P+0x00000240 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x01376565]
DumpJSStack+0x00057469 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x00D2C503]
DumpJSStack+0x00059EB2 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x00D2EF4C]
DumpJSStack+0x0005386C [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x00D28906]
DumpJSStack+0x0005EDA7 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitest-other/build/MinefieldDebug.app/Contents/MacOS/XUL +0x00D33E41]
command timed out: 1200 seconds without output, killing pid 316
Reporter | ||
Comment 1•15 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1274479114.1274481537.1163.gz
Rev3 MacOSX Snow Leopard 10.6.2 mozilla-central debug test mochitest-other on 2010/05/21 14:58:34
s: talos-r3-snow-013
Comment 2•14 years ago
|
||
This might be totally irrelevant, but I've seen this assertion when I had changed the uuid of an interface in the IDL, and built part of my tree, but forgot to build some other part which had clients trying to query for that interface. Since QI is based on the uuids, the QI fails, and you would get unexpected results.
Could something similar be going on here?
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 5•12 years ago
|
||
Mass marking whiteboard:[orange] bugs WFM (to clean up TBPL bug suggestions) that:
* Haven't changed in > 6months
* Whose whiteboard contains none of the strings: {disabled,marked,random,fuzzy,todo,fails,failing,annotated,leave open,time-bomb}
* Passed a (quick) manual inspection of bug summary/whiteboard to ensure they weren't a false positive.
I've also gone through and searched for cases where the whiteboard wasn't labelled correctly after test disabling, by using attachment description & basic comment searches. However if the test for which this bug was about has in fact been disabled/annotated/..., please accept my apologies & reopen/mark the whiteboard appropriately so this doesn't get re-closed in the future (and please ping me via IRC or email so I can try to tweak the saved searches to avoid more edge cases).
Sorry for the spam! Filter on: #FFA500
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Assignee | ||
Updated•12 years ago
|
Whiteboard: [orange]
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•