Closed
Bug 779694
Opened 13 years ago
Closed 13 years ago
"Assertion failure: ret == 1" in js::Compressor::compressMore
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jruderman, Assigned: Benjamin)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(3 files)
Assertion failure: ret == 1, at js/src/jsutil.cpp:75
Reporter | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: general → bpeterson
Attachment #648171 -
Flags: review?(jorendorff)
Comment 3•13 years ago
|
||
Comment on attachment 648171 [details] [diff] [review]
handle zlib errors correctly
Wow. Hard to believe we didn't have a test for this.
Attachment #648171 -
Flags: review?(jorendorff) → review+
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Jason Orendorff [:jorendorff] from comment #3)
> Comment on attachment 648171 [details] [diff] [review]
> handle zlib errors correctly
>
> Wow. Hard to believe we didn't have a test for this.
If it makes you feel better, it was handled correctly most of the time. :)
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 7•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/function-tosource-bug779694.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•