Closed
Bug 602413
Opened 15 years ago
Closed 15 years ago
"Assertion failure: !f->typeMap.matches(peer->typeMap)"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: jruderman, Assigned: luke)
Details
(Keywords: assertion, regression, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(4 files)
|
717 bytes,
text/javascript
|
Details | |
|
465 bytes,
text/plain
|
Details | |
|
792 bytes,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
|
7.27 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Assertion failure: !f->typeMap.matches(peer->typeMap), at ../jstracer.cpp:1583
The testcase took me a while to reduce and it's fragile, so I'd appreciate a fix before the bug mutates ;)
| Reporter | ||
Comment 1•15 years ago
|
||
autobisect says this goes back to august, at least.
Updated•15 years ago
|
| Reporter | ||
Updated•15 years ago
|
OS: Windows 7 → Mac OS X
Updated•15 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Comment 2•15 years ago
|
||
Thanks for the work Jesse. It still repros for me.
Assignee: general → lw
| Assignee | ||
Comment 3•15 years ago
|
||
Let's see if I can't write a reduced testcase.
Attachment #489941 -
Flags: review?(dvander)
| Assignee | ||
Comment 4•15 years ago
|
||
While I was in the area, I tidied up.
Attachment #489942 -
Flags: review?(dvander)
Updated•15 years ago
|
Attachment #489941 -
Flags: review?(dvander) → review+
Comment on attachment 489942 [details] [diff] [review]
cleanup
Nice, thanks for cleaning up this old recursion cruft.
Attachment #489942 -
Flags: review?(dvander) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Due to the incredible coincidences required, its hard to come up with a testcase simpler than Jesse's, so I'm just going to add that.
| Assignee | ||
Comment 7•15 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/2e91aa1d2ff5
http://hg.mozilla.org/tracemonkey/rev/ba3f9d1c5e5e
Whiteboard: fixed-in-tracemonkey
Comment 8•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 9•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/testBug602413.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•