Closed
Bug 569981
Opened 13 years ago
Closed 13 years ago
Intermittent timeout on Mac OS X 64-bit while trying to print a stack trace
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: philor, Assigned: jruderman)
References
Details
(Keywords: intermittent-failure)
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1275570446.1275572361.604.gz Rev3 MacOSX Snow Leopard 10.6.2 mozilla-central debug test mochitests-2/5 on 2010/06/03 06:07:26 s: talos-r3-snow-046 384 INFO Running /tests/docshell/test/test_bug540462.html... ++DOMWINDOW == 40 (0x113b49c40) [serial = 647] [outer = 0x119142b40] ++DOCSHELL 0x11c243b00 == 16 ++DOMWINDOW == 41 (0x114026720) [serial = 648] [outer = 0x0] ++DOMWINDOW == 42 (0x11c2f8fb0) [serial = 649] [outer = 0x1140266c0] ++DOCSHELL 0x11c2cf020 == 17 ++DOMWINDOW == 43 (0x11c2cf8b0) [serial = 650] [outer = 0x0] ++DOCSHELL 0x11c2b4710 == 18 ++DOMWINDOW == 44 (0x11c2b4f10) [serial = 651] [outer = 0x0] ++DOCSHELL 0x11c276cd0 == 19 ++DOMWINDOW == 45 (0x11c277770) [serial = 652] [outer = 0x0] WARNING: Subdocument container has no frame: file /builds/slave/mozilla-central-macosx64-debug/build/layout/base/nsDocumentViewer.cpp, line 2342 ++DOMWINDOW == 46 (0x11c248fd0) [serial = 653] [outer = 0x11c2cf850] WARNING: Subdocument container has no frame: file /builds/slave/mozilla-central-macosx64-debug/build/layout/base/nsDocumentViewer.cpp, line 2342 ++DOMWINDOW == 47 (0x11c244390) [serial = 654] [outer = 0x11c2b4eb0] ++DOMWINDOW == 48 (0x11c236b70) [serial = 655] [outer = 0x11c277710] ++DOMWINDOW == 49 (0x11045d440) [serial = 656] [outer = 0x11c277710] ###!!! ASSERTION: XPConnect is being called on a scope without a 'Components' property!: 'Error', file /builds/slave/mozilla-central-macosx64-debug/build/js/src/xpconnect/src/xpcwrappednativescope.cpp, line 784 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-mochitests-2/build/MinefieldDebug.app/Contents/MacOS/XUL. DumpJSStack+0x00066EB3 [/Users/cltbld/talos-slave/mozilla-central-snowleopard-debug-u-mochitests-2/build/MinefieldDebug.app/Contents/MacOS/XUL +0x00D42E55] command timed out: 1200 seconds without output, killing pid 357
Assignee | ||
Comment 1•13 years ago
|
||
Bug 550335 will be tricky to fix so I'll try to spot-fix this.
Assignee: nobody → jruderman
Summary: Intermittent timeout in test_bug540462.html → Intermittent timeout on Mac OS X 64-bit while trying to print a stack trace
Assignee | ||
Comment 2•13 years ago
|
||
I asked dbaron if he thought it was ok to just turn off the use of fix_macosx_stack for now, and he said it's ok given that there's a replacement coming soon (in bug 570287). Disabled use of fix_macosx_stack: http://hg.mozilla.org/mozilla-central/rev/6c1ece439642 Turned the random orange back into a perma orange: http://hg.mozilla.org/mozilla-central/rev/6679e57b27e3
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
(In reply to Jesse Ruderman from comment #2) > there's a replacement coming soon (in bug 570287). (Nearly 2 years later...) > Disabled use of fix_macosx_stack: > http://hg.mozilla.org/mozilla-central/rev/6c1ece439642 In which bug is this actually supposed to be re-enabled?
Flags: in-testsuite-
Assignee | ||
Comment 4•11 years ago
|
||
Tinderbox is now using fix-stack-using-bpsyms.py (added in bug 570287), so it's happy. Re-enabling fix_macosx_stack for your local builds depends on bug 550335.
Updated•11 years ago
|
Keywords: intermittent-failure
Updated•11 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•