Closed
Bug 50042
Opened 25 years ago
Closed 25 years ago
toSource dumps core
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
People
(Reporter: mike+mozilla, Assigned: rogerl)
Details
js> o = {}
[object Object]
js> o.foo = o
[object Object]
js> o.toSource()
Assertion failure: !outermost, at jsobj.c:488
zsh: abort (core dumped) js
Reporter | ||
Comment 2•25 years ago
|
||
Yay for small source, source control, small testcase and fast machine and source
control. Binary search implicates this checkin:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/js/src&command=DIFF_FRAMESET&file=jsobj.c&rev1=3.23&rev2=3.24&root=/cvsroot
... of 10/06/1999 02:09.
Reporter | ||
Comment 3•25 years ago
|
||
Brendan, care to take a peek? Looks like the offending checkin put an extra ( )
around toSource() output.
Reporter | ||
Comment 4•25 years ago
|
||
*** This bug has been marked as a duplicate of 44009 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•