Closed
Bug 690378
Opened 14 years ago
Closed 14 years ago
TI: "Assertion failure: sn && ((JSSrcNoteType)(((*(sn) >> 3) >= SRC_XDELTA) ? SRC_XDELTA : *(sn) >> 3)) == SRC_SWITCH,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: js-triage-needed)
Attachments
(2 files)
The attached testcase asserts 64-bit js debug shell on JM changeset 55f463c562d4 with -m, -a, -d and -n at Assertion failure: sn && ((JSSrcNoteType)(((*(sn) >> 3) >= SRC_XDELTA) ? SRC_XDELTA : *(sn) >> 3)) == SRC_SWITCH, which should be passed in to the shell as a CLI argument.
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Comment 2•14 years ago
|
||
Also occurs on 64-bit Mac m-c rev dbb129f069b1, but does not seem to occur in 32-bit.
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Gary Kwong [:gkw, :nth10sd] from comment #2)
> Also occurs on 64-bit Mac m-c rev dbb129f069b1, but does not seem to occur
> in 32-bit.
I take that back, it seems to only reproduce on JM but not on m-c, had tested the wrong shell previously.
Comment 4•14 years ago
|
||
Is the comment 0 cset correct? It dates back from March, and doesn't repro the assertion.
| Reporter | ||
Comment 5•14 years ago
|
||
(In reply to Brian Hackett from comment #4)
> Is the comment 0 cset correct? It dates back from March, and doesn't repro
> the assertion.
No, I must have pasted the wrong one. Please test with 44ef245b8706 (from bug 690376 or bug 690292)
| Reporter | ||
Comment 6•14 years ago
|
||
I'm unable to reproduce this assert on m-c now.
-> WFM
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•