Closed
Bug 832306
Opened 12 years ago
Closed 11 years ago
Intermittent test_scroll_selection_into_view.html | Exited with code -20 during test run
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: graememcc, Unassigned)
References
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=18921382&tree=Mozilla-Inbound
Rev4 MacOSX Snow Leopard 10.6 mozilla-inbound debug test mochitest-4 on 2013-01-18 03:50:23 PST for push 3702b7ead05e
slave: talos-r4-snow-076
17610 INFO TEST-START | /tests/layout/base/tests/test_scroll_selection_into_view.html
2013-01-18 04:01:44.449 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x7fff70b34588 of class NSCFString autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.450 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c534370 of class NSImage autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.451 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c534370 of class NSImage autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.452 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x7fff70b5d988 of class NSCFString autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.454 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c5359e0 of class NSImage autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.455 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c535b90 of class NSImage autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.456 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x1034e3568 of class NSCFString autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.457 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c536570 of class NSFont autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.459 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c5341c0 of class NSImage autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.460 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x104344b20 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.461 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x1043f9950 of class __NSFastEnumerationEnumerator autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.462 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c536460 of class NSCFArray autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.463 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c5366a0 of class NSCFArray autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.464 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c534730 of class NSCFArray autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.468 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x1044c3ee0 of class NSCFArray autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.469 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x104487a80 of class NSCFArray autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.472 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c53f010 of class NSScrollView autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.477 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x10c53f010 of class NSScrollView autoreleased with no pool in place - just leaking
2013-01-18 04:01:44.478 plugin-container[372:903] *** __NSAutoreleaseNoPool(): Object 0x1034e3568 of class NSCFString autoreleased with no pool in place - just leaking
[Parent 356] WARNING: NS_ENSURE_TRUE(mDoneSetup) failed: file ../../../../editor/composer/src/nsEditingSession.cpp, line 1348
++DOMWINDOW == 87 (0x14de1dc70) [serial = 2213] [outer = 0x12aa980e0]
[Child 372] WARNING: NS_ENSURE_TRUE(compMgr) failed: file nsComponentManagerUtils.cpp, line 58
nsStringStats
=> mAllocCount: 8414
=> mReallocCount: 202
=> mFreeCount: 8414
=> mShareCount: 9838
=> mAdoptCount: 371
=> mAdoptFreeCount: 371
WARNING: shutting down early because of crash!: file ../../../../dom/plugins/ipc/PluginModuleChild.cpp, line 701
WARNING: plugin process _exit()ing: file ../../../../dom/plugins/ipc/PluginModuleChild.cpp, line 666
TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_scroll_selection_into_view.html | Exited with code -20 during test run
I noted the following earlier in the logs, however this is also present in green runs, so may not be relevant...
Back when executing test_reftests_with_caret, we first have:
JavaScript error: chrome://specialpowers/content/SpecialPowersObserverAPI.js, line 188: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getIntPref]
From this point on, there's a lot of NS_ENSURE_SUCCESS/NS_ENSURE_TRUE failures from various bits of editor/.
We also hit a couple of assertions:
###!!! ASSERTION: Start parent and end parent give different root!: 'newRoot == IsValidBoundary(mEndParent)', file ../../../../content/base/src/nsRange.cpp, line 667
###!!! ASSERTION: Wrong root: '!aRoot || aNotInsertedYet || (nsContentUtils::ContentIsDescendantOf(aStartN, aRoot) && nsContentUtils::ContentIsDescendantOf(aEndN, aRoot) && aRoot == IsValidBoundary(aStartN) && aRoot == IsValidBoundary(aEndN))', file ../../../../content/base/src/nsRange.cpp, line 795
Reporter | ||
Updated•12 years ago
|
Keywords: intermittent-failure
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 2•11 years ago
|
||
(OrangeWFM for bugs not modified in > 2 months)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•