Closed
Bug 735012
Opened 10 years ago
Closed 10 years ago
JS OOM Testing: Assertion failure: f.cx->typeInferenceEnabled(), at methodjit/MonoIC.cpp:1173 or Crash [@ js::mjit::ic::GenerateArgumentCheckStub]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase)
Crash Data
Attachments
(2 files)
19.43 KB,
text/plain
|
Details | |
770 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
The following command aborts on mozilla-central revision c6f26a8dcd08: js -m -n -a -A 6737 -f js/src/jit-test/tests/basic/testApplyUnbox.js Attached is the log with backtraces of all failed allocations (as outputted when compiling with --enable-oom-backtrace and filtered through addr2line).
Comment 1•10 years ago
|
||
Nuking types should be recognized as a recompilation by enclosing monitors.
Attachment #613623 -
Flags: review?(dvander)
![]() |
||
Updated•10 years ago
|
Attachment #613623 -
Flags: review?(dvander) → review+
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/db71aaa60195
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in
before you can comment on or make changes to this bug.
Description
•