Closed
Bug 563639
Opened 16 years ago
Closed 16 years ago
crashtest: intermittent "382778-1.html | timed out waiting for ..." probably caused by "targetDocument.body is null"
Categories
(Core :: DOM: Editor, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: sgautherie, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug, )
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
|
1.39 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1272892883.1272893817.9521.gz
Linux comm-central-trunk debug test crashtest on 2010/05/03 06:21:23
s: cb-seamonkey-linux-03
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1272938966.1272940571.16362.gz
Linux comm-central-trunk debug test crashtest on 2010/05/03 19:09:26
s: cb-sea-linux-tbox
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1272972402.1272973903.6674.gz
Linux comm-central-trunk debug test crashtest on 2010/05/04 04:26:42
s: cb-sea-linux-tbox
{
JavaScript error: file:///builds/slave/comm-central-trunk-linux-debug-unittest-crashtest/build/reftest/tests/editor/libeditor/html/crashtests/382778-1.html, line 26: targetDocument.body is null
REFTEST TEST-UNEXPECTED-FAIL | file:///builds/slave/comm-central-trunk-linux-debug-unittest-crashtest/build/reftest/tests/editor/libeditor/html/crashtests/382778-1.html | timed out waiting for reftest-wait to be removed (after onload fired)
}
I assume this is a recent regression, though I didn't do an extensive history check.
| Reporter | ||
Updated•16 years ago
|
Blocks: SmTestFail
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Reporter | ||
Updated•16 years ago
|
OS: Linux → All
Summary: [(Debug) Linux SeaMonkey] crashtest: intermittent "382778-1.html | timed out waiting for ..." probably caused by "targetDocument.body is null" → [Debug] crashtest: intermittent "382778-1.html | timed out waiting for ..." probably caused by "targetDocument.body is null"
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 24•16 years ago
|
||
The first setTimeout isn't necessary, since we just want to wait for the iframe to be loaded. Removing that fixes the random orange. The second setTimeout is (I assume) just there to give us a chance to hit the event loop, and 0 would do just fine for that. Changing that to 0 makes the crashtest suite complete 100ms faster. :-)
Attachment #447629 -
Flags: review?(roc) → review+
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•16 years ago
|
Summary: [Debug] crashtest: intermittent "382778-1.html | timed out waiting for ..." probably caused by "targetDocument.body is null" → crashtest: intermittent "382778-1.html | timed out waiting for ..." probably caused by "targetDocument.body is null"
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 28•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
blocking2.0: ? → -
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•13 years ago
|
Keywords: intermittent-failure
Updated•13 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•