Closed
Bug 904348
Opened 11 years ago
Closed 11 years ago
[binary data] Re-enable Binary Data
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 898347
People
(Reporter: nsm, Assigned: nsm)
References
Details
Attachments
(2 files, 3 obsolete files)
Except let's do it with fuzzing this time.
:decoder, :gkw, thanks!
Attachment #789345 -
Flags: review?(nmatsakis)
Attachment #789345 -
Flags: feedback?(gary)
Attachment #789345 -
Flags: feedback?(choller)
Comment 1•11 years ago
|
||
Comment on attachment 789345 [details] [diff] [review]
Re-enable Binary Data
new StructType({0: 0});
Assertion failure: JSID_IS_STRING(iden), at ../jsapi.h:1240
===
new ArrayType(uint8, -null);
Assertion failure: isInt32(), at ./dist/include/js/Value.h:1093
===
gczeal(8, 1);
new StructType(RegExp());
Assertion failure: fieldList, at /srv/repos/mozilla-central/js/src/builtin/BinaryData.cpp:1722
Attachment #789345 -
Flags: feedback?(choller) → feedback-
Comment 2•11 years ago
|
||
Comment on attachment 789345 [details] [diff] [review]
Re-enable Binary Data
Clearing feedback? flag until outstanding bugs are fixed.
Attachment #789345 -
Flags: feedback?(gary)
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(gary)
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #789345 -
Attachment is obsolete: true
Attachment #789345 -
Flags: review?(nmatsakis)
Assignee | ||
Updated•11 years ago
|
Attachment #789854 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Comment on attachment 789859 [details] [diff] [review]
Re-enable binary data, with several fixes.
x = [];
Object.defineProperty(x, 2, {})
Array.prototype.map.call(x, Data.prototype.update)
Crashes js debug 64-bit deterministic threadsafe shell [@ js::EncapsulatedPtr]
Attachment #789859 -
Flags: feedback-
Comment 6•11 years ago
|
||
Flags: needinfo?(gary)
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #789859 -
Attachment is obsolete: true
Comment 8•11 years ago
|
||
Comment on attachment 789981 [details] [diff] [review]
Re-enable binary data, with several fixes.
Haven't hit more problems so far :)
Attachment #789981 -
Flags: feedback+
Comment 9•11 years ago
|
||
Comment on attachment 789981 [details] [diff] [review]
Re-enable binary data, with several fixes.
No major problems found so far either.
Attachment #789981 -
Flags: feedback+
Assignee | ||
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•