Closed
Bug 735045
Opened 13 years ago
Closed 13 years ago
JS OOM Testing: Assertion failure: !var.lifetime && var.saved, at js/src/jsanalyze.cpp:933
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
22.79 KB,
text/plain
|
Details | |
1.08 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
The following command aborts/crashes on mozilla-central revision c6f26a8dcd08:
js -m -n -a -A 6109 -f js/src/jit-test/tests/jaeger/bug658579.js
Log with backtraces of failed allocations (as outputted when compiling with --enable-oom-backtrace and filtered through addr2line) is attached.
Comment 1•13 years ago
|
||
Preserve invariant between saved array and lifetime variables' saved fields --- a var should be in the array iff its .saved != NULL.
Attachment #613615 -
Flags: review?(luke)
![]() |
||
Updated•13 years ago
|
Attachment #613615 -
Flags: review?(luke) → review+
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•