Closed
Bug 1419779
Opened 7 years ago
Closed 3 years ago
Crash in js::jit::ReleaseProcessExecutableMemory
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox59 | --- | affected |
People
(Reporter: andreio, Unassigned)
References
()
Details
This is happening while running code coverage tests on talos, being investigated in bug 1414593. Bisect attributes it to a JS change in Activity Stream.
https://treeherder.mozilla.org/#/jobs?repo=try&author=edilee@gmail.com&fromchange=0534a2c0d4502267f81357322891c18aee8a694a&filter-searchStr=ccov%20g5&tochange=62b0395210633288d697f6a69eb9e07f954a2bf5&selectedJob=143633100
Reporter | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
<jandem> andreio: it's an assertion failure, could be a shutdown leak
<jandem> andreio: similar to bug 1411322
<firebot> bugzil.la/1411322 — FIXED, apehrson⊙mozilla.com — Assertion failure: pages_.empty(), at /builds/worker/workspace/build/src/js/src/jit/ProcessExecutabl
<jandem> it's the same assert
Comment 3•7 years ago
|
||
Jan, can you take this?
Comment 4•7 years ago
|
||
(In reply to Jason Orendorff [:jorendorff] from comment #3)
> Jan, can you take this?
See comment 2. I don't think this is a bug in the JS engine but (similar to bug 1411322) a leak elsewhere that trigers the "we freed all executable pages" assert.
Flags: needinfo?(jdemooij)
Updated•7 years ago
|
Reporter | ||
Comment 5•7 years ago
|
||
The leak is being tracked in bug 1414593. I wasn't sure about the info in the stack trace but it sounds like this bug is invalid then?
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•