Closed
Bug 1037313
Opened 10 years ago
Closed 10 years ago
Assertion failure: JSID_IS_STRING(id) || JSID_IS_INT(id), at jswatchpoint.cpp with Symbol
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: gkw, Assigned: jorendorff)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])
Attachments
(3 files)
Object.prototype.watch.call(1, Symbol(), function() {})
asserts js debug shell on m-c changeset 06e9a27a6fcc without any CLI arguments at Assertion failure: JSID_IS_STRING(id) || JSID_IS_INT(id), at jswatchpoint.cpp
My configure flags are:
CC="clang -Qunused-arguments" CXX="clang++ -Qunused-arguments" AR=ar sh /Users/skywalker/trees/mozilla-central/js/src/configure --target=x86_64-apple-darwin12.5.0 --enable-debug --enable-optimize --enable-profiling --enable-gczeal --enable-debug-symbols --disable-tests --enable-more-deterministic --with-ccache --enable-threadsafe <other NSPR options>
=== Tinderbox Build Bisection Results by autoBisect ===
The "good" changeset has the timestamp "20140623115045" and the hash "611283da02bf".
The "bad" changeset has the timestamp "20140623122048" and the hash "cd2894ed2c76".
Likely regression window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=611283da02bf&tochange=cd2894ed2c76
Jason, is bug 645416 a likely regressor?
Flags: needinfo?(jorendorff)
Assignee | ||
Comment 1•10 years ago
|
||
It's definitely the regressor.
Assignee: nobody → jorendorff
Flags: needinfo?(jorendorff)
Assignee | ||
Comment 2•10 years ago
|
||
Jeff, I'd like to sneak this in before the train departs, if possible. Bogus assertions; all the machinery underneath just compares jsids using ==, which works the same for symbols as for PropertyKeys and indexes.
Attachment #8459097 -
Flags: review?(jwalden+bmo)
Assignee | ||
Comment 3•10 years ago
|
||
Pressure's off for FF33; there are enough minor bugs that I'm going to push Symbols out a release (see bug 1041631).
Updated•10 years ago
|
Attachment #8459097 -
Flags: review?(jwalden+bmo) → review+
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•