Closed
Bug 1149997
Opened 11 years ago
Closed 11 years ago
Intermittent check-raytrace.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox38 | --- | fixed |
| firefox39 | --- | fixed |
| firefox40 | --- | fixed |
| firefox-esr31 | --- | unaffected |
People
(Reporter: cbook, Assigned: jonco)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
|
714 bytes,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
Linux x86-64 mozilla-inbound leak test spidermonkey_tier_1-compacting build
https://treeherder.mozilla.org/logviewer.html#?job_id=8344688&repo=mozilla-inbound
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/v8-v5/check-raytrace.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
INFO exit-status : -9
INFO timed-out : True
Exit code: -9
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Comment hidden (Legacy TBPL/Treeherder Robot) |
| Assignee | ||
Comment 4•11 years ago
|
||
I've tested this locally and it runs to completion in 310 seconds. The default timeout is 150 seconds.
I think what's happening is that because the frequent compacting GCs are discarding the JIT code we are constantly re-compiling the code. I guess this is an inherent problem with GC zeal tests.
Assignee: nobody → jcoppeard
| Assignee | ||
Comment 5•11 years ago
|
||
For now let's add this to the list of expected timeouts with compacting zeal enabled.
Fixing bug 1146867 might make many of these timeouts go away.
Attachment #8586774 -
Flags: review?(terrence)
Updated•11 years ago
|
Attachment #8586774 -
Flags: review?(terrence) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Reporter | ||
Comment 6•11 years ago
|
||
Keywords: checkin-needed
| Reporter | ||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Updated•11 years ago
|
status-firefox38:
--- → affected
status-firefox39:
--- → affected
status-firefox-esr31:
--- → unaffected
Comment 8•11 years ago
|
||
Flags: in-testsuite-
Comment 9•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•