Closed
Bug 452495
Opened 17 years ago
Closed 17 years ago
TM: Crash [@ TraceRecorder::getThis] with |new|
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: gal)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
|
431 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
./js -j
js> for (var j = 0; j < 4; ++j) { try { new 1(this); } catch(e) { } }
Crash [@ TraceRecorder::getThis] dereferencing 0xfffffffc
Tracemonkey branch revision 90bb1fa51f16, which includes brendan's changeset eee9a90b81cb "Fix a bug Jesse reported: insufficient copy/paste from record_JSOP_CALL to record_JSOP_NEW". That changeset fixed an assertion with a related testcase, but apparently it didn't fix this crash.
Comment 1•17 years ago
|
||
Assignee: general → mrbkap
Can no longer reproduce -- looks like we correctly abort now.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•17 years ago
|
||
Still crashes for me on tracemonkey branch.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•17 years ago
|
Summary: Crash [@ TraceRecorder::getThis] with |new| → TM: Crash [@ TraceRecorder::getThis] with |new|
| Assignee | ||
Comment 5•17 years ago
|
||
Attachment #338882 -
Flags: review?(brendan)
| Assignee | ||
Updated•17 years ago
|
Assignee: danderson → gal
| Reporter | ||
Comment 7•17 years ago
|
||
Is it actually crashing while trying to evaluate the truthiness (??) of that assertion?
| Assignee | ||
Comment 8•17 years ago
|
||
No, the this caused it IMO.
| Assignee | ||
Updated•17 years ago
|
Attachment #338882 -
Flags: review?(brendan) → review?(danderson)
Updated•17 years ago
|
Attachment #338882 -
Flags: review?(danderson) → review+
| Assignee | ||
Comment 9•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Comment 10•17 years ago
|
||
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-452495.js,v <-- regress-452495.js
initial revision: 1.1
http://hg.mozilla.org/mozilla-central/rev/d8cf927f80be
Flags: in-testsuite+
Flags: in-litmus-
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Crash Signature: [@ TraceRecorder::getThis]
You need to log in
before you can comment on or make changes to this bug.
Description
•