Closed
Bug 496057
Opened 16 years ago
Closed 16 years ago
TM: "Assertion failure: original == thisv || original == OBJECT_TO_JSVAL(obj)" on eBay Motors
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla1.9.1
People
(Reporter: jruderman, Assigned: gal)
References
()
Details
(Keywords: assertion, verified1.9.1, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
1.79 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
On mozilla-central, loading http://www.motors.ebay.com/ triggers:
Assertion failure: original == thisv || original == OBJECT_TO_JSVAL(obj), at /Users/jruderman/central/js/src/jstracer.cpp:6758
Assignee | ||
Updated•16 years ago
|
Flags: blocking1.9.1?
Assignee | ||
Updated•16 years ago
|
Assignee: general → gal
Flags: blocking1.9.1+ → blocking1.9.1?
Priority: -- → P1
Target Milestone: --- → mozilla1.9.1
Assignee | ||
Comment 2•16 years ago
|
||
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Assignee | ||
Comment 3•16 years ago
|
||
Check whether a 'with' object is the original 'this' that was handed in, instead of checking after calling the 'this' hook. I really don't like wrappers and the 'this' hook and 'with', and here all are in one bug. Nice.
Assignee | ||
Updated•16 years ago
|
Attachment #381211 -
Flags: review?(mrbkap)
Comment 4•16 years ago
|
||
Comment on attachment 381211 [details] [diff] [review]
patch
No wrappers involved here, only with.
Attachment #381211 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 5•16 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 6•16 years ago
|
||
Yeah, go easy on wrappers :-P.
/be
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 9•16 years ago
|
||
Keywords: fixed1.9.1
Comment 10•16 years ago
|
||
verified FIXED on debug builds:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090629 Shiretoko/3.5pre ID:20090629082025
and
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090629 Minefield/3.6a1pre ID:20090629082126
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•13 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•