Closed
Bug 469254
Opened 16 years ago
Closed 16 years ago
TM: "Assertion failure: *(JSObject**)slot == NULL, at ../jstracer.cpp" with watch
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 466654
People
(Reporter: gkw, Unassigned)
Details
(Keywords: assertion, testcase)
this.watch('x', /a/g); for (x in [0,1,2]);
$ ./js-dbg-tm-intelmac -j
js> this.watch('x', /a/g); for (x in [0,1,2]);
Assertion failure: *(JSObject**)slot == NULL, at ../jstracer.cpp:1410
Trace/BPT trap
works as expected in opt. Thanks Jesse for helping to reduce this testcase!
Related to https://bugzilla.mozilla.org/show_bug.cgi?id=465460#c16 ?
Reporter | ||
Updated•16 years ago
|
Summary: "Assertion failure: *(JSObject**)slot == NULL, at ../jstracer.cpp" with watch → TM: "Assertion failure: *(JSObject**)slot == NULL, at ../jstracer.cpp" with watch
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•