Closed
Bug 465209
Opened 17 years ago
Closed 17 years ago
TM: JS_NOTREACHED, Assertion failure: caller of stringify should have used an imacro here, jstracer.cpp:4163
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
People
(Reporter: bent.mozilla, Unassigned)
Details
Attachments
(1 file)
|
4.17 KB,
text/plain
|
Details |
Got this while doing a debug mochitest run, last line from mochitest was:
*** 28228 INFO TEST-PASS | /tests/dom/tests/mochitest/ajax/jquery/test_jQuery.html | core module: $()
Maybe the jQuery test was still running, I don't know. Stack attached.
| Reporter | ||
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
Reproducible, too. Definitely the jQuery tests.
Comment 3•17 years ago
|
||
Bogus assert removed. Brendan concurs. This does not affect product builds.
Fixed in TM:
http://hg.mozilla.org/tracemonkey/rev/30de088bd25d
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
sayrer, beltzner: this is a bogus assert. it doesn't affect product builds thus I have not asked for approval or blocking for b2, but you might want to push it over into m-c "some time soon". Fixed in TM.
Status: VERIFIED → RESOLVED
Closed: 17 years ago → 17 years ago
| Reporter | ||
Comment 6•17 years ago
|
||
mconnor gives a+ for merging to m-c before b2 freeze.
| Reporter | ||
Comment 7•17 years ago
|
||
Pushed to m-c, changeset 62cb2b005fa7.
Comment 8•17 years ago
|
||
Already fixed in m-c.
Severity: normal → major
Flags: blocking1.9.1?
Priority: -- → P3
Target Milestone: --- → mozilla1.9.1b2
Comment 10•17 years ago
|
||
covered by browser tests for
js1_2/regexp/backspace.js
js1_2/regexp/beginLine.js
js1_2/regexp/character_class.js
js1_2/regexp/endLine.js
js1_2/regexp/interval.js
js1_2/regexp/plus.js
js1_2/regexp/RegExp_multiline_as_array.js
js1_2/regexp/RegExp_multiline.js
js1_6/extensions/regress-312385-01.js
Severity: major → normal
Flags: in-testsuite+
Flags: in-litmus-
Priority: P3 → --
Target Milestone: mozilla1.9.1b2 → ---
Comment 11•17 years ago
|
||
v fixed on mozilla-central, tracemonkey by tests listed in comment 10.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•