Closed
Bug 416404
Opened 17 years ago
Closed 17 years ago
Assertion failure: !entry || entry->kpc == (PCVCAP_TAG(entry->vcap) ? (jsbytecode *) JSID_TO_ATOM(id) : cx->fp->pc)
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.9beta4
People
(Reporter: bc, Assigned: brendan)
References
Details
(Keywords: crash, regression, testcase)
Attachments
(1 file)
(deleted),
patch
|
shaver
:
review+
brendan
:
approval1.9+
|
Details | Diff | Splinter Review |
ecma_3/ExecutionContexts/10.6.1-01.js
js1_8/genexps/regress-349326.js
Assertion failure: !entry || entry->kpc == (PCVCAP_TAG(entry->vcap) ? (jsbytecode *) JSID_TO_ATOM(id) : cx->fp->pc), at jsobj.c:3437
Flags: in-testsuite+
Flags: in-litmus-
Flags: blocking1.9?
Assignee | ||
Comment 1•17 years ago
|
||
Forgot to update this assertion when I added protopchit support.
/be
Assignee: general → brendan
Status: NEW → ASSIGNED
Attachment #302197 -
Flags: review?(shaver)
Attachment #302197 -
Flags: approval1.9+
Comment on attachment 302197 [details] [diff] [review]
fix bogus assertion
r=shaver, sorry for missing during review!
Attachment #302197 -
Flags: review?(shaver) → review+
Assignee | ||
Comment 3•17 years ago
|
||
I'm going to commit the fix quickly, since it's a DEBUG only change and I want to unbunch anyone like Bob who is suffering.
/be
Flags: blocking1.9? → blocking1.9+
Priority: -- → P1
Target Milestone: --- → mozilla1.9beta4
Assignee | ||
Comment 4•17 years ago
|
||
Fixed:
js/src/jsobj.c 3.425
/be
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•